1) Find this code:
Code:
<td class="alt1" id="td_title_$thread[realthreadid]" title="$thread[preview]">
1) Add above:
Code:
<if condition="$show['threadprefix'] == 2">
<td class="alt1" align="$prefixalign" nowrap="nowrap"><if condition="$thread['threadprefix']">$prefixmarkup[0]$thread[threadprefix]$prefixmarkup[1]</if></td>
</if>
Should be:
1) Find This code:
Code:
<if condition="$show['sticky']">
<td class="stuck" id="td_title_$thread[realthreadid]" title="$thread[preview]">
<else />
1) Add Above:
Code:
<if condition="$show['threadprefix'] == 2">
<td class="alt1" align="$prefixalign" nowrap="nowrap"><if condition="$thread['threadprefix']">$prefixmarkup[0]$thread[threadprefix]$prefixmarkup[1]</if></td>
</if>
That fixed it for me...
KB