The simpler media website CMS
Dear all,
My ZenPhoto is installed in the folder:
/home/myacct/mysite.com/foto/
while the default ZenPhoto albums are located in folder:
/home/myacct/mysite.com/foto/albums/
Is it possible to move the album folder to the same level as the installation folder?
i.e.
/home/myacct/mysite.com/albums/
or
/home/myacct/mysite.com/file/albums/
Thanks for any kind of help!
Comments
Please read this: http://www.zenphoto.org/news/moving-and-changing-existing-installations/
@jamessmith260996:
Yes it is, but you have to manually modify the zenphoto.cfg.php file (located in the zp-data folder)
You have to change this line
$conf['album_folder_class'] = 'std';
to
$conf['album_folder_class'] = 'in_webpath';
The comments in the file itself explain it all.