XF 1.4 Template Modification loaded but nothing changed

Slind

Active member
hey,

I don't understand why this template modification is not working. It shows the green 1 and the test modification seems also fine but the member card doesn't change.

wlZLt7m.png

Find:
Code:
<xen:if is="{xen:helper isIgnored, $user.user_id}"><a href="{xen:link members/unignore, $user}" class="FollowLink">{xen:phrase unignore}</a><xen:elseif is="{$canIgnore}" /><a href="{xen:link members/ignore, $user}" class="FollowLink">{xen:phrase ignore}</a></xen:if>
Replace:
Code:
$0
                <a href="#">Ban Check</a>
Modification test:
RXdo5kP.png

Member card:
0W6InfT.png
 
Top Bottom