By Josh Lewis on Friday, 26 September 2014
Posted in General Issues
Replies 3
Likes 0
Views 511
Votes 0
On my profile you can see that the albums app displays photos with links to the photos instead of the albums themselves. The exception of course is the album without photos. Anyways the photos should link to the albums instead of photos. We already have a photos app.
Hello Josh Lewis ,

Sorry for late reply to this,
I have checked in our local, actually that was default behaviour regarding this when you click the album from your profile page, so it will show the pop-up and you can click the album from here -> check my screenshot below.

If you would not like this show pop-up first, you can open this file JoomlaFolder\media\com_easysocial\apps\user\albums\themes\default\widgets\profile\albums.php

// Remove this LINE 33 - 35
<?php if ($album->cover_id && $privacy->validate('photos.view' , $album->cover_id, SOCIAL_TYPE_PHOTO, $user->id)) { ?>
data-es-photo="<?php echo $album->cover_id; ?>"
<?php } ?>


Hope this help.
·
Friday, 26 September 2014 15:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex, I already knew that. The photo app already does this. It makes more sense to have the album app go directly to the album.
·
Friday, 26 September 2014 15:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Josh Lewis ,

You're welcome, by default behaviour it will show the pop-up, if you wouldn't like this behaviour you can modify the file as I mentioned above, so it will directly go to album page instead of showing a pop up. Hope this help.
·
Friday, 26 September 2014 16:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post