The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
PHP If user = moderator
What can I use for an if statement to determine whether a user is moderator or not i.e. if member is able to access the modcp?
|
#2
|
|||
|
|||
I'm not that much familiar with the mod variables as I haven't used them before, but you could try using:
Code:
if (can_moderate() == true) Code:
if can_moderate()) |
#4
|
|||
|
|||
^ awesome, good to know .
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|