Thanks Dismounted. This is what I am using:
PHP Code:
require_once(DIR . '/includes/functions_user.php');
fetch_avatar_from_userinfo($vbulletin->userinfo, false, true);
$avatarurl = $vbulletin->userinfo['avatarurl'];
$avatarurl doesn't hold my avatar url though. It just holds the unknown.gif avatar.
print_r on $vbulletin->userinfo shows all my other info so that seems to be working correctly.