PDA

View Full Version : removing thread icon col


KrisP
10-22-2004, 11:43 AM
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:
<if condition="$show['threadicons']">
<td class="thead" colspan="2">&nbsp;</td>
<else />
<td class="thead">&nbsp;</td>
</if>
If i cut anything out in that statement, this is what i get:
https://vborg.vbsupport.ru/external/2004/10/1.jpg

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: