Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor photocrati

    (@photocrati)

    Have you tried setting the following and creating a “safe” import folder location:

    /** Change Import Folder path */
    define( ‘NEXTGEN_GALLERY_IMPORT_ROOT’, < safe-location > );
    define( ‘NGG_IMPORT_ROOT’, < safe-location > );

    – Cais.

    Thread Starter G

    (@travelbackhotmailcom)

    Thanks, I added:

    /** Change Import Folder path
    */
    define( ‘NEXTGEN_GALLERY_IMPORT_ROOT’, dirname(__FILE__) . ‘/’ );
    define( ‘NGG_IMPORT_ROOT’, dirname(__FILE__) . ‘/wp-content/safe/’ );

    to wp-config.php and it works the way I want it.

    Plugin Contributor photocrati

    (@photocrati)

    Thanks for the update! It’s great to read you were able to get this working the way you wanted.

    – Cais.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable of change Import Folder option’ is closed to new replies.