To remove an avatar, delete the following from either the postibt or postbit_legacy template:
Code:
<if condition="$show['avatar']">
<div class="smallfont">
<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>
Rank image(same template):
Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
Siganture(same template):
Code:
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>