View Single Post
Old October 19th, 2004, 08:48 AM   #4 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,012
Okay Michael has said avatars are only pulled from the database as such

http://walkonzone.com/vboard/avatar.php?userid=183

If your users are using hard linked avatars it does not work.

open your integration file vb3.php and find this line

$userprofile[6] = "<img src=\"{$Globals['vbulletin']}/image.php?u=$cuserid\" border=\"0\">"; // Avatar

change it to this

$userprofile[6] = ""; // Avatar
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote