[pmwiki-users] Exclude a Group from Recent Changes

Hans design5 at softflow.co.uk
Tue Feb 6 04:54:12 CST 2007


Tuesday, February 6, 2007, 10:43:29 AM, Nicholas wrote:

> I want to create a test area and exclude it from any
> recent changes listings that I create.

> Also, so as to allow the shy users a bit more space
> I'd like to exclude the profiles area from recent
> changes reports.

It was just answered yesterday here on the list:
thread: Disabling RecentChanges for a particular group

Pm answered:

If you want to turn off all RecentChanges handling for
a particular group, place the following in the group's configuration
file (i.e., local/SomeGroup.php) :

    <?php
      $RecentChangesFmt = array();

If you just want to turn off SomeGroup.RecentChanges, while having
pages in SomeGroup continue to update Site.AllRecentChanges, use:

    <?php
      unset($RecentChangesFmt['$Group.RecentChanges']);


For Profiles just do this for local/Profiles.php

      
Hans




More information about the pmwiki-users mailing list