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

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


Oops, I missed a double-quote -- here's the correction.

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


On Fri, Jul 22, 2005 at 10:21:36AM -0500, Patrick R. Michaud wrote:
> 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