XF 2.2 How to edit the footer?

That code is in the template PAGE_CONTAINER or you could just edit the phrase "extra_copyright" and add your own text there.
May I humbly pester you for an example of each method please?


I've scoured the PAGE_CONTAINER template, and eventually found what seems potentially relevant-(¿?), ie:
<div class="p-footer-copyright">
<xf:contentcheck>
<xf:copyright />
{{ phrase('extra_copyright') }}
</xf:contentcheck>


Also checked the phrase: extra_copyright.

-Can we add any copyright/brand promo text to the 'Phase text' box?
(Idkw but this option just seems far too suspiciously simple, lol.)


Alternatively with the PAGE_CONTAINER template, I'd suspect there must be a very specific code bracketing & exact positioning-(¿?)

Idk anything about the positioning, and as for brackets, my initial guess would be:
<xf:copyright> </xf:copyright>
(¿?)

-as in, maybe something like:
<xf:copyright> XenForceOne™ Hybrid-Meta-Fora™ by Xeniverse® ©²⁰²⁴-²⁰²⁴ Xeniversal Studios Group Inc. with lead development by BassMan - CustomizeXF® ©²⁰¹⁵-²⁰²⁴ BassMan Enterprises Ltd.</xf:copyright>
(¿?)
 
Top Bottom