UPDATES EasyBlog 6.0.11 Released! Update to the latest version 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 offline
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  Support is offline
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