Quote:
Originally Posted by Chris11987
From the article.
|
Hmmm, I tried to look but couldn't find it in there. Perhaps they were using an older version of vbulletin or something.
I'm not really sure what to use for the avatar. I looked in the postbit template and this is what is in there:
HTML Code:
<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
I'm not sure that the post variable is available to you. You may have to replace that with $user and see if that works.