[pmwiki-users] bug or an easter egg?

Neil Herber nospam at eton.ca
Tue Jun 21 11:51:16 CDT 2005


At 2005-06-21  11:39 AM -0500, Jon Haupt is rumored to have said:
>What about in AllRecentChanges? While the pages may not appear in a 
>(:pagelist:) they still appear in AllRecentChanges.  Is there a way to 
>exclude them from that?

To exclude all the pages in a group from AllRecentChanges, you can create a 
group "config" file. So if your group was called Private, create 
local/Private.php with this content:

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

?>

Not sure how to do this to honor the "read" password for pages in general.



Neil

Neil Herber
Corporate info at http://www.eton.ca/
Eton Systems, 15 Pinepoint Drive, Nepean, ON, Canada K2H 6B1
Tel: (613) 829-4668 




More information about the pmwiki-users mailing list