Advanced search  

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

Pages: [1]   Go Down

Author Topic: Hi, A newbie here - can't seem to make Hit Stats, etc, work  (Read 6199 times)

0 Members and 1 Guest are viewing this topic.

robindengate

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
    • Canal and Narrowboat Photo Library
Hi, A newbie here - can't seem to make Hit Stats, etc, work
« on: November 09, 2006, 10:50:07 am »

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.
« Last Edit: November 09, 2006, 02:07:10 pm by Nibbler »
Logged
RD

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

Nibbler

  • Guest
Re: Hi, A newbie here - can't seem to make Hit Stats, etc, work
« Reply #1 on: November 09, 2006, 02:03:09 pm »

This is a bug. Edit displayimage.php

Code: [Select]
$detailsLink = ($CURRENT_PIC_DATA['hits'] && $CONFIG['vote_details'] && GALLERY_ADMIN_MODE)
and change to

Code: [Select]
$detailsLink = ($CURRENT_PIC_DATA['hits'] && $CONFIG['hit_details'] && GALLERY_ADMIN_MODE)
Alternatively enable vote stats.
Logged

robindengate

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
    • Canal and Narrowboat Photo Library
Re: Hi, A newbie here - can't seem to make Hit Stats, etc, work
« Reply #2 on: November 09, 2006, 02:30:50 pm »

Thanks!

Seems OK now!

Logged
RD

"Hard work never killed anybody, but why take a chance?" -Edgar Bergen
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.