#1 2011-11-11 08:00:29

glymagly
Member
2011-11-11
1

Private gallery

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

 

#2 2011-11-11 10:29:31

mol
Piwigo Team Germany
germany
2010-05-26
108

Re: Private gallery

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

 

#3 2011-11-11 11:07:32

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14082

Re: Private gallery

Solution 3 :

* activate plugin LocalFiles Editor

* on screen [Administration > Plugins > LocalFiles Editor > local config]

Code:

<?php
$conf['guest_access'] = false;
?>

* on screen [Administration > Configuration > Options > Main], disable "registration"

Offline

 

Board footer

Powered by FluxBB