MyBB Community Forums

Full Version: Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
<if $post ['uid'] == 1 then><div class="postbit-verified">[Owner]</div></if>

This is not working on profile!!!!!
on profile you can use $memprofile['uid']
<if $memprofile['uid'] == 1 then><div class="postbit-verified">[Owner]</div></if>