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,
Comments
2. Put `if(zp_loggedin()) { ...}` around the full image link or anything else you don't want unregistered users to see.
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.