Quote:
Originally Posted by Dismounted
That will only work once the $vbulletin object has been created (by including global.php).
|
Indeed, thanks for posting - I forgot to include that
Quote:
Originally Posted by Jaime82
Thank you very much SecondV, that worked!
I do have one more question for you. I want my chat page to say Welcome "Username". I'm having a problem calling up the username from Vbulletin on the same page I put that code you gave me. Would you happen to know what code I would use?
Thank you!
Jaime
|
If you're using that in the template, I believe template-wise you would use, as an example:
PHP Code:
<strong>Welcome, $bbuserinfo[username]!</strong>