Xenforo CMS v2.2.12 Nulled Full

Xenforo CMS v2.2.12 Nulled Full v2.2.12 Full Nulled

No permission to download

brass9

Member
Apr 25, 2021
35
22
8

☀️ How to Completely Hide the Xenforo Copyright Footer 💣

  1. Go to Admin ➡️ Appearance ➡️ Templates
  2. Search 🔍 and open the 📖 extra.less template
  3. Enter the following CSS code 🗒️
CSS:
.p-footer-copyright {display: none;}
This will hide the entire copyright footer div element. 😎
 
Last edited:
  • Love
  • Like
Reactions: danzzers and Cookie

Cookie

New member
May 6, 2021
23
22
3

☀️ How to Completely Hide the Xenforo Copyright Footer 💣

  1. Go to Admin ➡️ Appearance ➡️ Templates
  2. Search 🔍 and open the 📖 extra.less template
  3. Enter the following CSS code 🗒️
CSS:
.p-footer-copyright {display: none;}
This will hide the entire copyright footer div element. 😎
Yep
I just did that on my forum so there is no copyright
so you can do it too.
 

Ankesh16

Member
Oct 11, 2019
38
40
18
Editing or Removing Xenforo Footer Copyright.

Go to /src/ folder and open the file XF.php file with notepad ++ and click Ctrl+F then find below code

Code:

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>';



If you want to remove this code, you can remove above code and save it or you can change copyright code.
 

brass9

Member
Apr 25, 2021
35
22
8
Editing or Removing Xenforo Footer Copyright.

Go to /src/ folder and open the file XF.php file with notepad ++ and click Ctrl+F then find below code

Code:

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>';



If you want to remove this code, you can remove above code and save it or you can change copyright code.
Better to replace with empty strings:
PHP:
public static function getCopyrightHtml()
{
        return '';
}

public static function getCopyrightHtmlAcp()
{
        return '';
}
 
Last edited:
  • Like
Reactions: smalok and Ankesh16

Latest posts

Forum statistics

Threads
69,226
Messages
908,438
Members
237,026
Latest member
Hefon_mark

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu