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