How To Separate Sticky and Normal Threads

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    How To Separate Sticky and Normal Threads

    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.
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...