On 7/15/07, H. Fox <[EMAIL PROTECTED]> wrote:
> This, placed at or near the end of your config.php file, will leave
> Site.AllRecentChanges intact and create a Main.AllRecentChanges that
> does not show ianmac's edits.
>
> include_once("$FarmD/scripts/author.php");
> if (@$Author != 'ianmac') $RecentChangesFmt['Main.AllRecentChanges'] =
> '* [[{$Group}.{$Name}]] . . . $CurrentTime $[by] $AuthorLink:
> [=$ChangeSummary=]';
>
> Important: There are two spaces after the link.
Oops... a but of line-wrapping happened there. The last two were one
line, or try this:
include_once("$FarmD/scripts/author.php");
if (@$Author != 'ianmac') $RecentChangesFmt['Main.AllRecentChanges'] =
'* [[{$Group}.{$Name}]] . . . $CurrentTime $[by] $AuthorLink:'
.'[=$ChangeSummary=]';
Hagan
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users