The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Altering Query
Can someone please point me in the right direction on altering this query so that it doesn't pull from my banned usergroup, which is id 16.
PHP Code:
|
#2
|
||||
|
||||
[sql]SELECT user.email, user.username
FROM user WHERE (options & 16) AND usergroupid <> 16 AND FIND_IN_SET(16, membergroupids) = 0[/sql] |
#3
|
||||
|
||||
Thank you
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|