Edit a template in PHP code?

Jaxel

Well-known member
So lets say I have an addon; with some options with it. Is there a way, so that when a person clicks "save", it writes some data to a template? A master template of course.
 
Probably refer to this action:

XenForo_ControllerAdmin_Template::actionSave

Gotta use the template datawriter.
 
Probably refer to this action:

XenForo_ControllerAdmin_Template::actionSave

Gotta use the template datawriter.
Yep, that was it. I can pull in a template, and then save it into the datawriter and XenForo will handle the rest automatically.
 
Top Bottom