Okay, just for clarification:
Open up b2-include/b2template.functions.php :
To make # of posts in a category active, edit somewhere around lines 1069-1071, should look like this:
// out of the b2 loop
function list_cats($optionall = 1, $all = ‘All’, $sort_column = ‘ID’, $sort_order = ‘asc’,
$file = ‘blah’, $list = true, $optiondates = 0, $optioncount = , $hide_empty = 1) {
Set $optioncount=1.
To make # of posts in a month active, edit line 124:
function get_archives($type=”, $limit=”, $format=’html’, $before = “”, $after = “”, $show_post_count = false) {
Change $show_post_count to true.
Save, upload.
Works like a charm!