[TUT]Remove XenForo Copyright/Mark *EASIEST WAY*

[TUT]Remove XenForo Copyright/Mark *EASIEST WAY*

Sauron

Co-Founder
Staff
Founder
MC Models
SpigotVIP
Supporter
Member
Joined
Dec 24, 2016
Messages
1,525
Leaked Spigot Plugins & More
190
Sauron submitted a new resource:

[TUT]Remove XenForo Copyright/Mark *EASIEST WAY* - Remove XenForo Copyright/Mark *EASIEST WAY*

Compatible XF Versions
1.0, 1.1, 1.2, 1.3, 1.4, 1.5
Hello everyone! Today i will be guiding you on how to remove the copyright/mark thingy that's underneath ur forum. It's pretty easy to do and also this is the easiest way to do so. Enjoy View attachment 27705

Step 1:
Navigate into Admin CP > (Your style) > Templates > Footer and click it.

Step 2:
Ctrl + F and find "Copyright" should be something like that:
Code:
<div id="copyright">

Step 3: You will see something like that...

Read more about this resource...
 

mr_poo

New Member
Member
Joined
Dec 31, 2017
Messages
1
Editing or Removing Xenforo Footer Copyright in in Xenforo 2.0.0

To edit or remove the copy right line Forum software by XenForo™ ©2010-2017 XenForo Ltd.

Go to /src/ folder and open the file XF.php file with notepad ++ and click Ctrl+F then find below code
return '<span class="u-concealed" dir="ltr">Forum software by XenForo™ <span class="copyright">©2010-2017 XenForo Ltd.</span></span>';

return '<span class="u-concealed" dir="ltr">Forum software by XenForo&trade; <span class="copyright">&copy;2010-2017 XenForo Ltd.</span></span>';
If you want to remove this code, you can remove above code and save it.

and you can change the line / code to add your website link.
 

androidx

New Member
Member
Joined
Dec 9, 2018
Messages
1
Can also just add this to extra.less:

.p-footer-copyright {
display: none;
}
 
BlackSpigot General Chat
Rules Help Users
    zerac @ zerac: recomiendan algun plugin para utilizar en un server hibrido con spigot+forge?
    Top