PDA

View Full Version : Thread icon column not removing


adamadamadam
05-22-2008, 07:30 PM
Hey hey,

I've played with the settings in vBulletin Options to remove those icons but the column hasn't actually been removed (outlined in orange):
https://vborg.vbsupport.ru/

I've opened threadbit and tried changing the colspan to "1" but that doesn't yield proper results.

This is the bit of colde where the colspan is that I'm editing:
<td class="alt2" colspan="1"></td>
<td class="<if condition="$show['sticky']">sticky<else /><if condition="$show['moderated']">moderated<else /><if condition="$show['subscribed']">subscribed<else /><if condition="$thread['pollid']">poll<else />alt1</if></if></if></if>" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">

Is threadbit the correct template I should be working through for this column?

Any help would be greatly appreciated. Thanks!

snakes1100
05-22-2008, 08:25 PM
forumhome & nopost templates

adamadamadam
05-22-2008, 11:08 PM
Hmm - can you show me the code specifically? I ask because from what I can tell the thread icon column is only controllable either through vB Options or threadbit.

Thanks