• Alex,

    I currently have 32 galleries on my website, wyll.walpolesports.org, and when I use the “Manage Gallery” function I’m always presented with the oldest galleries first, the most recent galleries appear on page 2.

    Is it possible to reverse the order of the galleries on the Manage Gallery form from ascending ID to descending ID, or better yet, descending date created or updated? That would be great.

    Sean.

Viewing 2 replies - 1 through 2 (of 2 total)
  • In
    wp-content/plugins/nextgen-gallery/admin/manage-galleries.php
    change
    $gallerylist = $nggdb->find_all_galleries(‘gid’, ‘ASC’, TRUE, 25, $start);
    to
    $gallerylist = $nggdb->find_all_galleries(‘gid’, ‘DESC’, TRUE, 25, $start);

    That should do it.

    Thread Starter sean65

    (@sean65)

    Thank you for the response. I was hoping to enter this into the product as a standard feature.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: NextGen Gallery] reverse order of Manage Gallery’ is closed to new replies.