Hello,
I was wondering if anyone could tell me where I could find the database table / column that tells if an avatar has been set by the user.
I've found that if I try to snag the avatar using the following method from a member who does not have an avatar, I get some default vBulletin image.
PHP Code:
$avatarid = "http://forum.recordingreview.com/image.php?u=$userid";
Because vBulletin still returns an image, I haven't figured out how to right a php IF statement for this. It seams I need to figure it out from the database.
Brandon