Category Count – Final
This mod will list counts in your categories.tpl file that shows in your sidebar.
I have ONLY tested this in 9.8.2
Find in libs/dbtree.php:
$row = $db->get_row($sql);
if(!$row){
die('There is a problem with the categories table. Error CA:001.');
}
}
after, add:
$catcount = $db->get_results("SELECT...







