Quote:
Originally Posted by ResaleBroker
I would like to display the thread count for one or more forums in my " Articles" page which is a modified "showgroups" page (3.6.x).
Currently the number assigned to "Available Articles:" is hand coded and I'm trying to automate the process. I'm would also like to display the number of threads in each forum next to the respective category.
Does anyone know what query(s) I could use to do this?
Thank you for any help you can offer. 
|
the data lives in the threadcount property of the forums in the forumcache
PHP Code:
$vbulletin->forumcache[$forumid]['threadcount']