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
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
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
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
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
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
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
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
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
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