Is it possible to have a view as a parent? I guess I should understand that it is not since module is called "node" hierarchy, not "view" hierarchy.

Comments

ronan’s picture

I'm afraid parents and children can only be nodes. If you want a parent to show a view you may want to try the viewfield module or something similar.

Also, if the view contains only children of the parent node (I find that's easily 90% of the use cases for this for me), node hierarchy can embed any view of children on the parent.

Ronan

gintass’s picture

Thank you Ronan for your suggestions. I was able to embed view within page node with the help of node hierarchy. Viewfield module looks interesting too, I'll give it a try.

Gintas

ronan’s picture

Status: Active » Closed (fixed)

Glad I could help

R