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?
When I add a block showing "latest posts" or "latest files" or "top videos"..etc, in a home page of a group or a space, it will show those posts, files, videos, of the whole community, but I want it to show only those of that particular Group or Space. is that possible? how?
-
-
·
LeonidS
- ·
Hello @Tajrebatee !
By default, it isn't possible for 2 reasons:
1) There is no method to show the media content from all groups / events (for now we have similar but for the certain item)
2) The content placed to the groups / events isn't public and can't be shown in the similar places.
-
·
LeonidS
-
-
·
LeonidS
- ·
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,
),
),
)
-
·
LeonidS