still not working.. get red x
i tried
HTML Code:
<?php
require_once('./global.php');
include(DIR . '/includes/functions_user.php');
$avatar = fetch_avatar_url($vbulletin->userinfo['userid'])
echo "<a href="usercp.php"><img src="$avatar[0]"$avatar[1] alt="Your Avatar" /></a>";
?>
then i tried
HTML Code:
<?php
require_once('./global.php');
include(DIR . '/includes/functions_user.php');
$avatar = fetch_avatar_url($vbulletin->userinfo['userid'])
?>
<a href="usercp.php"><img src="$avatar[0]"$avatar[1] alt="Your Avatar" /></a>
any more ideas?