MyBB Hacks

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.
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?

Code:
<if $memprofile['uid'] == $mybb->user['uid'] then>
My profile!
</if>

Reference URL's