PDA

View Full Version : How To Separate Sticky and Normal Threads


Jake Bunce
Wed 14th Apr '04, 8:04pm
Go to your:

Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Display Templates -> FORUMDISPLAY

Find this code and remove the code in red:


<if condition="$show['threads']">
<!-- show threads -->
<if condition="$show['stickies']">
$threadbits_sticky
<!-- <tr><td class="thead" colspan="<if condition="$show['threadicons']">6<else />5</if>">&nbsp;</td></tr>-->
</if>
$threadbits
<!-- end show threads -->
<else />


This will insert a bar that separates the two types of threads.