> -----Original Message----- > From: [email protected] On Behalf Of Jens > Sent: 22 September 2010 15:05 > To: Trac Users > Subject: [Trac] Re: Trac Wiki Hierarchy > > Hi Olemis, > > Thx for your fast reply, but did not work for me. > > I tried > > http://server.com/wiki/Test?action=edit > > http://server.com/wiki/Test/Subpage?action=edit > > but the Subpage (Test/Subpage) are still in the [wiki] root. The Index > of my Wiki looks like: > > . firstpage > . secondpage > . Test > . Test/Subpage > > I'm trying to get something like this: > > . firstpage > . secondpage > . Test > . Subpage > > > Is there something special I have to define in the sub- or parent > page? > I believe that the standard indexer will only group sub-pages above a threshold. This certainly applies to the [[TitleIndex]] macro where you can use a min= parameter:
http://trac.edgewall.org/wiki/0.11/WikiMacros#TitleIndex-macro ...so try creating four or five test pages and see if it works for you then. ~ mark c -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
