PITS /
            00055: Automatic Page listing in footer
Summary: Automatic Page listing in footer
Created: 2004-09-25 23:58
Status: Closed
Category: Feature
From: JCG
Assigned: 
Priority: 4
Version: 1.0-10
OS: NA
Description: How to obtain (in the Group Footer) an horizontal always-updated list of the all pages inside a Group?
Variation: all th3 pages minus some of them (ex: recent changes, group footer, etc)
Can you give an example of how you'd like the output to be formatted...? --Pm
-- This can be achieved by using a pagelist, viz
| >>comment<<
[[#titlename]]
(:template default delimiter="" wrap=none:)
(:if equal "{=$Title}" "Home Page":)
[[{=$FullName} | {=$Groupspaced}]]{$$delimiter} 
(:else:)
[[{=$FullName} | {=$Titlespaced}]]{$$delimiter} 
(:ifend:)
[[#titlenameend]]
>>smaller<<
* (:pagelist group={$Group} fmt=#titlename list=normal count=8 delimiter=",":)
 | 
simon July 16, 2009, at 04:39 PM