@Diva
Attachment updated, but it's working on my forum and I'm using the same code. Try this if you can't get the code to work:
Find:
Code:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
Add After:
Code:
<if condition="!$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="images/avatars/noavatar.gif" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
This code worked on my forum also.
And make sure your option to view avatars is checked in your userCP.
If anymore problems, please attach your postbit code to a post.