How do i remove the column in the pic in forum display? I tried removing this code from threadbit but it just messed up everything.
Code:
<if condition="$show['threadicons']"> <td class="alt2" width="0" border="0"><if condition="$show['threadicon']"><img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /> </if></td> </if>
Comment