MyBB Community Forums

Full Version: Charcter Encoding Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to use this to only show urls to admins in (member profiles template). But it is giving me error:

<if $post['loginname'] and $mybb->usergroup['cancp'] == 1 then>
<func htmlspecialchars_uni><a href="anylink">Admins view</a></func>
</if>