MyBB Community Forums

Full Version: remove heading
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to remove the word 'forum' from 'tcat' - underneath the 'category' heading.

Think it's in the 'Forum Bits Templates/ forum bit depth1 cat'

the word 'forum' underneath every category seems redundant. The threads & post headings are fine the way they are.

thanks in advance

add: <td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>

removed: <strong>{$lang->forumbit_forum}</strong> and it worked.

could this eventually cause any issues down the line ?

well, that didn't work. Cannot access category nor forum section from main. Reverted to original code.

Finally got it...

<td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
removed: <strong>{$lang->forumbit_forum}</strong>
all seems working fine Wink