Hi, I am working with 4images 1.7.2 and vBulletin 3.5.4
One of the changes in sessions.php is
define('ALBUM_FOLDER','
/album/'); //Your Album Folder WITH trailing slash
Does this mean the root of 4images gallery? I have installed 4images at the root (
www.mydomain.com). So would I need to change that to(?):
define('ALBUM_FOLDER','
http://www.mydomain.com/'); //Your Album Folder WITH trailing slash
Also, for constants.php it has
define('SCRIPT_URL', '
http://www.YOURWEBSITE.org/album'); //no trailing slash
So would I need to make that(?):
define('SCRIPT_URL', '
http://www.mydomain.com'); //no trailing slash
Since my 4images gallery is installed at
www.mydomain.com
Thank you for your time.