The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Check if a user is logged in?
How do I check if a user has logged in or not. And what are the different include files I need to have on that page.
I was hoping that it was as simple as this. I found this on a thread here. <?php If ($vbulletin->userinfo['userid']!=0) { echo 'You are logged in'; } else { echo 'you are not logged in'; } ?> I tried both scenarios. It does execute the code correctly. Then I tried putting in the path to global. The logic works if you are logged in, but generates some cookie errors. Any leads or help will be greatly appreciated. dyna |
#2
|
|||
|
|||
https://vborg.vbsupport.ru/showthrea...t=create+pages
See the "Limiting Access to the Script" section but read through it all as well |
#3
|
|||
|
|||
opserty,
thank you very much. That's a great place to start for me |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|