Title: The best gallery plugin
Last modified: August 18, 2016

---

# The best gallery plugin

 *  [grosbouff](https://wordpress.org/support/users/grosbouff/)
 * (@grosbouff)
 * [18 years, 8 months ago](https://wordpress.org/support/topic/the-best-gallery-plugin/)
 * Hello, I’m actually searching a GOOD plugin to have galleries in wordpress.
 * I tryed Zenphoto + its wordpress plugin,
    Gallery2 + wpg2 plugin, But sadly I
   have problems for both : -Zen photo seems a little young, for example no functions
   to make private galleries, etc.
 * -Gallery2 is really a wonderful (sharing users, etc) wonderful plugin but is 
   incompatible with Gengo, which I need to keep…
 * I need several fonctions :
 * -I will maybe have lots and lots of galleries and subgaleries. So I need an efficient
   hierarchy in the files.
 * -I need to be able to make galleries (and subgaleries) private.
 * -I would like the path to the pictures to be dynamic (like do WPG2 with WPG2 
   tags); I would be able to sort my pictures and move them without break all my
   images links.
 * So you know 😉
    Any advices ?

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

 *  [LostInNetwork](https://wordpress.org/support/users/lostinnetwork/)
 * (@lostinnetwork)
 * [18 years, 8 months ago](https://wordpress.org/support/topic/the-best-gallery-plugin/#post-646273)
 * “Gallery2 is really a wonderful (sharing users, etc) wonderful plugin but is 
   incompatible with Gengo”
 * 1) Gallery2 in completely independent of WordPress, hence Gengo will not make
   Gallery2 multilingual.
 * 2) The WPG2 WP-Gallery2-plugin is incompatible with Gengo, but it can be made
   compatible by moving just one line.
 * Read: [http://wp-multilingual.net/download-gengo/compatibility/en/](http://wp-multilingual.net/download-gengo/compatibility/en/)
 * I was running WordPress + Gengo + Gallery2
    until I decided to get a simpler 
   solution (NextGen gallery – but it lacks private galleries)
 *  Thread Starter [grosbouff](https://wordpress.org/support/users/grosbouff/)
 * (@grosbouff)
 * [18 years, 8 months ago](https://wordpress.org/support/topic/the-best-gallery-plugin/#post-646329)
 * 2 > how ? I ever read all that and tried to fix, but I never worked…..
    Could
   you explain me what exactly you changed in your code ?
 * And why did you change to NextGen ?
 * Thanks !
 *  Thread Starter [grosbouff](https://wordpress.org/support/users/grosbouff/)
 * (@grosbouff)
 * [18 years, 8 months ago](https://wordpress.org/support/topic/the-best-gallery-plugin/#post-646344)
 * It finally worked.
 * I just changed this
 * `load_plugin_textdomain('wpg2', 'wp-content/plugins/wpg2/locale');`
 * into this
 *     ```
       function wpg2_init() {
   
       	load_plugin_textdomain('wpg2', 'wp-content/plugins/wpg2/locale');
   
       }
   
       add_action('init', 'wpg2_init');
       ```
   
 * But that is very strange…. I made this at least 4 or 5 times and it never worked.
   Did I made 4 or 5 typos or did I just had luck ? 😉
    Anyway, the only thing I
   did before it worked (maybe this hasn’t anything to see with the fact it works
   now) is to deactivate WPg2, deactive gengo, reactivate wpg2 then reactivate gengo.
 * Ok. Pfiou ! At least !!!

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

The topic ‘The best gallery plugin’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [grosbouff](https://wordpress.org/support/users/grosbouff/)
 * Last activity: [18 years, 8 months ago](https://wordpress.org/support/topic/the-best-gallery-plugin/#post-646344)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
