Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2009 at 11:35 UTC
Updated:
28 Dec 2009 at 20:50 UTC
Hi, is it possible to create a view (page) with statistics who and when visited node? something like a track in core (but this links to usere/joe, I need to link this to users/joe/profile), i'd like to build this in Views, because of customization, and, is it possible to show this view only to node author?
thanx, czeky
Comments
Comment #1
dagmarYes, when you install statisticd module in your site, views provide handlers for this module.
You have to use a relathionship and an argument to filter the visited pages of an user.
Comment #2
czeky commentedthanx, statisticd ?