MyBB Community Forums

Full Version: template condition - if user is on his profile [SOLVED]
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 profile page  (in my case is a customprofile fields editable only by moderator) only to profile owner?
using template conditionals plugin, it can be like below
<if $mybb->user['uid'] == $memprofile['uid'] then>required content</if>
thank's man now i see what i was wrong Toungue

i had written $memberprofile instead of $memprofile  LOL