The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
[sql]select username, email, pmcount from
(select username, email, count(pmid) as pmcount from pm AS pm left join user AS user on (user.userid=pm.userid) where folderid=0 group by pm.userid) AS subselect where pmcount > 2[/sql] Please not that this needs to be adjusted if you are using Table-Prefixes. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|