MyBB Community Forums
Question - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Support (https://community.mybb.com/forum-72.html)
+---- Thread: Question (/thread-179924.html)



Question - JustinBytes - 2015-09-19

<if $post ['uid'] == 1 then><div class="postbit-verified">[Owner]</div></if>

This is not working on profile!!!!!


RE: Question - .m. - 2015-09-20

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