[pmwiki-users] GroupFooter and RecentChanges

Petko Yotov 5ko at 5ko.fr
Thu Oct 31 10:15:49 CDT 2013


Ian MacGregor writes:
> How does one go about keeping Group.GroupFooter from appearing in  
> Group.RecentChanges?

In the file local/Group.GroupFooter.php use something like this:

  unset($RecentChangesFmt['$Group.RecentChanges']); ## OR
  unset($RecentChangesFmt); # to also exclude Site.AllRecentChanges

To delete the current link from Group.RecentChanges, just edit  
Group.RecentChanges.

But this will log there the edit of Group.RecentChanges :-D

Petko





More information about the pmwiki-users mailing list