Hello
I have CCK content profile nodes with users profiles, and one of its field is reference to some content (using nodereference).
What should I do (some code may be or other module) to fill these nodreferencies from other size (i.e. while reading theses content nodes), not from profiles?
I.e. while some user reading some node info, he should be able to press button "add to my ... " and node reference in his content profile node will be filled with link to this node.
I dont want this to be done in edit form, so I don't need bi-directional referencies, etc.
The best variant I think will be menu tab (MENU_LOCAL_TASK) and some code in callback function...
Or may be there are other variants...
Thanks

Comments

naught101’s picture

Title: Fill node reference from opposite size » Add node reference from opposite side

I also want to be able to do something like this, I submitted http://drupal.org/node/721636 to the nodereferrer module, but I don't really care where it ends up.