post-page

WordPress 1.0+ “blog with right click in IE” fix

2
responses
by
 
on
January 21st, 2004
in
General

Here is a small temporary fix as emulated from the Nucleus site (one of their answers is flawed and their own code has bugs, oh well)

Create a new file on the root of your blog called rightclick.php and put the following in there (replace open(‘http://… with your own servername):

<script type=”text/javascript” defer=”defer”>
doc=external.menuArguments.document;
lt=escape(doc.selection.createRange().text);
loglink=escape(external.menuArguments.location.href);
loglinktitle=escape(document.title);
open(‘http://yourserver.com/yourweblogdirectory/wp-admin/bookmarklet.php?text=’+lt+
‘&trackback=1&pingback=1&popupurl=’+loglink+’&popuptitle=’+loglinktitle,’bookmarklet’,’
scrollbars=no,width=480,height=590,left=100,top=150,status=yes’)
</script>

Now create another file on your desktop called wordpress.reg and put the following in there (again replace the varibles please):

REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\Post To &WP : Mindful Musings]
@=”http://yourserver.com/yourwordpressdirectory/rightclick.php”
“contexts”=hex:31”

Now double click on the wordpress.reg file to add the information to the registry and the right click in IE should work at that point.

heading
heading
2
Responses

 



Trackbacks/Pingbacks

  1. […] from any site, but the default behaviour is broken. Fortunately, there’s a solution here although I’m yet to try i […]

  2. Comfortable blogging with a bookmarklet
    Still getting used to the blogging toolset and finding the usual trouble. It’d be very nice to have a functioning bookmarklet so I can launch the blogging mechanism from any site, but the default behaviour is broken. Fortunately, there’s a soluti…

Obviously Powered by WordPress. © 2003-2013

css.php