[pmwiki-users] Groupname by default

Stéphane Heckel hsteph at club-internet.fr
Mon Dec 3 12:13:47 CST 2007


"Patrick R. Michaud" wrota :

> Inside of local/Geo.php, add the following:
> array_unshift($PagePathFmt, 'References.$1');
>
> Then a link like [[UBS]] in the Geo group will go to the first
> found page of
>    References.UBS
>    Geo.UBS
>    UBS.UBS
>    UBS.HomePage   (or whatever $DefaultName is set to)

The local/Geo.php does not produce the expected result. "Geo" group is still 
used for page creation.
It's maybe because I use PagePathFmt in my config.php already ?

$PagePathFmt 
=array('$Group.$1','$DefaultGroup.$1','Geo.$1','Blog.$1','Activities.$1','Partners.$1','References.$1','Sales.$1','Integrators.$1','$1.$1');

SH 






More information about the pmwiki-users mailing list