Closed (duplicate)
Project:
Prepopulate
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2007 at 13:57 UTC
Updated:
28 Jan 2007 at 21:35 UTC
I installed the module on a 5.0 site and it only works to pass the [title] element. I tried http://www.techwillow.com/node/add/story?edit[title]=test text title&edit[body]=test text body for several node types and always only the title gets passed on. Nothing to the body. I tried it with both TinyMCE enable and disabled.
Otherwise it works well with all sorts of bookmarklets.
Comments
Comment #1
eafarris commentedThis is actually a duplicate of http://drupal.org/node/81945. Try using edit[body_filter][body] in the URL.
Comment #2
techczech commentedthanks, that solves it, the module now does everything I need