[pmwiki-users] How to exclude Draft pages from RecentChanges?

Roman romat2 at gmail.com
Tue Apr 18 09:45:12 CDT 2006


If we want to exclude page of a known name from RecentChanges we can
use local configuration files for that. But how to exclude all Draft
pages? I put following lines to config.php but it does not work.

if (substr($pagename, -6) == '-Draft')
  $RecentChangesFmt = array();

Thanks

Roman




More information about the pmwiki-users mailing list