Hareon Active member Jun 7, 2024 #1 What I need to do to have a beautiul footer like this official from Xenforo? We have a way to build only with Xenforo base (without addons)?
What I need to do to have a beautiul footer like this official from Xenforo? We have a way to build only with Xenforo base (without addons)?
Mr Lucky Well-known member Jun 7, 2024 #2 Without in addon you need to add html to PAGE_CONTAINER template. I added it just below the copyright line Code: <xf:if contentcheck="true"> <div class="p-footer-debug"> Or you could pit it above the copyright line Code: <xf:if contentcheck="true"> <div class="p-footer-copyright"> With addon there is a good one Thread '[cXF] Advanced Footer [Paid]' Oct 14, 2017 BassMan submitted a new resource: [cXF] Advanced Footer - Add icons and/or extra links to footer, set columns, fixed footer and more. This is a cXF GOLD Membership Add-on. Upgrade your account to cXF GOLD Membership for: 1 year access all cXF GOLD Membership Add-ons for XenForo 1 & 2 1 year access to all cXF Premium Customizations for XenForo 1 & 2. Click to expand... FEATURES fixed... Click to expand... Read more about this resource... Last edited: Jun 7, 2024 Upvote 0 Downvote
Without in addon you need to add html to PAGE_CONTAINER template. I added it just below the copyright line Code: <xf:if contentcheck="true"> <div class="p-footer-debug"> Or you could pit it above the copyright line Code: <xf:if contentcheck="true"> <div class="p-footer-copyright"> With addon there is a good one Thread '[cXF] Advanced Footer [Paid]' Oct 14, 2017 BassMan submitted a new resource: [cXF] Advanced Footer - Add icons and/or extra links to footer, set columns, fixed footer and more. This is a cXF GOLD Membership Add-on. Upgrade your account to cXF GOLD Membership for: 1 year access all cXF GOLD Membership Add-ons for XenForo 1 & 2 1 year access to all cXF Premium Customizations for XenForo 1 & 2. Click to expand... FEATURES fixed... Click to expand... Read more about this resource...