integrating "Corresponding node reference" and "nodereference_url"
Posted by endriu on December 2, 2009 at 7:34am
Hi all!
I'm trying to build a book-like content tree based on node references.
I woluld like automatically creating these relationships:
Parent --- a --> Child
Parent <---b --- Child
by means of two modules which automatically set node references:
http://drupal.org/project/nodereference_url
http://drupal.org/project/cnr
- nodereference_url puts an "add Child" link on Parent page, letting you create a new Child and setting Child's nodereference to its parent automatically. (noderef "b")
