2014-11-20, 08:41 PM
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>
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>