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

break9’s picture

me too

ronan’s picture

That 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.

aschiwi’s picture

Hey ronan,

were you able to think of something? I could really use this too.

dgorton’s picture

Closing 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.

dgorton’s picture

Status: Active » Closed (fixed)

Whooops -actually closing now