• Hi,
    it is possible to sort alphabetically the order of the galleries in “manage gallery” view?

    Best regards (and sorry for my poor english ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter energio

    (@energio)

    I discover this solution, but I want to know if there is an official one.

    finde manage-galleries.php in /plugins/nextgen-gallery/admin and change
    $gallerylist = $nggdb->find_all_galleries('gid', 'asc', TRUE, 25, $start, false);
    to
    $gallerylist = $nggdb->find_all_galleries('title', 'asc', TRUE, 25, $start, false);

    Thread Starter energio

    (@energio)

    Alex, it is possible to sort the order of the galleries in the “manage view” by the title without hack the file like in the previous solution i discovered?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘nextgen-gallery "Manage Gallery" sort order’ is closed to new replies.