kontrabass
Customer
Sorry if this is in a FAQ somewhere... but how do I put the advanced footer on top of the xenforo footer (style chooser, contact us links, etc would be on the VERY bottom), like they have at TAZ? (https://theadminzone.com)
<xen:if is="@xb_footer_Enable">
<xen:include template="xb_footer_layouts" />
</xen:if>
Hey
Note sure what version of XenBase you are running but it it pretty easy to do by editing the footer template and moving the call for the advanced footer. Check and see what version you are using.
Style Properties -> [XB] XenBase and Style Version
Code:<xen:if is="@xb_footer_Enable"> <xen:include template="xb_footer_layouts" /> </xen:if>