The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#9
|
|||
|
|||
![]()
Prefix just means a string that is at the beginning. I think it's so you can have multiple vBulletin installations (or vbulletin and something else) in the same database without worrying about the table names being the same.
Like I said above, if it's not obvious what I mean from lookig at the list of tables in your database, then you probably just need to use 'post'. --------------- Added [DATE]1293469271[/DATE] at [TIME]1293469271[/TIME] --------------- no, just post. Forget all about the prefix stuff, just use this: Code:
SELECT username, COUNT(*) as count FROM post WHERE dateline BETWEEN UNIX_TIMESTAMP(YYYYMMDD) AND UNIX_TIMESTAMP(YYYYMMDD) AND visible = 1 GROUP BY userid ORDER BY count DESC |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|