XF 2.0 Create Template Modifications with multiple replacements

Solooo

Member
Hi guys,
I use to add Template Modifications in AdminCP to modify my templates. But sometimes i have to add more separate Template Modifications to modify one template.
How can i Create a Template Modifications with multiple replacements in a template?
Thanks
 
Hi guys,
I use to add Template Modifications in AdminCP to modify my templates. But sometimes i have to add more separate Template Modifications to modify one template.
How can i Create a Template Modifications with multiple replacements in a template?
Thanks
You have to use the PHP Callback type and do your replacements via PHP rather than Simple or Regexp replacements.


Fillip
 
Hi guys,
I use to add Template Modifications in AdminCP to modify my templates. But sometimes i have to add more separate Template Modifications to modify one template.
How can i Create a Template Modifications with multiple replacements in a template?
Thanks
You have to use the PHP Callback type and do your replacements via PHP rather than Simple or Regexp replacements.


Fillip
Or just add another template edit of the same template and raise the execution # up 1.
 
Back
Top Bottom