Yeah, I tried that and nothing happened.
I made the forumhome_welcometext template display all the information that is relevent to the user who is logged in, so when you are logged out, you don't see something that you shouldn't. Here is what I am currently using:
Code:
<smallfont>
Name: $username<br>
Posts: $userinfo[posts]<br>
Time: $timenow<br>
$pminfo
</smallfont>
Everything works like a charm execpt for the Posts. I've tried the $post[posts] varible and it didn't work. I'm really confused.
Its probably not a hack, but the people at vbulletin.com told me to post my problems here. Please help!