By Kurt01 on
Hi,
I created a Views Table, ordered by recent Hits. But now i want to set the Hits-Value to zero.
How can I do this?
Or is this done automatically after a certain time?
And if not, where is the difference between 'Recent' and 'Total' Hits?
Comments
and up ;)
and up ;)
up
up
Data is stored in the
Data is stored in the node_counter table of the database. The totalcount field is the total hits, the daycount field is the recent hits. Recent hits resets to zero at midnight in your site's default timezone.
setting for recent hits
thank you. I think the time period for recent hits should be a setting, not just one day. I was looking for the variable and I found it in your comment.
my timezone is correctly
my timezone is correctly configured in the admin panel, but my recent views seems to reset at around 1pm which is totally dumb... wondering if I should change my timezone to 12 hours ahead so it at least happens at 1am... i've removed timestamps from posts anyways.