Regarding vB 3.0.7
I looked up this thread because I wanted to use the Sticky seperating bar and whatnot. The original template mod in this thread didn't work (should've read a bit farther, but whatever - no harm done to my forums), so I continued to read.
At the end here,
DaPro's suggestion would appear to work fine, and I'm sure it does. But in my version of 3.0.7, there's no need to add anything. You actually have to remove something
Find:
HTML Code:
<!--<tr><td class="thead" colspan="<if condition="$show['threadicons']">6<else />5</if>"></td></tr>-->
</if>
$threadbits
<!-- end show threads -->
Replace With:
HTML Code:
<tr><td class="thead" colspan="<if condition="$show['threadicons']">6<else />5</if>"></td></tr>
</if>
$threadbits
<!-- end show threads -->
I actually removed the (space) in the seperator line, because it made it as tall as the font inside of it, plus cell spacing/padding.
The end result is seen in the screen shot provided below.
Note: I don't know how many of you will have this code hiding in there already, as I recently downloaded a fresh copy of vBulletin (3.0.7 for those not really paying attention) approximately two weeks ago. But if only one person finds all this babble useful, I'm satisfied
~Eric