Member
Member
mgalliers   2008-08-14, 02:52
#1

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

Administrator
Administrator
acrylian   2008-08-14, 08:37
#2

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

Member
Member
mgalliers   2008-08-15, 05:34
#3

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

Cheers

Administrator
Administrator
acrylian   2008-08-15, 07:56
#4

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

Developer
Developer
trisweb   2008-08-15, 09:53
#5

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.

Member
Member
sbillard   2008-08-15, 15:32
#6

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

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.