Snog
Well-known member
I'm not sure what's going on, but since upgrading to 2.1.8 Patch 1 it seems template modifications made by multiple add-ons to the same location of a template are no longer being applied. And this is throwing errors in other related add-on templates.
IE: This modification to the thread_list_macros template:
FIND:
REPLACE:
Multiple add-ons use that same code but with different template includes.
If I disable all but one of the add-ons, the template modification works properly. If I enable even one other add-on that uses the same code, errors are thrown.
Sorry, that's be best description I have at the moment. I'll see what I can find to better define the problem.
IE: This modification to the thread_list_macros template:
FIND:
Code:
#<xf:prefixinput .*placeholder="{\$forum.thread_prompt.*\/>#Us
REPLACE:
Code:
<xf:if is="(in_array($forum.node_id, $xf.options.addon_forum))">
<xf:include template="snog_addon_quick_reply" />
<xf:else />
$0
</xf:if>
Multiple add-ons use that same code but with different template includes.
If I disable all but one of the add-ons, the template modification works properly. If I enable even one other add-on that uses the same code, errors are thrown.
Sorry, that's be best description I have at the moment. I'll see what I can find to better define the problem.