Log in

View Full Version : Reset Views


mark|3
12-28-2007, 02:17 AM
any idea on how to reset the counter for views?

Thanks

Lynne
12-28-2007, 02:36 AM
You mean the number of views of a thread? You want to set them all back to zero?

mark|3
12-28-2007, 03:29 AM
yeap :D

Dismounted
12-28-2007, 12:09 PM
Run this SQL Query (be sure to put your table prefix in):
UPDATE thread SET views = 0
WARNING: This will reset ALL views.

mark|3
12-31-2007, 02:31 AM
thank you :D