Jaxel Well-known member Dec 24, 2012 #1 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.
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.
Jake Bunce Well-known member Dec 24, 2012 #2 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.
Jaxel Well-known member Dec 25, 2012 #3 Jake Bunce said: Probably refer to this action: XenForo_ControllerAdmin_Template::actionSave Gotta use the template datawriter. Click to expand... Yep, that was it. I can pull in a template, and then save it into the datawriter and XenForo will handle the rest automatically.
Jake Bunce said: Probably refer to this action: XenForo_ControllerAdmin_Template::actionSave Gotta use the template datawriter. Click to expand... Yep, that was it. I can pull in a template, and then save it into the datawriter and XenForo will handle the rest automatically.