Closed (fixed)
Project:
Node Hierarchy
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2008 at 23:05 UTC
Updated:
26 Feb 2008 at 17:21 UTC
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
Comment #1
ronan commentedI'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
Comment #2
gintass commentedThank 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
Comment #3
ronan commentedGlad I could help
R