ZenphotoCMS Forum
How to move the default Albums folder? - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: How to move the default Albums folder? (/thread-12932.html)



How to move the default Albums folder? - hhtmp88 - 2017-06-28

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!




How to move the default Albums folder? - fretzl - 2017-06-28

Yes it is.

Using your example:
Open the file /home/myacct/mysite.com/foto/zp-data/[i]zenphoto.cfg.php[/i] and change line 58 from
$conf['album_folder_class'] = 'std';
to
$conf['album_folder_class'] = 'in_webpath';

This assumes you have already created a folder called [i]albums[/i] outside the installation folder.