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,