]OK, try this for those who cant get the hack working.
Find in /admin/functions.php:
PHP Code:
if ($avatarurl=="" or ($bbuserinfo[userid]>0 and !($bbuserinfo[showavatars]))) {
$post[avatar]="";
Replace with:
PHP Code:
if ($avatarurl=="" or ($bbuserinfo[userid]>0 and !($bbuserinfo[showavatars]))) {
$post[avatar]="<img src=images/avatars/noavatar.gif border=0>";
I dont see why I can get it working with the code in the readme file but some can't... but try the above as well as the one in the readme and report if it works...thanks