brandondrury
16 Mar 2007, 06:43
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.
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
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
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.
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
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