I installed Easy mention 1.0.0 with the intention of putting mention option in postcontainer, but I can't get it. I tried everything but or it gives a error message, or it just doesn't change nothing.
This is the plugin code:
<li class='ipsMenu_item ipsCursor_pointer' data-mentionhref='{$member->url()}' data-mentionid='{$member->member_id}' data-mentionhover='{$member->url()->setQueryString('do', 'hovercard')}'>
<a>
<img src='{$member->photo}' alt='' class='ipsUserPhoto ipsUserPhoto_tiny'>
<span class="ipsPad_half" data-role='mentionname'>{$member->name}</span>
</a>
</li>
Can someone help me out to put this on postcontainer with the text 'Mention this member'? Please, and thanks in advance.