Lu Jia Active member Sep 25, 2012 #1 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
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
Jeremy P XenForo developer Staff member Sep 25, 2012 #2 Not entirely sure what you're asking but don't edit templates in the master style unless you created them for an addon.
Not entirely sure what you're asking but don't edit templates in the master style unless you created them for an addon.
Lu Jia Active member Sep 25, 2012 #3 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.
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.
Jeremy P XenForo developer Staff member Sep 25, 2012 #4 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.
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.