The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
User Re-Direct to NO PERMISSIONS
Have the following code to specify which users can use a custom page of mine:
Code:
// Permissions Redirect if ($usergroupid==8) { header("Location: $url_/payments.php"); } else if ( ($usergroupid != 5) && ($usergroupid != 6) && ($usergroupid != 7) && ($usergroupid != 9) && ($usergroupid != 10) && ($usergroupid != 11) ) { header("Location: $url_/payments.php"); } Thanks!! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|