I've searched more than a bit, but I can't find the "avatar thing". I'm not trying to make my site like like this one, but I would like the users's avatar up top with their name.
I've tried several different options - adding this to forum_welcometext:
PHP Code:
<img src="avatar.php?userid=$post[userid]&dateline=$post[avatardateline]" align="left">
Trying "$bbuserinfo[avatarurl]" instead, etc. Nothing works. By not working, I mean nothing shows up, except when I try one of the avatarurl vars - then I get a broken link image.
Can anyone show me the light?