how to display node hit in drupal?
Asked Answered
J

4

5

i want to add page hit to nodes on my drupal site.how can i do that?

Jost answered 17/12, 2010 at 21:48 Comment(0)
P
6

Use the built-in Statistics module to add a pure page count. If you want to display the number of unique visitors that visit a page, you will need to use the Statistics Advanced module .This module counts the number of unique IP addresses per visit, while the Drupal core Statistics module increments its count every time the node is viewed.

Paganism answered 18/12, 2010 at 4:19 Comment(0)
R
2

What might work easier is "Node view count" module: http://drupal.org/project/nodeviewcount

I also came accross this other useful "Visitors" module: http://drupal.org/project/visitors

Hope this helps...options are always good :)

Rhondarhondda answered 30/4, 2013 at 7:40 Comment(0)
C
0

The built-in Statistics module offers this.

Christenachristendom answered 17/12, 2010 at 22:35 Comment(0)
C
0

After enabling the Statistics module, you can en/disable and configure it here: Administer -> Reports -> Access log settings (admin/reports/settings). The Statistics Advanced module's configuration is there, also.

Contorted answered 18/12, 2010 at 15:33 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.