Displayed info registered vs. external visitors figures Displayed info registered vs. external visitors figures
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Displayed info registered vs. external visitors figures

Started by mahdi1234, October 25, 2008, 11:58:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mahdi1234

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

Joachim Müller


mahdi1234

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?

Joachim Müller

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.