Short Description:
If Full Nodes are displayed by a View, the total and day counts are not updated for those NIDs.

Long Description:
See: http://drupal.org/node/161292 relating to counter incrementing and updating.

Views versions researched:
views-4.7.x-1.6
views-5.x-1.6-beta5

Comments

dawehner’s picture

this is quite something like a core bug.

Because statistics_exit is used and not for example hook_nodeapi $op == 'view'.

i'm not sure, whether something like this should be solved in views, but you can do this definitve by theming the view.

esmerel’s picture

Status: Active » Closed (won't fix)

Nothing's being committed to the 5.x line at this point.

carvalhar’s picture

ok...#1 how to do so with theme?

carvalhar’s picture

Status: Closed (won't fix) » Closed (duplicate)