Genre Order

mhipp
mhipp
Offline
0
Hi,

Is it possible to adjust the order of the Genre list? I would like them in alphabetical order in the drop down if possible.
Responses (2)
  • Accepted Answer

    Monday, February 25 2013, 07:00 PM - #Permalink
    0
    if you open /helpers/helpers.php and go to line 546 you can change the query for this one:

    $query = ' SELECT * FROM #__muscol_genres '.
    ' WHERE parents = "0" ORDER BY genre_name '
    ;
    The reply is currently minimized Show
  • Accepted Answer

    mhipp
    mhipp
    Offline
    Monday, February 25 2013, 07:12 PM - #Permalink
    0
    Thank you!
    The reply is currently minimized Show
Your Reply