![]() |
|
Help with configuration - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Help with configuration (/thread-9678.html) |
Help with configuration - Michel Gagnon - 2012-02-22 Hello, I don't know if it is possible, but I'm trying to get the following behaviour: – I have a certain number of registered album managers and photo uploaders, and I may have a few registered users besides that (probably less than 10). I want those people to see the gallery and have the right to see full images. Right now, they see them through Colorbox, but I have no objection to displaying full images or even a download link. – All other visitors are unregistered. I want them to have the right to see all published albums and images, but I don't want them to see the full images. In other words, they should see the "image.php" page and the slide show, but nothing larger than that. What settings should I use? Or do I need to modify my image.php file? I have looked at the documentation and have not found more detailed information. My current theme is based on the Zenpage one. Regards, Help with configuration - acrylian - 2012-02-22 1. Just asking, did you read the rights article on the user guide? That should explain all possible options. 2. Put `if(zp_loggedin()) { ...}` around the full image link or anything else you don't want unregistered users to see. Help with configuration - Michel Gagnon - 2012-02-22 Thanks. I obviously haven't read the right articles! I must admit however that I was looking for an answer in a totally different place: where user rights are defined. I tried various configurations with user groups "new user" and "default user"... My bad. |