Recent Topics

1 May 27, 2006 11:48    

I am working on a website with b2e as a CMS. See http://www.haus-der-journalisten.de/cms (in working progress). I use the category list as a submenu. so I do not need and do not want the numbers of postings to be shown next to the category name. I can't find the place where this can be changed and I assume I perhaps wouldn't know how.

Can anybody help?

2 May 27, 2006 12:46

Hi
This is based on the new 0.9.2 release

Go to ->blogs ->skins
Open categories.php
Find

echo '<a href="'.url_add_param( get_bloginfo('blogurl'), 'cat='.$cat_ID ).'">'.format_to_output($cat['cat_name'], 'htmlbody').'</a> <span class="dimmed">('.$cat['cat_postcount'].')</span>';

and try just deleting the bit..

<span class="dimmed">('.$cat['cat_postcount'].')</span>

Naturally back up your original :)

3 May 27, 2006 17:14

GREAT!! Thanks John, that worked fine! perfect!


Form is loading...