I am adding a new section to my users profile.
I want the user to be able to see/edit information but only if the user is logged in and viewing their own profile.
I created a new tab in memberinfo_block and the tab shows up...
The problem is hiding the highlighted information below.
Here is what I've tried to use to hide the info.
Code:
<vb:if condition="$userinfo['userid'] == $bbuserinfo['userid']">
and
Code:
<vb:if condition="$prepared['myprofile']">
neither of which will work. Maybe I'm doing it wrong (I couldn't find any documentation here, vb.com or gogle for the $prepared portion.) any help would be amazing.