The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
Thanks kh99, from that I was able to figure out the rest of the query:
Code:
SELECT username, posts FROM vb_user as user WHERE user.avatarid = '0' AND NOT EXISTS (SELECT * FROM vb_customavatar AS custom WHERE custom.userid = user.userid) AND EXISTS (SELECT * FROM vb_customprofilepic AS profile WHERE profile.userid = user.userid) ORDER BY username asc |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|