MyBB Community Forums

Full Version: IF statement help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

I'm trying to put a image onto a members profile which is hyperlinked to the usercp. Can anyone tell me how I can make it so that he can only see it on his own profile? Any help would be appreciated.

Managed to solve with
<if $memprofile['uid'] == $mybb->user['uid'] then>
</if>