In postbit_userinfo template
find
Code:
<if condition="$post[avatar]"><br />$post[avatar]<br /></if>
replace with
Code:
<if condition="$post[avatar]"><br />$post[avatar]<else /><img src="http://path/to/your/images/noavatar.gif" border="0" hspace="4" vspace="4" alt="No avatar selected" /><br /></if>
There was somewhere a gif like guestavatar with no avatar selected on it. I couldn't find it anymore, so I used the guest avatar and renamed it to noavatar.gif
It works with me anyway