Found it...
In member.php find
Code:
$userinfo=$DB_site->query_first("SELECT parentemail,coppauser,email,password,homepage,icq,aim,yahoo,biography,signature,adminemail,showemail,invisible,cookieuser,daysprune,timezoneoffset,emailnotification FROM user WHERE userid=$userid");
and change it to
Code:
$userinfo=$DB_site->query_first("SELECT parentemail,coppauser,email,password,homepage,icq,aim,yahoo,biography,signature,adminemail,showemail,invisible,cookieuser,daysprune,timezoneoffset,emailnotification,imgurl FROM user WHERE userid=$userid");
Add the ,imgurl to the end of the statment so it pulls that from the DB.
[Edited by WreckRman2 on 12-30-2000 at 05:45 PM]