MyBB Community Forums

Full Version: Delete those
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: cxPtswc.png]
first one is the thread status icon and the second one which is broken is the goto unread icon... both are useful features imo... having said that, to remove them...

1. ACP >> Templates >> Your Theme's Templates >> Forum Display Templates >> forumdisplay_threadlist

find this...
<td class="tcat" colspan="3"

and change it to
<td class="tcat" colspan="2"


2. ACP >> Templates >> Your Theme's Templates >> Forum Display Templates >> forumdisplay_announcements_announcement and remove this

<td align="center" class="{$bgcolor} forumdisplay_announcement" width="2%"><span class="thread_status {$folder}">&nbsp;</span></td>


3. ACP >> Templates >> Your Theme's Templates >> Forum Display Templates >> forumdisplay_thread and remove this

<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}">&nbsp;</span></td>


4. ACP >> Templates >> Your Theme's Templates >> Forum Display Templates >> forumdisplay_thread and remove this

{$gotounread}