Avatar in the header.
Could anyone suggest a way to get the users avatar into the header? I have tried, and failed. Thank you.
**edit**
Ah, I just figured it out. It was rather easy.
Copy these lines into phpinclude_start:
require_once('./includes/functions_user.php');
$avatarurl = fetch_avatar_url($bbuserinfo['userid']);
$avatarurl = iif($avatarurl, $vboptions['bburl'] . '/' . $avatarurl, $stylevar['imgdir_misc'] . '/noavatar.gif');
|