The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#9
|
|||
|
|||
![]()
I think I have it figured out. The following seems to work:
Code:
// Permissions Redirect if ($usergroupid==8) { header("Location: $url_/register.php"); } else if ($usergroupid <= 1) { header("Location: $url_/register.php"); } else if ($usergroupid <= 2) { header("Location: $url_/payments.php"); } else if ($usergroupid <= 3) { header("Location: $url_/payments.php"); } else if ($usergroupid <= 4) { header("Location: $url_/payments.php"); } ![]() Thank you for your time! Jack --------------- Added [DATE]1428686841[/DATE] at [TIME]1428686841[/TIME] --------------- PS: I would be interested to see your code where only members X, Y could have access ... with all others getting a No Permissions message. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|