[OGDev] http://dev.openguides.org/ticket/113

Christopher Schmidt crschmidt at crschmidt.net
Tue Jun 19 15:45:59 BST 2007


On Tue, Jun 19, 2007 at 03:38:46PM +0100, Dominic Hargreaves wrote:
> Hi,
> 
> I believe you've already implemented this - do you have any patches to
> share?

It's a really simple change. Just change: 

          [% IF (node.username != 'Anonymous') %]
                      <a href="[% cgi_url %]?username=[% node.username %];action=userstats">[% node.username %]</a>

to:

          [% IF (node.username != 'Anonymous') %]
                      <a href="[% cgi_url %]?username=[% node.username %];action=userstats">[% node.username %]</a> ([% node.host %])

Regards,
-- 
Christopher Schmidt
Web Developer



More information about the OpenGuides-Dev mailing list