Quote:
Originally Posted by sgtryan
each user who posts will have their avatar next to that post.
|
Here's the code I put into the postbit template to do that:
Code:
<if condition="$show['avatar']">
<img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" />
<else />
<img src="images/avatars/baghead.gif" alt="No Avatar" border="0" />
</if>
Hope that's what you were looking for