Order Albums alphabetically

0
Hi,

I can see several people before me have wanted to order albums or songs in different orders, but mine is different again.

Is it possible to order the albums for a songwriter alphabetically?

Also, is it possible to order songs alphabetically on a single songwriter's list of songs.

From what I've read already, it seems as though you will probably ask me to change some of the programming?

Thanks
Responses (1)
  • Accepted Answer

    Monday, December 03 2012, 12:07 PM - #Permalink
    0
    yes, you just need to change the "ORDER BY" clause on the model files that retrieve the data.
    for instance: in models/artist.php, if you find the MySQL query, around line 228, you can set:

    ORDER BY al.name

    to order by album name... :)
    The reply is currently minimized Show
Your Reply