coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: pgrzegorc on November 03, 2005, 12:57:38 PM

Title: How to remove comments and statistics ???
Post by: pgrzegorc on November 03, 2005, 12:57:38 PM
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
Title: Re: How to remove comments and statistics ???
Post by: 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.
Title: Re: How to remove comments and statistics ???
Post by: pgrzegorc on November 03, 2005, 01:34:22 PM
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 :-)