The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Looking Up Posts Per Page
I'd like to look up what percentage of our readers are viewing more than 10 posts per page on our forums. How to do so (presumably from within MySQL)?
Thanks! |
#2
|
||||
|
||||
Try this query:
Code:
SELECT * FROM `user` WHERE `maxposts` > 10; |
#3
|
|||
|
|||
Well, that's unexpectedly easy. My eyes must have just passed right over that field. Thanks!
For anyone curious, the answer is 4% of our registered users, though I bet it's higher for active users. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|