I don't understand the duplicate links either in regards to using "format=hierarchy." Is there a fix for this? Thank you.
On Sep 15, 2010, at 6:31 PM, Eric Hoch wrote: > Hello, > > I'm currently using 0.11 and I'm not thrilled with the way that > [[TitleIndex(format=group)]] formats my wiki page hierarchy. For example, the > following hierarchy: > > /A > /A/A > /A/A/A > /A/A/B > /A/A/C > > would be displayed like this: > > * A > * A (linked to /A) > * / > * A > * A/A (linked to /A/A) > * / > * A/A/A (linked to /A/A/A) > * A/A/B (linked to /A/A/B) > * A/A/C (linked to /A/A/C) > > After looking at 0.12, it looks like it would format it like this: > > * A > * A (linked to /A) > * A > * A/A (linked to /A/A) > * A/A/A (linked to /A/A/A) > * A/A/B (linked to /A/A/B) > * A/A/C (linked to /A/A/C) > > Also in 0.12 is the "format=hierarchy" option, which formats it like this: > > * A (linked to /A) > * A (linked to /A) > * A (linked to /A/A) > * A (linked to /A/A) > * A (linked to /A/A/A) > * B (linked to /A/A/B) > * C (linked to /A/A/C) > > The last one is almost exactly what I want, which is this: > > * A (linked to /A) > * A (linked to /A/A) > * A (linked to /A/A/A) > * B (linked to /A/A/B) > * C (linked to /A/A/C) > > So the question I have is: Is it possible to accomplish what I'm looking for? > If not (or in addition to), what's the rationale behind the duplicate links > in the hierarchy format? > > Thanks in advance. > > -Eric > > -- > 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. > > ... Zeeshan Lakhani Liberty Science Center Twitter:@zeeshanlakhani 917-885-7668 - Cell 201-253-1576 - LSC -- 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.
