PDA

View Full Version : Avatar in the header.


hondaman
02-06-2005, 04:53 PM
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');