Heisenberg submitted a new resource:
You must be registered for see links
- Xenforo 2 Copyright EditingNOTE: Does not work for lower versions this is for xenForo 2 !!
To edit the copyright go to the folder "Src" and open the file XF.php file with notepad ++ and on line 722 you will see this:
Code:return '<a href="XenForo.com" class="u-concealed" dir="ltr">Forum software by XenForo™ <span class="copyright">©2010-2017 XenForo Ltd.</span></a>';
Delete the text between the ' ' and write your own copyright text. For example:
Code:return '<a href="The Demo Forums"...
You must be registered for see links
