Comment 'Also, if you have pu...' to 'Spaces or Groups: Can we have a block in the home page showing only "latest" posts, or files, or photos of the "space" or Group and not the whole community?'
  • Also, if you have public group then you may set the blocks with a certain id. The code of block in Developer will look like:

    array (

     'module' => 'bx_photos',

     'method' => 'browse_context',

     'params' => 

     array (

      'profile_id' => '{profile_id}',

      0 => 

      array (

       'empty_message' => false,

      ),

     ),

    )