The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Posts and threads from last month
I need a list of numbers of new threads/new posts grouped by forum.
I have something like this: Code:
SELECT `forumid`,count(*) as `new threads` FROM `thread` WHERE dateline > UNIX_TIMESTAMP(DATE_SUB(CURDATE(),INTERVAL 30 DAY)) GROUP BY forumid order by `new threads` desc |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|