Is there a switch in EE that controls if these columns are incremented or not?
I’m looking at the exp_weblog_titles table, and these columns are all 0 for items I KNOW have been viewed. I’m starting to wonder if we’ve implemented a system where we aren’t using the proper URL to trigger a “view”.
For instance…this URL shows all of the blog posts:
http://www.covlife.org/blog/
I wouldn’t expect a view count to be incremented. BUT if you click a particular post, like this one:
http://www.covlife.org/blog/welcome
I would expect that entry to have its count increased by one. But it is not.
The way we bring up a particular section entry is using this template code:
[template filename=blog]
{exp:weblog:entries weblog="BLOG_NAME" orderby="date" sort="desc"}
...
{/exp:weblog:entries}
we are relying on the “welcome” in the URL to match the url_title field—the whole dynamic=“on” thing which is on by default. This is working great for us…this individual post comes up, but it is definitely NOT triggering the view counts to increase.
Is there a “right” way to have a URL to an invidiaul section entry?
Any help would be greatly appreciated.
Thanks.
-Aaron