The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Avatar on all pages
Hello.
I search a with which I Avatare on every page in the forum can use. Herewith it goes: Plugin: global_start Code:
require_once('./includes/functions_user.php'); $user_ava = fetch_avatar_url($vbulletin->userinfo['userid']); Code:
<a href="profile.php?$session[sessionurl]do=editavatar"><img src="$user_ava[0]" alt="$bbuserinfo[username]" border="0" /></a> Can somebody help me please in it? Many thanks. vBulletin 3.8.X |
#2
|
||||
|
||||
Just put a conditional in your plugin, if $user_ava[0] is empty, put a URL in for an image showing "no avatar" or whatever default image you want:
PHP Code:
|
#3
|
|||
|
|||
Und für verschiedene Usergroups???
Ist das auch möglich??? And for different user groups?Is this even possible??? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|