The noavatar image was not showing up for users..
had to change:
PHP Code:
$bbuserinfo['user_avatar']="<img src='/images/avatars/noavatar.gif' alt='Edit Your Avatar' border='0'>";
to:
PHP Code:
$bbuserinfo['user_avatar']="<img src='/forums/images/avatars/noavatar.gif' alt='Edit Your Avatar' border='0'>";
Because your code was pointing to blah.com/images/ instead of blah.com/forums/images - FYI
Nice mod though thanks!