Hi there,
is there a way for Displayed field in the picture view to show figures on how many visits are from registered members and how many from external people?
thanks,
mahdi
Not out of the box.
Quote from: Joachim Müller on October 26, 2008, 12:25:58 PM
Not out of the box.
If I may have a question - would this be requiring rewrite of how user access is logged now or those information are already existing in the db?
If you enabled detailed stat recording in coppermine's config, the information already resides in your database. Won't help you much though - you'd have to come up with custom code that queries the stat details table and outputs the corresponding records on displayimage.php, which can be pretty resources-intensive and generally is not recommended. Usually, your users don't care for such stat details. Stats are important for you as admin mostly. That's why I suggest instead to use google analytics or a similar tool on your site, as this will get you much more granular control over stat data.