Recent Topics

1 Jun 12, 2007 20:56    

My b2evolution Version: Not Entered

ok my categories is show up like this


<div class="Categories"><h2><strong>Categories</strong></h2><ul>
<li><a href="http://127.0.0.1/blog/index.php">All</a></li>
<li><a href="http://127.0.0.1/blog/index.php?cat=38">Animez</a> <span class="notes">(6)</span></li>
<li><a href="http://127.0.0.1/blog/index.php?cat=37">General</a> <span class="notes">(28)</span></li>
<li><a href="http://127.0.0.1/blog/index.php?cat=35">Wierd/Cool/Funny Stuff</a> <span class="notes">(72)</span></li>
</ul>
</div>

is it possible to remove <span class="notes">#</span> ?

thanks

2 Jun 12, 2007 21:09

im using the latest version.

do i still have to remove <span class="notes">('.$cat['cat_postcount'].')</span> in _categories.plugin.php or is there any other way ?

thanks

3 Jun 12, 2007 21:34

ahh ill just use css then.

.Categories span { display: none;}


Form is loading...