Display sub-forums below the thread list

Display sub-forums below the thread list

Paul B

XenForo moderator
Staff member
Brogan submitted a new resource:

Display sub-forums below the thread list (version 1.0) - A simple template edit explaining how to move the sub-forums to below the thread list.

Open the forum_view template and find this code:
HTML:
<xen:if is="{$renderedNodes}"><xen:include template="node_list" /></xen:if>

Then move it to below this code:
HTML:
<div class="discussionList section sectionMain">
    <xen:include template="thread_list" />
</div>


You will need a line break though or the "Thread Display Options" tab will overlap.
Your final code should look like this:
HTML:
<div class="discussionList section sectionMain">
    <xen:include...

Read more about this resource...
 
There's no need, template edits work fine for modifications such as this.

It's not worth creating an add-on for.
 
@Brogan, would it possible to update this please? I've tried to do it myself but there is extra code in the templates now on XF 1.5 and I'm just making a mess of it all, lol. Thanks. :)
 
Wondering if there is an update to this for v2.1? Or perhaps another method to accomplish this. I have one forum that includes a sub-forum, and I would like the sub-forum below the thread list.
 
Top Bottom