The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
If this doesn't work:
Code:
$webspace_canuse_global = '6,7,18'; if (!is_member_of($vbulletin->userinfo, $webspace_canuse_global)) { print_no_permission(); }else{ // do the script Code:
$webspace_canuse_global = '6,7,18'; if (!is_member_of($vbulletin->userinfo, explode(',', $webspace_canuse_global))) { print_no_permission(); }else{ // do the script Oh, and keep the numbers seperated by commas only. Not commas and spaces. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|