[pmwiki-users] How can I ... ?

Patrick R. Michaud pmichaud at pobox.com
Fri Jul 22 10:21:36 CDT 2005


On Fri, Jul 22, 2005 at 05:13:55PM +0200, Robert Riebisch wrote:
> "Patrick R. Michaud" wrote:
> > In local/config.php:
> > 
> >    XLSDV('en', array(
> >      'Page last modified on $LastModified' =>
> >        'Page last modified on $LastModified by $LastModifiedBy'));
> 
> Works, but how is it possible to add a link to the author's profile page
> there? "[[~$LastModifiedBy]]" didn't work. I know, I'm stupid. ;-)

Oh.  That's a bit longer.

XLSDV('en', array(
  'Page last modified on $LastModified' =>
    'Page last modified on $LastModified by <a href="$ScriptUrl/$AuthorGroup/$LastModifiedBy>$LastModifiedBy</a>'));

Pm




More information about the pmwiki-users mailing list