![]() |
|
flag_thumbnail Only when logged in - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: flag_thumbnail Only when logged in (/thread-7900.html) |
flag_thumbnail Only when logged in - iamonstage - 27-11-2010 The flag_thumbnail plugin appears to only work when the user is logged in (which seams to ruin the point of the plugin) The website in question is www.aliciamarshall.co.uk Any ideas to a solution? flag_thumbnail Only when logged in - sbillard - 27-11-2010 Well, the initial reason d'etre was so the Admin could see easily see when an image/album was protected or not published. The plugin triggers on classes attached to the images. Currently the print functions attach this class only if someone is logged in. if you search for (Note, there is a similar class for unpublished images. But of course, no test for logged in is required here since the image will not be offered in the first place then. |