When i create node, there is an indicator which shows the number of reads at the bottom of the node.
How can i disable/hide that number of reads?
Please let me know if anyone has an idea.
Thanks in advance.

Comments

apsivam’s picture

That feature is provided by statistics module.

Go to administer -> user management -> access control
look for "view post access counter" under statistics module and disable it.

--
Cheers,
Sivanandhan, P. (a.k.a. apsivam)

ljet’s picture

I'm using drupal 4.6.3 and i could not find "view post access counter" under statistics module.
I found only "access statistics".
Please advice me if have any other idea.
Thanks.

vm’s picture

goto your statistics settings in your admin panel and shut off Count content views:

this could be worded differently in 4.6 than in Drupal 5. not many active 4.6 users left i don't think

nimazuk’s picture

I found the solution,
for removing the N READS, first set "Count content views: to disabled" (admin/logs/settings),
then go to phpMyAdmin and EMPTY the table "node_counter".

N.Mehrabany
Baruzh web design & programming

Nima

jiangxijay’s picture

This is the kind of thing that would be great to have available through the module GUI.

jamps3’s picture

Yeah, this should be fixed, I toggled the count views-feature on but wanted to turn it off and now I can't get number of Reads to disappear.

http://drupal.org/node/1613190

Zoologico’s picture

Thanks!