Member
Member
hhtmp88   2017-06-28, 08:35
#1

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!

Administrator
Administrator
fretzl   2017-06-28, 10:14
#2

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.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.