The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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:
|