The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
Try:
Code:
if (!($userinfo['options'] & $vbulletin->bf_misc_useroptions['coppauser'])) { // user is not a coppa user (hopefully) } Edit: Just decided to look at the code around those hooks that you mentioned, and I'm not sure $userinfo['options'] will be set yet. You may just want to use: Code:
if (!$vbulletin->GPC['coppauser']) { // not coppa user } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|