Jaxel Well-known member Dec 24, 2014 #1 Topic. I have a feeling I can do it with this: Code: XenForo_Application::defer('Atomic', array('simple' => array('TemplateReparse', 'Template'))); But I don't want to be wrong.
Topic. I have a feeling I can do it with this: Code: XenForo_Application::defer('Atomic', array('simple' => array('TemplateReparse', 'Template'))); But I don't want to be wrong.
Mr. Goodie2Shoes Well-known member Dec 26, 2014 #2 yeps, that should do the trick. But you might want to make this a manual deferred process.
Jaxel Well-known member Dec 29, 2014 #3 Mr. Goodie2Shoes said: yeps, that should do the trick. But you might want to make this a manual deferred process. Click to expand... What does that mean?
Mr. Goodie2Shoes said: yeps, that should do the trick. But you might want to make this a manual deferred process. Click to expand... What does that mean?
Mr. Goodie2Shoes Well-known member Dec 29, 2014 #4 Right now, the deferred process occurs when the next defer process is called via AJAX, so if you want to rebuild the templates as soon as possible go with manual process. At least that's what I know.
Right now, the deferred process occurs when the next defer process is called via AJAX, so if you want to rebuild the templates as soon as possible go with manual process. At least that's what I know.