Make selected forum appear on a Page

Morgain

Well-known member
Would it be possible to make a selected forum appear on an XF Page?
Just like it does on the node tree?
eg

forum-ann.webp
 
Ok. Child nodes of a page node are available as {$childNodes} in the Template HTML of your page node. But the nodes aren't rendered. An addon is required to extend XenForo_ViewPublic_Page_View to render the nodes for display as a full node list on the page. Or similarly you can specify a callback for the page node. Either way you need to author some PHP code to do this.
 
I tried looking into this, but all I get is a warning at the top of the page

htmlspecialchars() expects parameter 1 to be string, array given in /home/x/public_html/internal_data/templates/S.4,L.1,_page_node.17.php, line 81
 
Top Bottom