LPH
Well-known member
Pages have me ....
I created a page and using the admin panel added the forums within it. Now I want to show the subforums within the page.
Compare it to the actual Apple forum page (showing subforum and post new thread)
This is the code used.
Questions
I created a page and using the admin panel added the forums within it. Now I want to show the subforums within the page.
Compare it to the actual Apple forum page (showing subforum and post new thread)
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
- How do I get subforums to show?
- How do I get the order reversed?
- How do I get a Post New Thread button?