Closed (fixed)
Project:
Node Hierarchy
Version:
5.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2008 at 21:53 UTC
Updated:
15 Aug 2010 at 03:04 UTC
How can I use this module to show a Tree Menu?
I'd like to show all the nodes, and their children, grandchildren, etc
A
-AA
-AB
--ABA
--ABB
-AC
-AD
B
-BA
-BB
--BBA
--BBB
-BC
-BD
C
-CA
-CB
--CBA
--CBB
-CC
-CD
Comments
Comment #1
break9 commentedme too
Comment #2
ronan commentedThat would require you to write some custom code to recursively crawl through the tree and output the results. This may be more than you're up for, but I'm afraid there's no easy way to do that with something nice and user friendly like Views or Contemplate.
I'm in the middle of rewriting the db structure to make the recursion unnecessary which wont really solve your problem, but it will make it more efficient. And maybe while I'm doing it I'll think of a way to do what you guys are looking for.
Comment #3
aschiwi commentedHey ronan,
were you able to think of something? I could really use this too.
Comment #4
dgorton commentedClosing as this is a very old issue w/ very old code. 5.x is feature-complete in any regards. Please open a new issue against 6.x as needed.
Comment #5
dgorton commentedWhooops -actually closing now