How to edit a Xenforo_Template in a Page

Lu Jia

Active member
Hi all,
I want to know if there's a way to edit a xenforo's template
HTML:
/admin.php?styles/stile-master.0/templates

Like in backend in a custom page.
Thanks in advance
 
Not entirely sure what you're asking but don't edit templates in the master style unless you created them for an addon.
 
I need to edit some custom template (created for my addons) in a custom page. I just want to give to someone without admin permission the right to edit the template.
 
Oh, you'd technically have to create an addon to allow non-admins to edit templates you specify.

If you do this...
  • library/XenForo/ControllerAdmin/Template.php
  • library/XenForo/ControllerAdmin/StyleAbstract.php
...are good places to start. Good luck.
 
Top Bottom