XenForo CMS - forum platform

XenForo CMS - forum platform v2.3.10 Nulled Full

No permission to download
  • Welcome to Babiato Forum! All Resources are 100% clean and Safe to Use

brass9

Member
Apr 25, 2021
35
23
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
23
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

About us

  • Babiato Forum - The webmaster 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, updating Daily resource to make sure our community is one of the best.

Quick Navigation

User Menu