I would like to be able to show one type of user (users of one "role") how many times their profile has been viewed. If I could also show them where the views are coming from, that would be even better.

I don't just want to show them how many other users have viewed their pages as most of the views do not come from other users on our site.

Anybody know how to do this?

Comments

dorien’s picture

I think the core statistics module can do this for you. Just look in the log settings and check count node views. Although this probably only works if you are using node profile.

I also saw that there was on field in Views that displays some statistics, perhaps the user page is between those.

Have the best day,

Dorien

----------------
Drupal 6 - Ultimate Community Site
drupalfun.com

OneTwoTait’s picture

I've tried doing this with Content Profile, but it won't count the views for the profiles. :(

michelle’s picture

There's code in Advanced Profile Kit to show visitors using the access logs. There's also the http://drupal.org/project/user_visits module which is more advanced.

Michelle