Comment 'You may try to set t...' to 'On the profiles, have a public block for the apps'
  • You may try to set the line

    allow_visible_to' => 3,

    like

    allow_visible_to' => array(3,4,5)

    But it may require the changes in the search file/class.

    • What I mean is that it still shows the item on the person's profile even when I use this code. I put it in the Videos of Author block in developer app:

       array (

      'allow_visible_to' => 3,

       'module' => 'bx_videos',

       'method' => 'browse_author',

      )