If you want just the friends to see the tab
Replace your
memberinfo_block_tabphotoslide template with
Code:
<if condition="$prepared['isfriend'] OR $prepared['myprofile']">
<if condition="$userinfo['fieldx']">
<div class="alt1 block_row">
<ul class="list_no_decoration">
$block_data[tabphotoslide]
</ul>
</div></if>
</if>
make sure to enter your field number instead of
fieldx before saving the template