gallery sort not work
  • hello in my gallery i have folders

    2009/Friends
    2009/Cars
    2009/Flowers
    2010/Notebook
    2010/Work
    2010/Fruits
    2011/Poster

    how can i set that the 2011/Poster is the first not 2009/Friends
    i found the settings.php on line 260, i change the settings but no effects

    thanks for help
  • Maybe there's a better way, but to reverse the order, you can add this in libraries/general.functions.php:139

    $galleries = array_reverse($galleries);

    m.
  • thanks, it works :)
  • thanks mehturt, i might add a setting to reverse date ordering based on your suggestion.
  • Yes, that'd be nice.