![]() |
How much different forums are your visitors posting in?
This query displays the userid and the number of different forums your users are writing posts in:
Code:
SELECT userid, count( tmp_a.differentforums ) AS differentforums
I also like to have the number of all posts for a forum-level like this, but more elegant: Code:
SELECT sum( user.posts ) This query displays the number of posts users wrote that were engaging in 10 different forums: Code:
SELECT sum( user.posts ) |
All times are GMT. The time now is 08:14 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|