Reputation:
{{ phrase('extra_copyright') }}
to change the xenforo you can do this by going to your server and look for /public_html/src/XF.php and change the copyright
and than go to your theme and search for PAGE_CONTAINER look for
Code:{{ phrase('extra_copyright') }}
and remove than refresh
Reputation:
{{ phrase('extra_copyright') }}
page container search for copyright
Code:{{ phrase('extra_copyright') }}
Reputation:
change he theme name buy clink on it
Reputation:
Reputation:
Reputation:
I want to remove the footer copyright addresses in the admin panel. Is there any chance that I can do this from templates or from the xml file of the plugin address attached to the footer?
View attachment 29632
Reputation:
I removed the ACP copyright from the files, instead of using template modifications![]()
Reputation:
make sure you run check file health so there is no issues
Reputation:
I want to remove the footer copyright addresses in the admin panel. Is there any chance that I can do this from templates or from the xml file of the plugin address attached to the footer?
View attachment 29632
src/addons/XF/_data/templates.xml
- remove lines 229, 230 and 231, and don't leave an empty line <span class="p-footer-copyright">
<xf:copyright /> {{ phrase('extra_copyright') }}
</span>
src/addons/XF/hashes.json
- line 3407926ec7a2a86d1b180d64afff0a92c6417d48bf7cd5debf31f6d7014c860afdc
cb7854640b92794229003e32ce040c2c90b035f50fbbdbd9d9a6f60fd8a103fd
/install/
and rebuild the master data for the changes to take effect