ok ill do it again
open the file global.php
(on your root dir)
find : ?>
before add :
$avatar = $DB_SITE->query_first("select avatarpath from avater where avatarid='$bbuserinfo[avatarid]' ");
$avatarurl =$avatar['avatarpath'];
save the file and upload it back to the server
now you defiend $avatarurl so its can show its have the link
its like you doing <img src="">
cuse $avatarurl not defiend.
so the 2 lines of code i gave you defien $avatarurl
thats all.
am i more clear now ?
|