Hi,
I'm discovering this excellement module that seems simple to use and efficient. Thanks to the author.
However, I would find usefull to be able to auto-populate the parent list when you create a child node, for exemple we would have that :
- Parent node :
- Project 1
- Project 2
Wen you create a basic child node, under the node hierarchy fieldset we will see a select list with Project 1 and Project 2 as choices.
Now, the things that would be good is that when you go to the url : node/add//, the module would hide the node hierarchy fieldset and automatically associate the child node with the parent.
Comments
Comment #1
Fa-sum commentedHi,
I found a solution for selecting by url a certain parent.
This can be done following this:
http://drupal.org/node/337547
What I can't find is a (non-CSS) way to hide Node Hierarchy selection.
This would also speed up the page charging when the possible parents are many.
Thanks in advance.
Comment #2
dgorton commentedNode Hierarchy Widgets allows you to do the performance improvement - instead of a select box, it gives an autocomplete field.
I think this solves your questions/request. Please reopen if not!