|
|
9 User(s) Active on Site 233 Wiki Pages Most Recently Modified
Club Resources (edit)
How This Wiki Works
Check them out; they are a great source of technical books at very good prices! If you have shopped at Nerdbooks.com, help them out by reviewing them at ResellerRatings.com. You will need your invoice number to prove you are a real customer, and not just ballot stuffing. |
|||
| Recent Changes Printable View Page History Edit Page | |||
|
Content Last Modified on September 25, 2006, at 11:42 AM CST
authors (intermediate) Every WikiGroup can have GroupHeader and GroupFooter pages that contain markup that should be included at the beginning or end of each page within the group. This feature is useful for:
To create a group header, just create a new page called The default GroupHeader or GroupFooter can be suppressed on an individual page (such as a group's HomePage) by using the If a generic GroupHeader is used in one wikigroup (say, the Site wikigroup), then the code can be easily duplicated in the GroupHeader of any other group by using
<< Wiki Groups | DocumentationIndex | WikiTrails >> How do I set one header for all pages/groups? The header for each page is controlled by the
$GroupHeaderFmt = '(:include {$SiteGroup}.SiteHeader basepage={*$FullName}:)(:nl:)' . $GroupHeaderFmt;
(note that single quotes must be used so that See also the Cookbook:AllGroupHeader page. Any form of markup is valid in $GroupHeaderFmt .= "Global markup text here.";
|
|||
| Recent Changes Printable View Page History Edit Page | |||