[pmwiki-users] Default to $Group.HomePage rather	than	$Group.$Group
    Patrick R. Michaud 
    pmichaud at pobox.com
       
    Tue Jan 13 09:55:56 CST 2009
    
    
  
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
    
    
More information about the pmwiki-users
mailing list