[pmwiki-users] Category.Categories ?

Donald Z. Osborn dzosborn at gmail.com
Sun Nov 22 11:55:15 CST 2015


Experimenting with categories, and seems to be going well, but wanted to
set the default page as Category.Categories rather than Category.Category
or Category.HomePage. Did a group config file Category.php including the
following lines but the site still wants to call Catagory.Category. Not the
first group config I've done so thought it would be simple. Snippets below:

<?php if (!defined('PmWiki')) exit();
include_once('scripts/feeds.php');
if (preg_match('!^Category[./]!', $pagename))
 $DefaultName = 'Categories';

##  $WikiTitle is the name that appears in the browser's title bar.
$WikiTitle = 'PanAfriL10n wiki categories';
$Group = 'Category';
$Name = 'Categories';
$LogoTagline = 'Category';
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-users/attachments/20151122/4bd5485b/attachment.html>


More information about the pmwiki-users mailing list