Forum-Germany
03-24-2011, 04:17 PM
Hello.
I search a with which I Avatare on every page in the forum can use.
Herewith it goes:
Plugin: global_start
require_once('./includes/functions_user.php');
$user_ava = fetch_avatar_url($vbulletin->userinfo['userid']);
Template:
<a href="profile.php?$session[sessionurl]do=editavatar"><img src="$user_ava[0]" alt="$bbuserinfo[username]" border="0" /></a>
But I would want this if the user NO avatar has, spare graphics are indicated.
Can somebody help me please in it?
Many thanks.
vBulletin 3.8.X
I search a with which I Avatare on every page in the forum can use.
Herewith it goes:
Plugin: global_start
require_once('./includes/functions_user.php');
$user_ava = fetch_avatar_url($vbulletin->userinfo['userid']);
Template:
<a href="profile.php?$session[sessionurl]do=editavatar"><img src="$user_ava[0]" alt="$bbuserinfo[username]" border="0" /></a>
But I would want this if the user NO avatar has, spare graphics are indicated.
Can somebody help me please in it?
Many thanks.
vBulletin 3.8.X