XF 1.4 Add a short text under Xenforo copyrights?

Betclever

Well-known member
Hello all,

How do I add legal mention under copyrights "footer" ?
See print scren.

Thanks for your help.
 

Attachments

  • Capture d’écran 2015-07-02 à 22.58.14.webp
    Capture d’écran 2015-07-02 à 22.58.14.webp
    2.9 KB · Views: 20
If you search templates for "copyright' like James said, in the footer template you will find <div id="copyright">.
Code:
<div id="copyright">
    <dl>{xen:helper copyright} {xen:phrase extra_copyright}</dl>
    <dl style="text-align: left;">This site is not endorsed by any broadcaster.</dl>
</div>


This would produce something like this:

Screen Shot 2015-07-03 at 01.42.06.webp
 
I wasn't sure if it was in the footer template or if there was a separate copyright template that was included into the footer (I was on mobile)!

Glad to see it worked.
 
Top Bottom