eTiKeT™
Well-known member
Hello
I'm trying to write a new plugin. I did however encounter a problem
The code I want to change
But before that, a different plugin changed these codes. Because of this change, it can not find the codes and make the change.
My plugin is working when I close the plugin that makes the change.
What kind of action do I have to do now?
I'm trying to write a new plugin. I did however encounter a problem
The code I want to change
Code:
<xf:if contentcheck="true">
<div class="p-footer-copyright">
<xf:contentcheck>
<xf:copyright />
{{ phrase('extra_copyright') }}
</xf:contentcheck>
</div>
</xf:if>
My plugin is working when I close the plugin that makes the change.
What kind of action do I have to do now?
Last edited: