Hmm problem seems to have come from the Sticky spacer hack:
Quote:
By Kingskin @ vbulletin.nl
Feel free to redistribute this/do whatever you like with it, i dont care!
@~@~@~@~@~@~@~@~@~@~@~@~@~
Go to the FORUMDISPLAY template of the style you wish to modify
Find:
$threadbits_sticky
Below that add:
</table><p>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<if condition="$show['threadicons']">
<td class="thead" colspan="2"> </td>
<else />
<td class="thead"> </td>
</if>
<td class="thead" width="100%">
<if condition="$show['threadratings']"><span style="float:$stylevar[right]"><a href="$sorturl&order=desc&sort=voteavg">$v bphrase[rating]</a> $sortarrow[voteavg]</span></if>
<a href="$sorturl&order=asc&sort=title">$vbph rase[thread]</a> $sortarrow[title] /
<a href="$sorturl&order=asc&sort=postusername ">$vbphrase[thread_starter]</a> $sortarrow[postusername]
</td>
<td class="thead" width="150" align="center" nowrap="nowrap"><a href="$sorturl&order=desc&sort=lastpost">$ vbphrase[last_post]</a> $sortarrow[lastpost]</td>
<td class="thead" align="center" nowrap="nowrap"><a href="$sorturl&order=desc&sort=replycount" >$vbphrase[replies]</a> $sortarrow[replycount]</td>
<td class="thead" align="center" nowrap="nowrap"><a href="$sorturl&order=desc&sort=views">$vbp hrase[views]</a> $sortarrow[views]</td>
</tr>
|
Any idea how I can combine the 2? Moment I change these things in the FORUMDISPLAY forum the tables shift and all looks messy.
Thanks