Page 1 of 1
Batch reset hits
Posted: 06 Mar 2012, 19:37
by phidias81
Is there a way to reset hits of the images all togheter, other than going inside each picture and putting manually the input to 0? Thank you!
Re: Batch reset hits
Posted: 07 Mar 2012, 01:14
by Jan
Hi, I think, the easiest way is to run some sql query in phpmyadmin to do this.
Re: Batch reset hits
Posted: 17 Mar 2012, 15:26
by phidias81
Ok, thank you!
If somebody else have to do it and doesn't know how, the string to write in phpmyadmin>SQL is
Code: Select all
UPDATE csoph_phocagallery
SET hits='0'
change the prefix if you have different!
Re: Batch reset hits
Posted: 19 Mar 2012, 22:49
by Jan
Ok, thank you for the guide.
Jan
Re: Batch reset hits
Posted: 13 Apr 2012, 22:13
by phidias81
Actually only now I recognized that the hits are not recorded anymore. After I set everything to 0, now is just staying to 0, is not updating. What's wrong?
Re: Batch reset hits
Posted: 28 Apr 2012, 22:42
by phidias81
Actually I eventually found out that the problem was that unfortunately Highslide only image is not storing the hits

Re: Batch reset hits
Posted: 30 Apr 2012, 16:53
by Jan