The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
You could try doing a query, like from phpMyAdmin. Maybe like:
Code:
SELECT userid, username, COUNT( * ) AS count FROM post WHERE visible =1 AND dateline >= UNIX_TIMESTAMP( CURDATE( ) - INTERVAL 7 DAY ) GROUP BY userid ORDER BY count DESC ETA: I think "CURDATE( ) - INTERVAL 7 DAY" with >= would actually include all posts in the 7 days before today, plus any posted today. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|