How do I configure this thread style?

Do you want them removed, or have them put somewhere else? If you want the subforums removed from the thread list do the following:

Admin CP -> Appearance -> Your Style -> Templates -> forum_view

Search for

Code:
<xen:if is="{$renderedNodes}">
    <!-- xeno -->
    <xen:set var="$xenoSubTop">1</xen:set><xen:set var="$xenoSubBottom">1</xen:set>
    <xen:include template="ad_forum_view_above_node_list" />
    <xen:include template="node_list" />
</xen:if>

Remove

Code:
<xen:include template="node_list" />
 
Top Bottom