MyBB Community Forums
MyBB Community Forums
>
Extensions
>
Plugins
>
Plugin Support
> Question
Full Version:
Question
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
JustinBytes
2015-09-19, 10:51 PM
<if $post ['uid'] == 1 then><div class="postbit-verified">[Owner]</div></if>
This is not working on profile!!!!!
.m.
2015-09-20, 01:53 AM
on profile you can use
$memprofile['uid']
<if $memprofile['uid'] == 1 then><div class="postbit-verified">[Owner]</div></if>
MyBB Community Forums
>
Extensions
>
Plugins
>
Plugin Support
> Question