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-12420.html)



How to move the default Albums folder? - jamessmith260996 - 2018-03-12

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? - wibbi - 2018-03-12

Please read this: http://www.zenphoto.org/news/moving-and-changing-existing-installations/




How to move the default Albums folder? - fretzl - 2018-03-12

@jamessmith260996:
Yes it is, but you have to manually modify the [i]zenphoto.cfg.php[/i] 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.