From dom@earth.li Tue Jun 19 15:38:48 2007 From: Dominic Hargreaves To: openguides-dev@lists.openguides.org Subject: [OGDev] http://dev.openguides.org/ticket/113 Date: Tue, 19 Jun 2007 15:38:46 +0100 Message-ID: <20070619143846.GF14632@urchin.earth.li> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2499851510777010220==" --===============2499851510777010220== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi, I believe you've already implemented this - do you have any patches to share? Cheers, Dominic. -- Dominic Hargreaves | http://www.larted.org.uk/~dom/ PGP key 5178E2A5 from the.earth.li (keyserver,web,email) --===============2499851510777010220==-- From crschmidt@crschmidt.net Tue Jun 19 15:46:07 2007 From: Christopher Schmidt To: openguides-dev@lists.openguides.org Subject: Re: [OGDev] http://dev.openguides.org/ticket/113 Date: Tue, 19 Jun 2007 10:45:59 -0400 Message-ID: <20070619144559.GC30072@crschmidt.net> In-Reply-To: <20070619143846.GF14632@urchin.earth.li> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1908593412343342723==" --===============1908593412343342723== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Tue, Jun 19, 2007 at 03:38:46PM +0100, Dominic Hargreaves wrote: > Hi, >=20 > I believe you've already implemented this - do you have any patches to > share? It's a really simple change. Just change:=20 [% IF (node.username !=3D 'Anonymous') %] [% node.username %] to: [% IF (node.username !=3D 'Anonymous') %] [% node.username %] ([% node.host %]) Regards, --=20 Christopher Schmidt Web Developer --===============1908593412343342723==-- From dom@earth.li Tue Jun 19 20:48:55 2007 From: Dominic Hargreaves To: openguides-dev@lists.openguides.org Subject: Re: [OGDev] http://dev.openguides.org/ticket/113 Date: Tue, 19 Jun 2007 20:48:54 +0100 Message-ID: <20070619194854.GH14632@urchin.earth.li> In-Reply-To: <20070619144559.GC30072@crschmidt.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6743869817239587916==" --===============6743869817239587916== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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, > >=20 > > I believe you've already implemented this - do you have any patches to > > share? >=20 > It's a really simple change. Just change:=20 >=20 > [% IF (node.username !=3D 'Anonymous') %] > [% node.username %] >=20 > to: >=20 > [% IF (node.username !=3D 'Anonymous') %] > [% node.username %] ([% node.host %]) Yup, cheers, committed :) Dominic. --=20 Dominic Hargreaves | http://www.larted.org.uk/~dom/ PGP key 5178E2A5 from the.earth.li (keyserver,web,email) --===============6743869817239587916==--