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))