Quote:
Originally Posted by Erwin
Good point - if you have avatars as files, what is the variable to use for the avatar to show up?
|
Here's what I use on my site and it works.
HTML Code:
<if condition="$bbuserinfo['hascustomavatar']">
<a href="profile.php?do=editavatar">
<img src="$vboptions[avatarurl]/avatar$bbuserinfo[userid]_$bbuserinfo[avatarrevision].gif" title="$bbuserinfo[username]'s Avatar" alt="Avatar" border="0" /></a>
</if>