[pmwiki-users] Link Text Attribute in RecentChangesFmt

Patrick R. Michaud pmichaud at pobox.com
Mon Nov 21 14:46:33 CST 2005


On Mon, Nov 21, 2005 at 03:33:53PM -0500, Justin Holwell wrote:
>    Hi there,
> 
>    Can anyone tell me how to change the $RecentChangesFmt so that the author
>    and modified date are included in the text attribute of the link?  

No guarantees, but perhaps

    $RecentChangesFmt['$Group.RecentChanges'] =
      '* [[$Group/$Name"  $CurrentTime by $Author"]]'

would work.  This might also require setting

    $LinkPageExistFmt = 
      "<a class='wikilink' href='\$LinkUrl' title='\$LinkAlt'>\$LinkText</a>";

Pm




More information about the pmwiki-users mailing list