Category Count - Final
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!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 COUNT(l.link_category) as catcount, c.category_id [...]










Monday, April 21, 2008
2 Comments