Tickets Fixed 1.6.2 Member View "Open Ticket" Template Mod Improvement

Freelancer

Member
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:
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 :D
 
Also, while you are at it: Please include some more classes into the associated template "
nf_tickets_member_view_mod_tools":

class="item control openTicket OverlayTrigger" for example. It makes it complete and helpful for third party custom styling (I use FA icons for example). It makes it beautiful... ;)

Bildschirmfoto 2018-03-31 um 16.41.21.jpg
 
Back
Top