OS Property support center

Is there a way to reset hits on properties?

  • Brandon
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 11 months ago #64423 by Brandon
Since starting work on my site, I've been viewing each individual property a ton of times from the front-end to make sure that they're looking alright. Because of this, when I look at the number of hits on the front end (from the manage properties page), the numbers are drastically inflated. Now that work on the site is sort of coming to a close, is there a way for me to reset the hits so that they're more accurate?

Thanks,
Brandon

Please Log in or Create an account to join the conversation.

More
9 years 11 months ago #64428 by Mr. Dam
Replied by Mr. Dam on topic Is there a way to reset hits on properties?
Hi Brandon,
To reset "Hits" of all properties, you can use PHPMyAdmin tool to run the query command to reset field "Hits" of MySQL Table #__osrs_properties (#__ is table prefix)
Update #__osrs_properties set hits = '0'
Thanks
Dam

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan