By vako on
I have seen some pages where the Number of Reads of an article is shown beside the Read More option in the lower-right corner of the Teaser. How can I enable it?
I already have Add New Comment and Read More but would like to add the Reads as well.
Thanks!
Comments
=-=
Turn on your statistics module and set it up at administer -> access log settings
Separate it out from $links
Is there a way to just generate the statistics count? Hook_link function statistics_link etc -- For example I just want to be able to see hit counts on the teasers -- which I will add to node.tpl
I have the Statistics module
I have the Statistics module enabled under Core-Optional section, but I can't see it anywhere under Administration. Am I missing anything?
=-=
administer -> access log settings
path = admin/reports/settings
Thank you, it worked.
Thank you, it worked.
I couldn't see it in the
I couldn't see it in the Administer Log menu.
Using the path Admin/Logs/Settings I managed to get there and enable it, but still no result on my site showing the numbers.....
OK, actually it is working
OK, actually it is working now. I just didn't give it enough time to be updated.
Interesting though why it doesn't appear in the admin logs menu.....
For Drupal 8 and above
In D8 and above, the location is at Configuration > System > Statistics
/admin/config/system/statistics
However I can't figure out how to display the count under each node.
I even tried Node view count module with no success.