[pmwiki-users] commentbox and recent changes

Patrick R. Michaud pmichaud at pobox.com
Wed Apr 18 05:16:09 CDT 2007


On Wed, Apr 18, 2007 at 10:05:54AM +0100, Hans wrote:
> 
> Another way might be to add to config.php:
> 
> if($action=='comment') {
>   $RecentChangesFmt['$SiteGroup.AllRecentChanges'] = '';
>   $RecentChangesFmt['$Group.RecentChanges'] = '';
> }


Better might be:

  if ($action == 'comment') unset($RecentChangesFmt);

Pm



More information about the pmwiki-users mailing list