This is almost working for me. It manages to fill in the title from the source web page, but nothing shows up in the body on the node creation form. What am I doing wrong?

javascript:t=window.getSelection();void(window.open('http://orangepolitics.org/node/add/blog
?edit[title]='+escape(document.title)+'&edit[body]='+escape(t)+'','_blank','width=640,height=400,
status=yes,resizable=yes,scrollbars=yes'));

(Line breaks added for readability.)

Comments

eafarris’s picture

Assigned: Unassigned » eafarris
Status: Active » Fixed

See the USAGE.TXT file in the DRUPAL-5 branch:

http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/prepopulate...

It looks like I didn't make an official release with that file in it; I'll correct that within the week.

eafarris’s picture

Version: 5.x-1.1 » 5.x-1.2

Release 5.x-1.2 has USAGE.txt as part of the download.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.