Log in

View Full Version : Need a little code ( i think )


hbalagh1
10-04-2005, 07:41 PM
I am looking for a bit of code i could add to my post bit that works somethign along the lines of

if user id is 1 then a certain image will show

thanks for any help given

peterska2
10-04-2005, 07:51 PM
Do you mean like a different image per user id or per usergroup id?

hbalagh1
10-04-2005, 07:53 PM
i only one person to have it so user id

peterska2
10-04-2005, 07:54 PM
ok.

Which version vB

hbalagh1
10-04-2005, 07:55 PM
3.0.7

peterska2
10-04-2005, 08:00 PM
Ok, I've just checked this and it works

<if condition="$post[userid]==1"><img src="$stylevar[imgdir_misc]/im_yahoo.gif" /></if>

This displays the yahoo icon. Just change the img location to whatever you want it to show.

hbalagh1
10-04-2005, 08:01 PM
Thanks so much

peterska2
10-04-2005, 08:02 PM
No problem at all.