Ok ive got it done now, Boofo to the rescue again!
I used:
Code:
require_once('./includes/functions_user.php');
$userid = $userinfo['userid'];
$avatarurl = fetch_avatar_url($userid);
if ($avatarurl == '') {
$avatarmod = "<a href='member.php?u=$userid'><img src='images/avatars/noavatar.gif' border='0' alt='Avatar'></a></div>";
}
else {
$avatarmod = "<a href='member.php?u=$userid'><img src='$avatarurl[0]' border='0' alt='Avatar'></a></div>";
}
And it works. dateline is good, everything is fine... just ignore the mess of code that is my first post :P