default avatar :
Code:
if (empty($avatarurl) OR ($bbuserinfo['userid'] > 0 AND !($bbuserinfo['showavatars'])))
{
$avatarurl="$stylevar[imagesfolder]/avatars/no_avatar.gif";
}
in the postbit_display_start location - seems to do nothing!, anyways you may be able to help me further... is there a 'hook' for when a user clicks a forum link on forum home (i.e a forum which is using a URL rather than creating a forum).... is this an 'event' type hook? i may be able to create a forum counter, but which would use 1 manual edit... (hopefully)
-b6