[pmwiki-users] Site.AllRecentChanges and History

Hans design at softflow.co.uk
Thu Dec 1 04:44:27 CST 2005


Thursday, December 1, 2005, 4:00:48 AM, DaveG wrote:
> Is there any way to create a new page, or change the existing page so
> that the links point straight to the History? Or, to add a second link
> pointing to the history?

You can redefine the $RecentChangesFmt variable for AllRecentChanges
in config.php:

$RecentChangesFmt['$SiteGroup.AllRecentChanges'] =
 '* [[$Group.$Name]] [[$Group.$Name?action=diff|(diff)]] . . .
 $CurrentTime $[by] $AuthorLink: [=$ChangeSummary=]';

(the email will break the last into two lines, put them on one line
and make sure to preserve the spaces between the dots)
this adds a link (diff) after the page group and name to link directly
to the pages history.

Best, 
~Hans                           






More information about the pmwiki-users mailing list