I would like to put a block in the view of every node with a button called "add item" to let users add a node reference but not to edit the current ones. I would like to avoid duplicated also. I was looking for any solution and I read all the node references results from google and i cant seem to find an answer, any help would be really appreciated...
thanks in advance
Comments
Comment #1
markus_petrux commentedTry looking for Editable Fields module.
Comment #2
benjamin.pauley commentedI've been trying to figure out something similar. As best I can tell, Editable Fields will do this for you, provided the autocomplete widget will suffice: if users will be able to locate the nodes by typing a bit and waiting for a match to appear, Editable Fields should do the trick.
In my case, autocomplete isn't quite ideal, so I was on the lookout for something a little more robust. I'd posted a feature request in the queue for the really excellent Node Relationships module, but that's postponed at the moment (and fair enough, too: markus_petrux is obviously busy with CCK itself!). Unfortunately, I don't know enough to develop a patch myself, but I wonder if anybody else browsing these issues sees a way forward here. (Sorry, not trying to hijack the issue--just thought there might be some overlap between the two questions.)