Templates

dreamer

Active member
Registered
Joined
Mar 26, 2020
Messages
36
Points
18

Reputation:

Translation made by XboxForu


Hello colleagues and I am asking for help, where should I change the entry in the template to remove the code in the footer at the bottom of the forum.


Default style - Templates​

v2.2.8 Patch 1
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

You mean the copyright? Take a look into the search function, on the right top corner. There are multiple answers because the question has been raised again and again.

Even because of the bad decided subject!
 

SNap!

Collaborate
Collaborate
Registered
Joined
Mar 17, 2022
Messages
561
Points
253

Reputation:

Translation made by XboxForu


Hello colleagues and I am asking for help, where should I change the entry in the template to remove the code in the footer at the bottom of the forum.


Default style - Templates​

v2.2.8 Patch 1
dreamerupload\src\XF.php 1131-1134 for Forum Copyright

Code:
    public static function getCopyrightHtml()
    {
        return '<a href="https://xenforo.com" class="u-concealed" dir="ltr" target="_blank" rel="sponsored noopener">Community platform by XenForo<sup>&reg;</sup> <span class="copyright">&copy; 2010-2021 XenForo Ltd.</span></a>';
    }

upload\src\XF.php 1136 -1139 for AdminCP Copyright

Code:
    public static function getCopyrightHtmlAcp()
    {
        return '<a href="https://xenforo.com" class="u-concealed" dir="ltr" target="_blank" rel="sponsored noopener" data-xf-init="tooltip" title="&copy; 2010-2021 XenForo Ltd.">Community platform by XenForo<sup>&reg;</sup></a>';
    }
 
Top