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)
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.
<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>