XF 2.0 Sub Forums under Parent to display at bottom of Parent page

webbouk

Well-known member
At present any sub forums display at the top of the parent page. Is it possible to get them to display at the bottom of the page after the posts?

Thanks
 
Yes that's can be done, Got to "forum_view" template and find:

<xf:if is="$nodeTree">

select all code till

</xf:if>

and make "cut"

now find :

<xf:ad position="forum_view_below_thread_list" arg-forum="{$forum}" />

above this line "past" the selected code
 
Top Bottom