[pmwiki-users] pagelist format for spaced titles?

Patrick R. Michaud pmichaud at pobox.com
Thu Jun 9 14:06:59 CDT 2005


On Thu, Jun 09, 2005 at 09:14:05AM +1200, John Rankin wrote:
> >Web /
> >    Abrupt Climate Change
> >    Carbon Emissions Trading
> Try the following: in your local/config.php set
> 
>     $FPLByGroupIFmt = 
>         "<dd><a href='\$PageUrl'>$Title</a></dd>\n";
> 
> This assumes you have $SpaceWikiWords = 1;

One can also use

     $FPLByGroupIFmt = 
         "<dd><a href='\$PageUrl'>\$Titlespaced</a></dd>\n";

which works regardless of the $SpaceWikiWords setting.

Pm



More information about the pmwiki-users mailing list