Hey Lynn,
Thanks for the reply, I changed the code as you said,
but it's still feeding me back 0 as a userid........
Code:
Image Here ??
<table cellpadding="0" cellspacing="0" align="left" style="margin-top:5px;">
<tr>
<td>
<?php
echo '<a href="http://www.soulquestrpg.com/forum/profile.php?$session[sessionurl]do=editavatar"><img src="http://www.soulquestrpg.com/forum/image.php?u='.$vbulletin->userinfo[userid].'" alt="Your avatar" border="0" /></a>
</td>
</tr>
</table>';
echo $vbulletin->userinfo[userid];
I really dont know whats wrong................