By lindyhopper on Saturday, 22 March 2014
Posted in Technical Issues
Replies 7
Likes 0
Views 851
Votes 0
Hi

Not urgent

In ES the photo pop up only shows 10 photos but in the album there are 24

Hope you get some rest during the week end !
Hello Peter,

Is this a photo shared on a stream or was this uploaded on an album?
·
Saturday, 22 March 2014 23:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark

Uploaded to an album

I am not at home so i do not have my site details :/ (maybe you still have them in the beta issues section)
·
Sunday, 23 March 2014 02:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Peter,

Maybe when you are available later, pass us your details and also the link to the page that you can reproduce this error?
·
Sunday, 23 March 2014 15:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi i have added site details.

it happens with any album that is showing in the stream. there are 5 preview photos and when i click on one of the photos the pop up opens and i cans navigate through 10 photos but not all of the photos of the album.
·
Monday, 24 March 2014 17:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Peter,

I am sorry for the delay of this reply.

Regarding your issue, I've added a fix on your site and now the pop up should display all the photos in your album. Can you please try again?

Below is what i did to fix your issue:

Edit the file 'JOOMLA/components/com_easysocial/controllers/albums.php' and locate below code at line 58:


$photos = $model->getPhotos( array( 'album_id' => $album->id ) );


and replace the above with following:


$photos = $model->getPhotos( array( 'album_id' => $album->id, 'pagination' => false ) );


Hope this help and have a nice day
Sam
·
Tuesday, 25 March 2014 17:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Awesome thanks !!!!!
·
Tuesday, 25 March 2014 17:26
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Peter
·
Tuesday, 25 March 2014 17:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post