j
k
j a
j l
The "add child page" links take the form "node/add/book/parent/###" where ### is the nid of the parent node. It looks like you want drupal_goto('node/add/book/parent/66', 'edit[title]='. $dest_raw);
The "add child page" links take the form "node/add/book/parent/###" where ### is the nid of the parent node. It looks like you want
drupal_goto('node/add/book/parent/66', 'edit[title]='. $dest_raw);
Ah, pefect! Good call. Thanks for the help.
Back to the thread
Back to the list