MyBB Support

How do I remove these boxes?

Submitted by H, , Thread ID: 10467

Thread Closed

RE: How do I remove these boxes?

H
y u so shit
Level:
0
Reputation:
91
Posts:
4.07K
Likes:
145
Credits:
5.54K
OP
27-09-2015, 06:48 PM
This post was last modified: 27-09-2015, 06:52 PM by H
#12
27-09-2015, 11:23 AM
RKhan 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
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:

You absolute legend :yay:

27-09-2015, 11:23 AM
RKhan 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
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:

Broke it :yay:

[Image: 18943d49b7.png]
The Pengest Turkey

[Image: The-Chicken-Connoisseur-PENGEST-TURKEY-1-1.gif]


Users browsing this thread: 1 Guest(s)