@utw-Mephisto
to remove the "gap" find:
Code:
<tbody id="collapseobj_hidesticky" style="$vbcollapse[collapseobj_hidesticky]">
<tr>
<td class="alt1">
$threadbits_sticky
and remove ...
Code:
<tr>
<td class="alt1">
additionally you could extend it with replacing the <td> with
Code:
<td class="tcat" colspan="<if condition="$show['threadicons'] AND $show['inlinemod']">7<else /><if condition="($show['threadicons'] AND !$show['inlinemod']) OR (!$show['threadicons'] AND $show['inlinemod'])">6<else />5</if></if>"><img src="$vboptions[cleargifurl]" width="1" height="1" alt="" />
and add some text behind it like "Sticky Threads"
that will add another break-bar like the seperator above the stickies ... just play around with it a bit
[high]* KayDEE installs
[/high]
thanks