PDA

View Full Version : Separate Sticky and Normal Threads v2



s0ct0j0c
21-04-2011, 03:12 PM
This modified template is used to separate the important topic of normal


Go into your admincp style template

Search template "thread_list"
Find:
<xen:foreach loop="$stickyThreads" value="$thread"> <xen:include template="thread_list_item" /> </xen:foreach>
ADD before:


<xen:if is="{$stickyThreads}"> <li class="sectionHeaders">importants posts</li> </xen:if>
And find:


<xen:foreach loop="$stickyThreads" value="$thread"> <xen:include template="thread_list_item" /> </xen:foreach>
Add below:


<xen:if is="{$stickyThreads}"> <li class="sectionHeaders">&nbsp;Normal Posts</li> </xen:if>