Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I'd like to request help to customize my style to show Advanced Footer on forum home only. Alternatively just add a checkbox to show it on forumhome only, that'd probably be the optimal solution
<xen:if is="@xb_footer_Enable">
<xen:include template="xb_footer_layouts" />
</xen:if>
<xen:if is="@xb_footer_Enable && {$contentTemplate} == 'forum_list'"">
<xen:include template="xb_footer_layouts" />
</xen:if>