This is a long needed feature, I have used bookmarklets in many other programs and have sorely missed them in Drupal.

I have just implemented nodeformpopup and no doubt have not got something right, but when I use a bookmarklet on a web page after highlighting some text I would like to post, the pop up comes up but with all the fields blank.

I tried this in the latest Safari browser, and the same happens in Firefox, also in Firefox the popup window opens beneath the active window so it is more of a popunder.

Comments

Egon Bianchet’s picture

Category: bug » feature

nodeformpopup is already doing his part of the job, it gets the url, title and selected text. I opened some feature request here (some with patches):

http://drupal.org/node/71295
http://drupal.org/node/77602
http://drupal.org/node/78461

Now, if those patches won't go in ... I could supply some child modules with nodeformpopup to achieve that result. Maybe I'll do it anyway for story and blog nodes.

admincyma’s picture

Works for me using patched link_weblink module.

boris mann’s picture

Rather than having to patch all modules, considering merging with and/or integrating closely with prepopulate (http://drupal.org/project/prepopulate). If prepopulate is installed, you could just use the format that it uses.

I like the functionality that nodeformpopup provides, but I don't want to have to patch all modules to make it work.

Egon Bianchet’s picture

Status: Active » Fixed

I contributed a helper module for this feature, here http://drupal.org/project/nodeformtemplate

Anonymous’s picture

Status: Fixed » Closed (fixed)