[Home]WikiPatches/FooterWithAuthor

UseModWiki | WikiPatches | RecentChanges | Preferences

This patch adds the Authorname beside the "last edited"-date like:

Last edited August 14, 2003 9:07 am from KnutK (diff)

This is now a default-on option for 1.0. I changed the text to say "by KnutK" instead of "from KnutK". Thanks for the patch! --CliffordAdams

Locate the line
 $result .= ' ' . &TimeToText($Section{ts});
in
 sub GetFooterText {
Replace this line with
 $result .= ' ' . &TimeToText($Section{ts}) . ' ' . Ts('from %s', &GetAuthorLink( $Section{'host'}, $Section{'username'}, $Section{'id'} ));
Thats it --- KnutK


UseModWiki | WikiPatches | RecentChanges | Preferences
Edit text of this page | View other revisions | Search MetaWiki
Last edited October 14, 2007 10:56 pm by MarkusLude (diff)
Search: