By User on Saturday, 02 February 2019
Posted in General Issues
Replies 8
Likes 0
Views 588
Votes 0
Hello. Can you please add more stats for album (at All photo album page):
1) views
2) number of photos?
Just two more icons like on screenshot.
Thanks.
Thanks for the suggestion, I did help you move this thread to Easysocial - feature request category, we will see if there are more people who want this feature, we will definitely consider to implement this feature during the development process for the next major version of EasySocial.
·
Sunday, 03 February 2019 11:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, I have also been looking for this.
Its really useful to know haw many photo's are in an album before you open it, especially on a mobile device!
·
Monday, 18 February 2019 01:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello. Site members ask me to add more statistic for albums.
I used this file for override:
/com_easysocial/themes/wireframe/albums/items/item.php
and added this code:
<li class="t-lg-mr--lg">
<i class="fa fa-image"></i> <?php echo $album->getTotalPhotos(); ?>
</li>
to display photos count. And it works like on screenshot.
Can you please discuss it with team and add this as improvement?

Thanks.

But I have no idea how to display "Album's Hits"
·
Sunday, 23 June 2019 01:50
·
0 Likes
·
0 Votes
·
0 Comments
·
You can try this following code :


<li class="t-lg-mr--lg">
<i class="fa fa-eye"></i> <?php echo $album->hits;?>
</li>


By the way, we will consider to add this in the future.
·
Sunday, 23 June 2019 11:53
·
0 Likes
·
0 Votes
·
0 Comments
·
I have been looking for this for a while....
·
Sunday, 23 June 2019 21:12
·
0 Likes
·
0 Votes
·
0 Comments
·
I hope also Display more group's stats for All Groups Layout can be improved. It's not difficult to add, but it makes people happy (they can proud by albums statistc and group's statistic in "All groups" layout). Thamks.
·
Sunday, 23 June 2019 21:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for suggestion.
·
Monday, 24 June 2019 09:51
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post