[Pmwiki-users] RecentChanges refers to .self

Patrick R. Michaud pmichaud at pobox.com
Sun Jan 30 16:56:13 CST 2005


On Tue, Jan 25, 2005 at 12:22:01PM +0100, malexism (f) wrote:
> Patrick R. Michaud a ?crit :
> >In v2, it's
> >    $RecentChangesFmt = array();
> 
> Is it possible to have this stuff for all Groups (*.RecentChanges) and 
> for AllRecentChanges, in one shot (for example, in config.php) ?

   if (substr($pagename, -13) == 'RecentChanges')
     $RecentChangesFmt = array();

This will cause edits of any page ending in "RecentChanges" to not
be posted in any RecentChanges pages.

Pm



More information about the pmwiki-users mailing list