Thursday 19 October 2006 6:11:32 pm
How would I go about displaying a node so that the node's grandchildren are displayed in addition to its children? For example, I want a page that looks like: http://stuff.belvederedesign.net/Example1.png Rather than: http://stuff.belvederedesign.net/Example2.png or, http://stuff.belvederedesign.net/Example3.png Where 'Food I Like' is the parent; 'Fruit', 'Vegetables', and 'Sweets' are the children; and the bullets are the grandchildren. (I really don't care how the tree looks, I just care that the final output works, and is updated dynamically.) I know that I can do this by 'not showing contents', and linking the contents manually in the description field, but this solution is less than optimal. Would I do this in templates, or elsewhere? Any suggestions?
|