Sorry for posting this topic again.
I have built node hierarchies and want to display this tree-like hierarchies with module 'View tree', but can't figure out.
Need some help, thank you.

CommentFileSizeAuthor
#1 tree_view.txt8.52 KBscoff

Comments

scoff’s picture

StatusFileSize
new8.52 KB

Creating a hierarchial list of nodes using Views Tree:

1. Create a new content view of fields
2. Add relationship (see Advanced on the right) on Node Hierarchy: Parent Node ID
3. Add fields: title, nid, nid using relation. Set both nid fields to "excluded from display".
4. Select Tree (Adjacency model) as format, settings: main filed = nid (the first one, w/o relation), parent field: nid (the one with relation)

Sample view attached.