Thanks. The only avatar hack I have installed is the Welcome Panel one. I changed the root/index.php file to read
PHP Code:
if ($bbuserinfo[userid]!=0) {
$hackavatarurl=getavatarurl($bbuserinfo[userid]);
if ($hackavatarurl=='') {
$hackavatarurl='images/noavatar.gif';
}
$avatarimage='<img src="'.$hackavatarurl.'">';
} else {
$avatarimage='<a href="register.php?s='.$session[sessionhash].'&action=signup"><img src="images/guestavatar.gif"></a>';
}
Uploaded it, and still no go. The only refeerence to $avatarurl I was able to find in the templates is in the postbit templates. I'm still receiving the url error on upload.