MyBB Support

How do I remove these boxes?

Submitted by H, , Thread ID: 10467

Thread Closed

RE: How do I remove these boxes?

RKhan
Active Member
Level:
0
Reputation:
3
Posts:
217
Likes:
28
Credits:
450
27-09-2015, 11:23 AM
#11
If you want to remove topic icons follow this guide on fresh unmodified template
Go to Forum Display Templates > forumdisplay_thread find and delete this line

Code:
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>

Then go to Display Templates > forumdisplay_threadlist find and replace
Code:
<td class="tcat" colspan="3"
to
Code:
<td class="tcat" colspan="2"

after doing that try to hard refresh CTRL+F5 and you will get the result like below

[Image: result_1.jpg]



If you want to remove topic icons as well as topic status icons follow this guide on fresh unmodified template
Go to Forum Display Templates > forumdisplay_thread find and delete this line
Code:
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><div class=" tlisticon"><span class="thread_status {$folder}" title="{$folder_label}">&nbsp;</span></div></td>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>

Then go to Display Templates > forumdisplay_threadlist find and replace
Code:
<td class="tcat" colspan="3"
to
Code:
<td class="tcat" colspan="1"
after doing that try to hard refresh CTRL+F5 and you will get the result like below

[Image: result_2.jpg]


I hope this will solve your issue :yay:
Isn't this signature cool ? <3

Users browsing this thread: 1 Guest(s)