what is "if (condition)" for Private Page?

What is the right condition for Private Page? I just need a simple condition for Private Page only.  if something on Private Page, show result.  

 

if (condition)
{
.............
}
 
 
I'm trying to pull something from BxBaseProfileView.php   I don't think this is right...
 
if($iPrivacyId != 0 && !$oPrivacy->check('view_block', $iPrivacyId, $this->iMemberID))
 
 
 
Quote · 26 Jun 2012

Or If it's private, show result.  I only want to show only if they are private.  

Quote · 26 Jun 2012

Maybe I should explain a little bit more.  I made a copy of MegaProfile and placed it in Private Page.  I have a way to remove other crap and only keep the photo separately but I need a simple condition in order to make this happen.  If it's private, show result.  I'm not sure what's the right code for that one. 

Quote · 26 Jun 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.