fearfx
03-20-2008, 02:18 PM
I would like at the top of my template, to show the users avatar pic. When logged in.
This is how I did it on a non-vb
$userid=$vbulletin->userinfo['userid'];
$file = $forumpath."image.php?u=$userid";
Thanks for the help!
This is how I did it on a non-vb
$userid=$vbulletin->userinfo['userid'];
$file = $forumpath."image.php?u=$userid";
Thanks for the help!