<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7233.28">
<TITLE>RE: [pmwiki-users] List of Categories in use</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>
<P><FONT SIZE=2>This won't work unless the pages exists. They don't<BR>
have to exist to be a category.<BR>
<BR>
-Martin<BR>
<BR>
-----Original Message-----<BR>
From: pmwiki-users-bounces@pmichaud.com on behalf of Hans<BR>
Sent: Fri 11/25/2005 7:17 PM<BR>
To: DaveG<BR>
Cc: Pmwiki-users@pmichaud.com<BR>
Subject: Re: [pmwiki-users] List of Categories in use<BR>
<BR>
Saturday, November 26, 2005, 12:01:25 AM, DaveG wrote:<BR>
> I'm using categories. I'd like to have a page which lists all the<BR>
> categories. How can this be done?<BR>
<BR>
Lets assume your category group is called Category.<BR>
On page Category.Category write:<BR>
<BR>
(:nogroupfooter:)<BR>
List of all categories:<BR>
<BR>
(:pagelist group=category list=normal:)<BR>
<BR>
the nogroupfooter markup suppresses the GroupFooter, assuming that you<BR>
use GroupFooter with (:pagelist link=Category.{$Name} list=normal:)<BR>
which creates the pagelist for each category.<BR>
<BR>
Best,<BR>
~Hans <BR>
<BR>
<BR>
<BR>
_______________________________________________<BR>
pmwiki-users mailing list<BR>
pmwiki-users@pmichaud.com<BR>
<A HREF="http://host.pmichaud.com/mailman/listinfo/pmwiki-users">http://host.pmichaud.com/mailman/listinfo/pmwiki-users</A><BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>