[pmwiki-users] Organization opinions requested

Patrick R. Michaud pmichaud at pobox.com
Thu Oct 20 12:21:09 CDT 2005


On Thu, Oct 20, 2005 at 09:21:52AM -0700, Michael Kizer wrote:
>    On 10/19/05, Waylan Limberg <waylan at gmail.com> wrote:
>    I thought about doing that, but wouldn't that create an issue with the
>    expanding sidebar menu since it expands the "Albums" entry when the group
>    is "Albums"?
> ...

Another possibility is the TrailMenu recipe, which allows you to use
a trail to build an expanding sidebar menu and doesn't require all of
the pages to be in a common group.

>    I was also playing around with the idea of adding a wiki trail to the
>    bottom of each individual song page, so you could walk through each song
>    on an album. The problem is that I do not want the wiki trail to appear on
>    the main album page (which includes each individual song page). Is there a
>    way to conditionally display the wiki trail so that it doesn't appear when
>    the page is included somewhere else?

Are you talking about having the trail itself (list of pages) not
appear on the main page, or just the <<| TrailPage |>> markup?

If you want the trail markup to appear on every page in the group
except for the "Albums" (home) page (which presumably contains the
trail), put the following in the GroupFooter.

    (:if ! name Albums:)  <<| [[Albums]] |>> (:if:)


Or, you can just put <<| [[Albums]] |>> on the bottom of each 
individual song page.

If these aren't what you're looking for, write back and I'll provide
some more options!

Pm




More information about the pmwiki-users mailing list