- Jul 19, 2018
- 67,149
- 67,564
- 120
Remover XenForo Copyright
.p-footer-copyright > .u-concealed {display: none;}
Bypass all resource restrictions, passwords, and keys? Read here!
It says 'Community platform by XenForo' at the bottom corner.. not very noticable tho
Where do you put that?Remover XenForo Copyright
.p-footer-copyright > .u-concealed {display: none;}
W
Where do you put that?
.u-concealed {Didn't work..
Go to here and see..
I've done that but failed.It works for me.
I have a website running 2.2.5 rn
what's wrong with it? if it's http error 500 then try reuploading because I gave @Tomz the ZIP file i used
Try the attached ZIP (I used that one on my website, and I can give you the link to the website)I've done that but failed.
Thanks, maybe next time. There is a hidden agenda in your resource.Try the attached ZIP (I used that one on my website, and I can give you the link to the website)
.p-footer-copyright {display: none;}
Yep
How to Completely Hide the Xenforo Copyright Footer
- Go to Admin
Appearance
Templates
- Search
and open the
extra.less template
- Enter the following CSS code
This will hide the entire copyright footer div element.CSS:.p-footer-copyright {display: none;}![]()
Better to replace with empty strings: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>®</sup> <span class="copyright">© 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.
public static function getCopyrightHtml()
{
return '';
}
public static function getCopyrightHtmlAcp()
{
return '';
}