Closed (fixed)
Project:
Node Hierarchy
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2007 at 11:25 UTC
Updated:
14 Aug 2010 at 14:27 UTC
I'm making a view that is supposed to spit out a node list in depth-first recursive order. For example, i want
- Node A
- Node B
- Node C
- Node D
- Node E
...to come out in that order. But if I use sort order, that seems to refer only to the sort order within the current menu level. I think we need another sort order that will spit this stuff out in the right order.
Comments
Comment #1
dgorton commented5.x is feature-complete, 6.x uses the actual menu system for this functionality.
Closing as /very/ old issue w/ very old code. Please reopen if still relevant.