XF 1.1 Pages: Show A forum with subforums

LPH

Well-known member
Pages have me .... :confused:

I created a page and using the admin panel added the forums within it. Now I want to show the subforums within the page.

Apple - TuxReports Communities - Page With Forums.webp

Compare it to the actual Apple forum page (showing subforum and post new thread)

Apple - TuxReports Communities APPLE FORUM PAGE.webp

This is the code used.

Code:
<h3>Latest Apple Discussions</h3>
</div>
<xen:require css="discussion_list.css" />
<div class="discussionList">
{xen:raw $xf_apple_forum}
</div>

Questions
  1. How do I get subforums to show?
  2. How do I get the order reversed?
  3. How do I get a Post New Thread button?
 
Using a callback function? Because normally you would use the option to display child forums when editing the page node. Then obviously the subforums you want to show would have to be children of the page node.
 
Top Bottom