ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 25,495
- Points
- 823
Reputation:
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.
Read more
Continue reading...
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:
Code:<div class="discussionList section sectionMain"> <xen:include template="thread_list" /> </div>
You will need a line break...
Click to expand...
Read more
Continue reading...