ZenphotoCMS Forum
Resetting rating? - 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: Resetting rating? (/thread-3465.html)



Resetting rating? - mgalliers - 2008-08-14

Apologies if this is covered already - how can I reset ratings on all my images?

I used ratings randomly while testing and want to remove them now that I'm launching

Thanks




Resetting rating? - acrylian - 2008-08-14

Oh, thanks, good find, we indeed forgot that... I wonder why no one ever found that. I will fix it!




Resetting rating? - mgalliers - 2008-08-15

NP, if you wouldn't mind dropping a reply here when its done that'd be great.

Cheers




Resetting rating? - acrylian - 2008-08-15

Ok, sadly it won't make it into 1.2 which is scheduled for today.




Resetting rating? - trisweb - 2008-08-15

If you want, an easy way is to run a SQL query (in PHPMyAdmin for example, or on the command line) to set the "total_value" and "total_votes" fields to 0.

Ex:

UPDATE images SET total_value = 0, total_votes = 0;

Replace images with your table name, or the album table name.




Resetting rating? - sbillard - 2008-08-15

You might want to add used_ips = '' to let people vote again