How to move the default Albums folder?

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

  • fretzl Administrator, Developer
    Yes it is.

    Using your example:
    Open the file /home/myacct/mysite.com/foto/zp-data/zenphoto.cfg.php 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 albums outside the installation folder.
Sign In or Register to comment.