MyBB Hacks
MyBB Hacks
>
MyBB Plugins
>
Template Conditionals
> Show something only to profile owner
Full Version:
Show something only to profile owner
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
isoka
08-18-2015, 08:06 AM
is there a way to show something on member profile page (in my case is a customprofile fields editable only by moderator) only to profile owner?
ZiNgA BuRgA
09-01-2015, 04:53 PM
Code:
<if $memprofile['uid'] == $mybb->user['uid'] then> My profile! </if>
MyBB Hacks
>
MyBB Plugins
>
Template Conditionals
> Show something only to profile owner
Reference URL's
MyBB Hacks:
http://mybbhacks.zingaburga.com/index.php
: