Yes, there is a mod showing number of threads in postbit:
https://vborg.vbsupport.ru/showthrea...hlight=threads
but it dosent show for a specific forum, the query
Quote:
$user_theard_query = $db->query_read("SELECT COUNT(threadid) AS total FROM " . TABLE_PREFIX . "thread WHERE postuserid=$threads_posts");
|
- collects data from thread table, which dosent have forumid - so the query has to be ran against another table. Perhaps someone can help here ?