Comment to 'remaining photos in album block '
  • Hello @Hodor Hodor !

    It is possible to add the service block on the Albums->View Media page with the followoing code:

    array (
      'module' => 'bx_albums',
      'method' => 'entity_attachments',
      'params' =>
      array (
        0 => '{content_id}',
      ),
    )
    

    So you will have the list of all media from the album where is the current video located. And you may remove the unnecessary image from this list with the Javascript / JQuery code.