|
Cookbook /
GroupHomePageChangeSummary: How to rename the group's starting page, i.e., be different than the default "HomePage".
Version: N/A
Users: +1 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. For example, on a wiki in French language, you could set in config.php:
See the documentation for CommentsTwylite, 2009/09/12: If you set $PagePathFmt in config.php:
$PagePathFmt = array('{$Group}.$1','$1.{$DefaultName}','$1.$1');
User notes +1: If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |