Hello,

I use Node Hierarchy module for Drupal. When I create new node, I can choose Parent node from the list. The problem is my website will be huge with very big hierarchy, so it will be unrealistic to find Parent node from the list (also, name of some nodes will be the same).

I wonder, how can I display this list as some sorted list with clean hierarchy (with spoilers or AJAX)?

I really need it.

Comments

AppleAp’s picture

Could anyone help me please?

With 3-4 levels of hierarchy, there are thousands of parent nodes in the list. :(

break9’s picture

I am not sure if this helps or not, but you can specify which content types can be parents and children when you create a content type, then while logged in as admin you can drill down the node that will be the parent and create the child node using the added menu tab that nodehierarchy provides. that way you don't have to look for a parent. I find it very easy to create children this way. we also have thousands of nodes on our site.