• 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)
  • “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: https://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

    (@grosbouff)

    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

    (@grosbouff)

    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.