![]() |
how can I compute the response rate on my forum
Hi,
Have a question about statistics on vbulletin. Using vb 3.6.8, with about 77k threads and 515k posts, I'm thinking about a statistic that is useful for newcomers : the response rate. Actually, searching for that kind of plugin let me with no solution. Any tips or solution your using in your forums to compute this kind of statistic : - response rate on the whole forum - response rate per forum Any chance to get this stat with the average time for the first response ? Think the only solution is to make the request with sql code, a basic solution for a first step is : Code:
SELECT replycount, count( threadid ) AS nb FROM `thread`WHERE replycount =0 |
All times are GMT. The time now is 03:32 AM. |
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:
|