On Mon, Jan 12, 2009 at 11:49:03PM -0500, Michael Shanley wrote: > When creating a new group, I don't want the default new page to duplicate the > group name. How can I make it so that higher priority goes to $Group.HomePage?
In config.php:
$PagePathFmt = array( '{$Group}.$1', '$1.$1', '$1.{$DefaultName}' );
Pm
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users
