Log in

View Full Version : How to display image next to a specific member's username...


Injektilo
09-09-2005, 05:58 AM
Basically i want to know if its possible and how to display image next to a specific member's username...

For example i want to display this image http://img386.imageshack.us/img386/2083/arrow8jy.gif
next to some of my administrators (not all)


How to do this?

thanks

Injektilo
09-21-2005, 09:32 PM
anyone pls?

Andreas
09-21-2005, 09:48 PM
Depends on where you want to display that

postbit
<if condition="$post[userid] == 1234">

member.php
<if condition="$userinfo[userid] == 1234">

...

Injektilo
09-29-2005, 07:53 AM
Depends on where you want to display that

postbit
<if condition="$post[userid] == 1234">

member.php
<if condition="$userinfo[userid] == 1234">

...

in postbit KirbyDE ... so i put "<if condition="$post[userid] == x">" in my postbit?