[Pmwiki-users] Putting AllRecentChanges into a different group

Patrick R. Michaud pmichaud
Thu Sep 2 06:35:29 CDT 2004


On Thu, Sep 02, 2004 at 01:35:44PM +0200, Alexandre Courbot wrote:
> Hello,
> 
> I'd like to move the AllRecentChanges page from Main into a different 
> group that is password-protected (just putting a password to 
> Main.AllRecentChanges isn't a good solution). It there a way to do it 
> without directly hacking pmwiki.php?

For PmWiki 1, place the following in your local/config.php:

  unset($RecentChanges['Main.AllRecentChanges']);
  $RecentChanges['OtherGroup.AllRecentChanges'] = 
    '* $Group.$Tlink . . . $CurrentTime by $AuthorLink';

Pm



More information about the pmwiki-users mailing list