Chris Stiles wrote:
> Is it possible to do this - remove RecentChanges and not have it
> recreated for a particular group - and/or turn off all change tracking
> (apart from diffs) for a group ?
> 

This is not exactly what you asked for, but:

To turn off AllRecentChanges for a group called "Private", create a file 
in your /local directory called Private.php. In that file put this:

<?php if (!defined('PmWiki')) exit();
##  This is here to kill recording of Private stuff in AllRecentChanges
unset($RecentChangesFmt['Main.AllRecentChanges']);
?>


-- 
Neil Herber
Corporate info at http://www.eton.ca/

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to