The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Post count query between two dates
How can I find how many posts a user has made between two dates?
|
#2
|
|||
|
|||
Sorry for the late reply, but if you're still looking for this, I think you can do something like:
Code:
SELECT COUNT(*) FROM post WHERE userid = X AND visible = 1 AND dateline >= UNIX_TIMESTAMP('2013-01-01 00:00:00') AND dateline <= UNIX_TIMESTAMP('2013-06-01 23:59:59') |
5 благодарности(ей) от: | ||
CAG CheechDogg, Lynne, mathforum, tbworld, TheLastSuperman |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|