The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
How to check in sidebar (forum blocks) if user is logged in?
How can I check in the forum blocks that are displayed in the new sidebar whether a user is logged in, and display different content accordingly?
I tried the old... Code:
// IF THE USER IS LOGGED IN if ($bbuserinfo[userid]) { // CODE TO EXECUTE IF THE USER IS LOGGED IN } else { // CODE FOR GUESTS } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|