kirsty
Member
I've got an admin template mod - adding extra settings to a forum as in https://xenforo.com/docs/dev/lets-build-an-add-on/#modifying-the-forum-edit-form - in an add-on and it works fine on my dev server but not on my production server.
Is there anything I can safely do to kick the production server into reloading the template mods for one add-on or something like that? Or any reason it might be ignoring it?
- I've used the same technique in a different add-on and that works fine on both servers
- I've tried changing the find/replace text and the execution order so the values are different to the other add-on I wrote, but that also makes it work ok on dev and not in production.
- The template_modifications.xml on the production server show the admin template mod looking the similar in both add-ons (different values, modification keys etc but same structure).
- Admin template mods can't be viewed in the admin control panel on the production server so it can't have got disabled or overwritten (can it?)
Is there anything I can safely do to kick the production server into reloading the template mods for one add-on or something like that? Or any reason it might be ignoring it?