PDA

View Full Version : How do I show avatar on FORUMHOME?


mjcneat
05-04-2006, 12:03 AM
I've gone through various hacks (navbar avatar, welcome block) but I can't seem to adapt the code and get it to work how I want.

Currently I have this code:

div class="smallfont">
<strong>Username:</strong> $bbuserinfo[username]<br />
<strong>Postcount:</strong> $bbuserinfo[posts]<br /> </div>
I want to add the user's avatar underneath their postcount, is this possible?

http://img438.imageshack.us/img438/3864/avatar8co.th.png (http://img438.imageshack.us/my.php?image=avatar8co.png)

deathemperor
05-04-2006, 02:13 AM
try $bbuserinfo[avatarurl] for img url of user's avatar.