I have gallery and a lot of images (about 200 images) in there but my gallery is still in testing part, but in 2 weeks I would like to put my gallery accessible for everyone and I want to start in 2 weeks with 0 comments, 0 number of show each images, 0 opinion MEANS I would like to set whole statistics for each images to 0 means nothing. At this time I have a lot of statistisc and how to set this statistics to 0 ???
Should I remove statistics for each images from databse or which way is to do this??
Pawel
You can modify the database:
Empty the comments table.
Set hits = 0, votes = 0, pic_rating = 0 for all pics.
Quote from: Nibbler on November 03, 2005, 01:07:03 PM
You can modify the database:
Empty the comments table.
Set hits = 0, votes = 0, pic_rating = 0 for all pics.
thx a lot :-)