The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
SELECT u.*, count(*) as 'total' from user u
JOIN post p USING (userid) WHERE to_days(now()) - to_days(from_unixtime(p.dateline)) <= 90 GROUP BY u.userid ORDER BY total desc limit 25 This will be a relatively server intensive query, I wouldn't run it too often. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|