The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
SELECT email, username
FROM user WHERE usergroupid =2 AND membergroupids !=12 or perhaps if you have multiple groups: SELECT u.email, u.username FROM user u WHERE u.usergroupid=2 and u.userid != (select userid v from user v where v.membergroupids LIKE '%12%' and u.userid = v.userid) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|