The simple replacement method is not working well with other add-ons.
I found a better method with the "regular expression" selection:
In Template Mod "member_view"
Find:
Replace with:
That works... And I stole it from @Xon's add-ons
I found a better method with the "regular expression" selection:
In Template Mod "member_view"
Find:
Code:
#(moderatorToolsPopup.*?)(\s*</xen:contentcheck>)#si
Replace with:
Code:
$1
<xen:include template="nf_tickets_member_view_mod_tools" />
$2
That works... And I stole it from @Xon's add-ons