• Resolved Richie Arnold

    (@ambercouch)


    I have a custom install of WordPress the stores the core files in there own folder ie public/cms the wp-content folder is standalone form the core files and is located at public/wp-content. So all the theme, plugins, uploads are stored there ie. public/wp-content/themes, public/wp-content/uploads etc

    nextgen is currently storing the my images in my cms folder ie. public/cms/wp-content/gallery

    This is problematic in many ways especially when backing up the site. Is there any way this can be changed. I am already defining the content url correctly but nextgen seams to be ignoring that.

    Thanks for your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Richie Arnold

    (@ambercouch)

    Just to be clear I want my images stored in my wp-content folder ie. public/wp-content/gallery

    Sorry my question was not obvious in my original post

    Plugin Support Mihai Ceban

    (@mihaiimagely)

    Hi @ambercouch,

    Adding the constant from below to your wp-config.php should allow NextGen store the galleries based on your custom path:

    define('NGG_GALLERY_ROOT_TYPE', 'content');
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move image path to correct folder’ is closed to new replies.