The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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'); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|