Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Clearing Hits / Counters

Quote Reply
Clearing Hits / Counters
Would like to be able to clear the hits, ratings, etc.

What would be the best way?

Quote Reply
Re: Clearing Hits / Counters In reply to
you can edit template file "links.html", remove those tags or comment them.

Long

Quote Reply
Re: Clearing Hits / Counters In reply to
If you mean reset the counts to 0, use MySQLMan:

update Links
Set Hits=0, Ratings=0, Votes=0

That will PERMANENTLY reset those values to 0, so only do it if you mean it.



PUGDOGŪ
PUGDOGŪ Enterprises, Inc.
FAQ: http://pugdog.com/FAQ


Quote Reply
Re: Clearing Hits / Counters In reply to
That's what the doctor ordered. Second thoughts on the clicks. Just will reset rating/votes.