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

Fa-sum’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev

Hi,
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.

dgorton’s picture

Status: Active » Closed (fixed)

Node 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!