PDA

View Full Version : how to add image


malag
05-28-2008, 02:19 PM
hello,
how to add image near user nick? but I want to add one image for one specific user.

can anyone help me?

Lynne
05-28-2008, 02:38 PM
I'm not sure what you are talking about. Add an image next to their username on the postbit? And only for the one user? Is he in a usergroup of his own or just a regular user like everyone else?

malag
05-28-2008, 03:13 PM
Add an image next to their username on the postbit? And only for the one user?
exactly :)

Lynne
05-28-2008, 03:24 PM
Find this in your postbit (or postbit_legacy):
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>

Change to:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a><if condition="$post[userid] == 'xxx'"><img src="$stylevar[imgdir_button]/yyy.gif" border="0" /></if>