Instead of downloading that plugin to separate the stickies from the threads... Heres another way to do it.
Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Display Templates -> FORUMDISPLAY
This will insert a bar that separates the two types of threads.
Find this code and remove the code in red:
Or if you don't see that code in blue just add the blue part in between the orange, and you are done.
Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Display Templates -> FORUMDISPLAY
This will insert a bar that separates the two types of threads.
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>"> </td></tr>-->
</if>
$threadbits
<!-- end show threads -->
<else />
Or if you don't see that code in blue just add the blue part in between the orange, and you are done.