Showing username
I'm using the login on a nonvb page script. It works fine. I have it in my header so my header has the login info. Now on the part where im adding content, When I put
echo $vbulletin->userinfo['username'];
at the top before my news script, it shows the name. But what I want to do is put it in the middle of the news script somwhere where it asks for the name when adding comments to the news. When I move it to the middle of my news script it doesnt show up. Am I forgetting something?
The news script is one I made, not a vb script or anything.
|