Quote:
Originally posted by Mystikal
edit whatever templates you want and put that code in front of the username 
i.e.,
if you want it in who's online, just edit the loggedinuser template in forumhome templates and put <img src="icon.php?userid=$uservariable[userid]" height="16" width="16"> in front of $user[username].
|
To get it to work I had to use:
<img src="icon.php?userid=getinfo&userid=$userid" height="16" width="16">
Thanks for the great hack!