Trying a different way. In MEMBERINFO I'm using:
<img src="{vb:raw avatarurl}">
In Plugin Manager I'm using:
Quote:
require_once('./includes/functions_user.php');
$avatarurl = fetch_avatar_url($vbulletin->userinfo['userid']);
vB_Template: reRegister('MEMBERINFO', array('avatarurl' => $avatarurl[0]));
|
But this only shows my avatar on everyones profile page. How can I define it so when I go to another users profile page it will pick their avatar up and not mine?
Thank you