Hi, A newbie here - can't seem to make Hit Stats, etc, work Hi, A newbie here - can't seem to make Hit Stats, etc, work
 

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

Hi, A newbie here - can't seem to make Hit Stats, etc, work

Started by robindengate, November 09, 2006, 10:50:07 AM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

robindengate

According to config I should be able to:

Keep detailed hit statistics
Enabling this option records:

Each vote separately
IP Address
Search Keyword, if the referer is Google, Yahoo! or Lycos search engines
Referer
Browser
Operating System
of the visitor.

As the statistics are being kept per file, the link to the stats can be accessed on the individual file's page (displayimage.php) by clicking the link in the file info section to open the stats pop-up.

Note: The total hits may not match if you enable details and do not reset the earlier hits.


However, I have spent ages looking through the manual and config etc, and cannot see a link on the files info box. View log files in config only shows admin config changes.

Help, anyone?

here's my site link http://www.scenicbritain.co.uk/coppermine/index.php if it helps.
RD

"Hard work never killed anybody, but why take a chance?" -Edgar Bergen

Nibbler

This is a bug. Edit displayimage.php

$detailsLink = ($CURRENT_PIC_DATA['hits'] && $CONFIG['vote_details'] && GALLERY_ADMIN_MODE)

and change to

$detailsLink = ($CURRENT_PIC_DATA['hits'] && $CONFIG['hit_details'] && GALLERY_ADMIN_MODE)

Alternatively enable vote stats.

robindengate

RD

"Hard work never killed anybody, but why take a chance?" -Edgar Bergen