You can do it in the themes for the postbit. postbit or postbit_legacy depending on which you use.
HTML Code:
<if condition="$show['avatar']">
<td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td>
<else />
<td class="alt2">DEFAULT AVATAR</td>
</if>