Sort album descending

haytham
haytham
Offline
0
Currently, if I open any artist, the oldest Album appear first while the newest appear last. I want to resort the albums so that the newest appear first.
Any Clue?

Accepted Answer

Wednesday, September 28 2016, 11:34 AM - #Permalink
0
you can modify a line of code in the /components/com_muscol/models/aritst.php file, line 276, to change the order.

currently you have:

ORDER BY year,month

you can change it with

ORDER BY year DESC, month DESC
The reply is currently minimized Show
Responses (0)
  • There are no replies here yet.
Your Reply