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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | tree_view.txt | 8.52 KB | scoff |
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | tree_view.txt | 8.52 KB | scoff |
Comments
Comment #1
scoff commentedCreating 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.