|
Cookbook /
GroupHomePageChangeSummary: How to rename the group's starting page, i.e., be different than the default "HomePage".
Categories: Administration
Question answered by this recipeHow can the group's starting page be renamed? (Be different than the default "HomePage"?) DescriptionAdd the following in local/config.php: and adjust OtherPage accordingly. CommentsTwylite, 2009/09/12: If you set $PagePathFmt in config.php:
$PagePathFmt = array('{$Group}.$1','$1.{$DefaultName}','$1.$1');
|