The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Plugin using is_member_of -- Do you see any problems?
Guys/gals, I have a plugin at "global_complete" to bounce banned members but I've gotten at least one report that a member who is not in the banned members group also got bounced.
Anybody see anything wrong with this chunk of code at "global_complete" that would cause somebody who does not belong to user group 8 to be also get bounced? Code:
if (is_member_of($vbulletin->userinfo['userid'], 8)) { header('Location: {new site}'); exit; } Kevin |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|