Album Ordering | Sp Easy Image Gallery - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Album Ordering | Sp Easy Image Gallery

Luca

Luca

Extension 3 years ago

Hy,

how can i order the albums on frontend as ordered in backend? thanks in advance, L.

0
3 Answers
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #69840

Hello

Thank you for your query. You will be able to order it from the backend only. For exmaple, you can go to this location:

components/com_speasyimagegallery/models/albums.php and on line 61

$query->order('a.ordering ASC');

change this line. By default it is set to ordering ascending. If you change it to a.created ASC, then it will sort according to the creation date. Hopefully, you are getting this. Sorry, we do not provide customization support. So, I showed you the way.

You can check out the solution here for reference: https://www.joomshaper.com/forum/question/8506

0
Luca
Luca
Accepted Answer
3 years ago #69975

I checked and the query is correct in albums.php initially the displayed order was not respected but by moving the positions a first time now it is ok, it works! Thanks.

0
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #69988

You are most welcome :)

0