remaining photos in album block
Is it possible to display the remaining photos from the current album on the photo view page (in the album module)?
-
-
·
LeonidS
- ·
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.
-
·
LeonidS