Hi,
I believe you've already implemented this - do you have any patches to share?
Cheers,
Dominic.
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,
On Tue, Jun 19, 2007 at 10:45:59AM -0400, Christopher Schmidt wrote:
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 %])
Yup, cheers, committed :)
Dominic.
openguides-dev@lists.openguides.org