Sorting the Albums in frontend by Year/date

Markus
Markus
Offline
0
Hey,

I think i saw such threadf here, but can't find it now :-/
What must i change to sort the Albums by Year?That the last release is the first in the list?

thanks
Markus
Responses (5)
  • Accepted Answer

    Markus
    Markus
    Offline
    Wednesday, October 13 2010, 04:18 PM - #Permalink
    0
    Hey,
    Another two Qeustions

    First: What must i change to delete the Playlist Buttons at the Tracklists?
    And: What must i do to show at the player a another "Buy Album" image as in the Songlist?
    The reply is currently minimized Show
  • Accepted Answer

    Markus
    Markus
    Offline
    Monday, October 18 2010, 10:41 PM - #Permalink
    0
    Any help on this?
    The reply is currently minimized Show
  • Accepted Answer

    Markus
    Markus
    Offline
    Tuesday, October 26 2010, 04:36 PM - #Permalink
    0
    How about my Questions?...???

    and another thing...: i installed the statistics module... but i seems not work.. look here: http://www.gregorian-music.com/de/diskografietest/statistiken.html (you can login with username: guest - PW: guest

    and here: http://www.gregorian-music.com/de/diskografietest.html
    there is under the Artist info free space... how i can change that?


    PLEASE.... answer....
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 26 2010, 04:39 PM - #Permalink
    0
    hello! sorry we were busy updating to version 2.1

    to change album sorting: (you must know MYSQL!!!!)
    on file /components/com_muscol/models/artist.php line 214 you find this:

    ' ORDER BY year,month ';

    you can change it for, for isntance:

    ' ORDER BY year DESC,month DESC ';
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, October 26 2010, 05:29 PM - #Permalink
    0
    about the statistics: please check the MODULE PARAMETERS!

    its a highly configurable module, so its a good idea to take a good look at all, at least. prbably you didnt specifi WHAT you want to show up.. or the period of time... check everything
    The reply is currently minimized Show
Your Reply