im looking for a way to have users statistics, such as when they last logged on, how much of a certain content theyve created, how many page visits theyve had, how many user relations they have. etc
I know theres a few user visits modules, and drupal can show when a user last logged on. But is there away of integrating it all into one block?
Also I would like the stats to be links where possible.(content types linked to a view of content theyve created, friends will link to a page with all the friends on etc)
So ill have a list looking like the following
Registered DD MM YYYY
Last logged on DD MM YYYY
Page visits XX
Content type 1 XX
Content type 2 XX
Friends XX
Thanks for any help
Edited by WorldFallz - moved to appropriate forum.
Comments
_
You should be able to use http://drupal.org/project/user_stats and http://drupal.org/project/views to get this working. Depending on the views integration, you may have to theme the views fields to get the exact links you want.