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>