Is there a way of making the gallery completely private? So, that only members with a password can see the inside of the gallery. I am using version 2.3.1.
Thank you.
Offline
glymagly wrote:
Is there a way of making the gallery completely private?
several soltions:
1. protect the directory with the piwigo installation with .htaccess
or
2. set all albums to private and make a default group/user for all albums and all users must log in to see the albums.
with the plugin "pwg stuffs" you can manage alternative content on the startpage (because ist looks very empty without the album thumbnails)
Offline
Solution 3 :
* activate plugin LocalFiles Editor
* on screen [Administration > Plugins > LocalFiles Editor > local config]
<?php $conf['guest_access'] = false; ?>
* on screen [Administration > Configuration > Options > Main], disable "registration"
Offline