Ive played around with the template trying to figure out how to remore the icon-col in forumdisplay..
I removed the icon alright, but the col is still there..
When i try to delete it from the template it simply resizes it instead..
This is the code ive been working with:
Code:
<if condition="$show['threadicons']">
<td class="thead" colspan="2"> </td>
<else />
<td class="thead"> </td>
</if>
If i cut anything out in that statement, this is what i get:
I know i probally have to edit something in the <table> code to get rid of the col, but i have no idea what it is..
Hope someone can give me a hint.. :nervous: