ZenphotoCMS Forum
is it possible to rate photos with Zenphoto? - 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: is it possible to rate photos with Zenphoto? (/thread-816.html)



is it possible to rate photos with Zenphoto? - altar - 2006-09-24

Is it? Or does anybody know if it's possible to use Postratings in Zenpressed?




is it possible to rate photos with Zenphoto? - altar - 2006-09-24

Also, is it not possible to have titles or the number of comments display under the thumbnails of the album view?




is it possible to rate photos with Zenphoto? - trisweb - 2006-09-25

Ratings would reqire some modification, including database entries, etc. Probably best to do when/if we have a real plugin system.

2nd question is definitely possible. You'll have to edit your album.php of the theme you're using, and in the while(next_image()) loop you can use the same functions as you see in image.php to print the number of comments and the title.




is it possible to rate photos with Zenphoto? - dingsbums - 2006-10-02

and how about hits? I really need that.




is it possible to rate photos with Zenphoto? - trisweb - 2006-10-02

Hits you can do by inserting some code from an external tracker, like Google Analytics or something. That's probably easier than trying to program the hit tracker yourself.

It's on the list for the next version, if I ever get around to it.....