![]() |
|
[Ratings] Is it possible to set rating to specific albums only? - 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: [Ratings] Is it possible to set rating to specific albums only? (/thread-4391.html) |
[Ratings] Is it possible to set rating to specific albums only? - unnamed - 04-01-2009 Hi guys Could not find and answer to this, the answer is probably staring right at me - anyway does anyone know how I can modify the rating plugin to work on specific albums only? Cheers [Ratings] Is it possible to set rating to specific albums only? - acrylian - 04-01-2009 You could do that within your theme by using the custom field that each image/album has and enter "rating" for example. Then check that field on the theme page with something like if customfield == "rating" show rating stuff else don't. (not valid code of course!). |