[GeneralDiscussion] Help displaying hierarchy
[email protected] (betabug)
| Newsgroups | gmane.comp.web.zope.zwiki |
|---|---|
| Message-ID | <20080703221719-0700__23334.1279127218$1215148856$gmane$org@zwiki.org> |
The relevant code is in OutlineSupport.py, in the contents() method (which returns the contentspage() method sm mentioned). What later becomes "hierarchy" is set up as self.renderNesting(combos,here=here) there. But then, contents() goes some way to build up "combos", so you can't just leave it out I think. See if you can use ``context/contents`` in you Page Template. -- forwarded from http://zwiki.org/GeneralDiscussion#[email protected]