MyBB Community Forums

Full Version: Remove the >> in front of the category!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So.. another thing..

every category has these >> signs .. how can i remove that.. I want only the category title.. do you think that can be done?

Thanks
You should be able to edit forumbit_depth1_cat and remove it there.
am I sleepy or what should I change here?

<tbody>
<tr>
<td class="tcat" colspan="5">
<div class="expcolimage"><a href="javascript:expandCollapse('cat_$forum[fid]');"><img src="$theme[imgdir]/$expcolimage" id="cat_$forum[fid]_collapseimg" border="0" alt="[-]" /></a></div>
<div><strong><a href="forumdisplay.php?fid=$forum[fid]"><i>&raquo;</i> $forum[name]</a></strong><br /><div class="smalltext">$forum[description]</div></div>
</td>
</tr>
</tbody>
<tbody style="$expdisplay" id="cat_$forum[fid]_e">
$forums
</tbody>

edit: that &raquo stuff?
okay done thanks alot!