The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
Try this... untested, as I have no data to test this on.
Code:
SELECT user.userid , user.username , counts.comments FROM ( SELECT userid , COUNT(*) AS comments FROM reputation WHERE reason IS NOT NULL GROUP BY userid ) AS counts INNER JOIN user ON user.userid = counts.userid ORDER BY counts.comments DESC LIMIT 10; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|