MyBB Support
How do I remove these boxes?
Submitted by H, 26-09-2015, 01:30 PM, Thread ID: 10467
Thread Closed
RE: How do I remove these boxes?
27-09-2015, 11:23 AMRKhan Wrote: 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
toCode:<td class="tcat" colspan="3"
Code:<td class="tcat" colspan="2"
after doing that try to hard refresh CTRL+F5 and you will get the result like below
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}"> </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
toCode:<td class="tcat" colspan="3"
after doing that try to hard refresh CTRL+F5 and you will get the result like belowCode:<td class="tcat" colspan="1"
I hope this will solve your issue :yay:
You absolute legend :yay:
27-09-2015, 11:23 AMRKhan Wrote: 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
toCode:<td class="tcat" colspan="3"
Code:<td class="tcat" colspan="2"
after doing that try to hard refresh CTRL+F5 and you will get the result like below
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}"> </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
toCode:<td class="tcat" colspan="3"
after doing that try to hard refresh CTRL+F5 and you will get the result like belowCode:<td class="tcat" colspan="1"
I hope this will solve your issue :yay:
Broke it :yay:
The Pengest Turkey
Users browsing this thread: 1 Guest(s)