UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online
Hello. "All albums" section display users' and cluster's albums.

I'm looking for the way to display cluster (group) title if album was created in cluster. Like on attached screen.

It's important in this case: For example moderator see some "forbidden adult album" in "all photos section". He is angry and ready to delete it. But with this "mark" moderator can understand that album was added to "private adult group" and visible for few users.

I edit file: ...components/com_easysocial/themes/wireframe/albums/items/item.php

In this post we can see similar solution for Videos: https://stackideas.com/forums/ho-to-display-video-s-cluster-title-in-all-videos-page#reply-584596

$cluster = $video->getCluster();
$clusterTitle = null;

if ($cluster) {
$clusterTitle = $cluster->getTitle();
}
But seems for albums there is another method?
Code will not work if simply change $video to $album.
Can you please give me a hint? Thanks.
The replies under this section are restricted to logged in users or users with an active subscription with us