I'm actually working on the avatars addition for the next version
My suggestion for now is to upload a few images into a subdirectory of the default images folder, and then change the postbit template.
Find:
PHP Code:
<smallfont>$post[usertitle]</smallfont><br>
$post[avatar]<p>
Replace:
PHP Code:
<smallfont>$post[usertitle]</smallfont><br>
<img width="64" height="64"
src="https://vborg.vbsupport.ru/images/titleavatars/$post[usertitle].gif" alt=""><p>
Obviously this would require the name of each usertitle to be unique.