[pmwiki-users] Modifying Recent Changes pages

Hans design at softflow.co.uk
Mon Apr 3 04:52:25 CDT 2006


Monday, April 3, 2006, 8:44:57 AM, Anke wrote:
> Is there a way to display the title that's specified on the wiki page
> in the list on the RecentChanges pages, instead of its name?

add to config.php:

$RecentChangesFmt = array(
  '$SiteGroup.AllRecentChanges' => 
    '* [[{$Group}.{$Name}|+]]  . . . $CurrentTime $[by] $AuthorLink: [=$ChangeSummary=]',
  '$Group.RecentChanges' =>
    '* [[{$Group}/{$Name}|+]]  . . . $CurrentTime $[by] $AuthorLink: [=$ChangeSummary=]');

    
> Also I'd like to use RecentChangesExcerpt, but exclude minor changes
> from that listing; is that possible?

You can exclude viewing minor changes in the page history only.
All page changes are written to RecentChanges, regardless if the minor
change box is ticked or not.


Best,
 Hans                           





More information about the pmwiki-users mailing list