MyBB Community Forums

Full Version: Hide icon space
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i hide optional icon space?

[Image: adfdagadgim4.png]
(red table)
Open the forumdisplay_thread template

Find:
<td align="center" class="{$bgcolor}" width="2%">{$icon}</td>
and delete

Then open the forumdisplay_threadlist template

Find:
<td class="tcat" align="center" colspan="2">&nbsp;</td>

Change to:
<td class="tcat" align="center" colspan="1">&nbsp;</td>

Smile
Thanks but when i write a post i see the box to select the icons Sad
Ok open up your newthread template and find and delete
{$posticons}

Do the same with your newreply and editpost templates.

You may also wish to remove any icons that may have already been posted from the postbit.

To do this open up your postbit template

Find and delete
{$post['icon']}