Can Category have a password? Can Category have a password?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Can Category have a password?

Started by pinkforeversite, December 18, 2014, 07:21:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pinkforeversite

Can you put a password on an entire category. My gallery is www.pink-forever.com/gallery and if possible I would like to password protect all of photos? Is that possible? I know you can do individual albums but have way to many to do in and password protect?

allvip

This is one way to protect the images from unregistred users :

Go to Config - User settings - Allow unlogged users (guest or anonymous) access and choose from:

No
Yes: thumbnail only
Yes: thumbnail and intermediate image
Yes: thumbnail, intermediate, and full-size image

Users will see only the log in page if you choose No.

In Users - Group you have more advanced options.

You can also go to Config - Registration and enable Admin activation of registrations.

ΑndrĂ©

To answer your question: no, that's not possible out of the box. Permission can only be set on album level. If you have a quite static category/album structure, an SQL query could set permissions on all existing albums (or all in a specific category) and then you just need to set permissions for new albums. If this would work for you, we can create an appropriate SQL query.