• For information :
    I’ve got this plugin working with WordPress’ NextCellent Gallery plugin (not a surprise, really, as it’s forked from NextGen v1).
    The only difference is on the options page, which normally appears under NextGen’s admin menu tab.
    Changing line 55 of ngg_photoswipe.php from :

    add_submenu_page('nextgen-gallery', "Photoswipe", "Photoswipe", 'manage_options', __FILE__, 'nggphotoswipe_options_page');
    

    to :
    add_submenu_page('nggallery', "Photoswipe", "Photoswipe", 'manage_options', __FILE__, 'nggphotoswipe_options_page');
    will add the options under NextCellent’s “Gallery” admin tab.

    • This topic was modified 6 years, 12 months ago by muttznutz.
  • The topic ‘Info : Plugin with NextCellent Gallery’ is closed to new replies.