Title: [Plugin: NextGEN Gallery] 2 small requests
Last modified: August 19, 2016

---

# [Plugin: NextGEN Gallery] 2 small requests

 *  [greatpatton](https://wordpress.org/support/users/greatpatton/)
 * (@greatpatton)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-2-small-requests/)
 * Hello,
 * First of all congratulation for this new release of the most useful WordPress
   plugin!
 * I would like to propose two small adition that will help the live of heavy users:
   
   Will it be possible to add in the configuration the possibility to sort galleries
   by alphabetical order (for instance in the form when uploading pictures)? I have
   to manage a lot of picture (4000) and galleries (350) and it is just impossible
   to locate the right gallery with the current mode when I want to upload a image
   in a specific gallery.
 * I currently have to change the code to enable this sorting at every upgrade but
   I can see that everything is here to make it an option 🙂
 * It will be also great to be able to modify the number of gallery per page (in
   the manage gallery page) and to be able to search for a specific gallery (and
   not only image). Finding the right gallery when you have 300 galleries is just
   impossible in the current mode.
 * One more thing, I think that a link to all the TAG that can be use in article
   to integrate Nextgen-Gallery is needed (or even just a link to the documentation
   from the plugin administration interface). I think that this is a must have for
   beginner.
 * Regards,
 * [http://wordpress.org/extend/plugins/nextgen-gallery/](http://wordpress.org/extend/plugins/nextgen-gallery/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [greatpatton](https://wordpress.org/support/users/greatpatton/)
 * (@greatpatton)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-2-small-requests/#post-1272000)
 * am I this only one that is in need of such request?
 * (I know that the search gallery can be solved by installing another plugin, but
   this should be included in the main version)
 *  [bramblepants](https://wordpress.org/support/users/bramblepants/)
 * (@bramblepants)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-2-small-requests/#post-1272002)
 * I agree with you as well – I also have a lot of galleries and being able to sort
   them would be extremely useful. Good idea!
 *  [Don Raul](https://wordpress.org/support/users/donraul/)
 * (@donraul)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-2-small-requests/#post-1272089)
 * 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);`
 * When working with large numbers of galleries, you might also want to increase
   the “25” to a higher number. This will increase the number of rows in your gallery
   overview page and creates more convenient handling.
    Only then you will have 
   to adjust another line that sits right above that from `$start = ( $_GET['paged']-
   1 ) * 25;` to `$start = ( $_GET['paged'] - 1 ) * yournumberhere;`
 * otherwise your pagination will become quirky.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: NextGEN Gallery] 2 small requests’ is closed to new replies.

 * 3 replies
 * 3 participants
 * Last reply from: [Don Raul](https://wordpress.org/support/users/donraul/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-2-small-requests/#post-1272089)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
