Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: 'lasthits' customization  (Read 3397 times)

0 Members and 1 Guest are viewing this topic.

mamu

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
'lasthits' customization
« on: February 18, 2007, 05:46:12 am »

Hi there,

I've added the 'lasthits' to my content display and was wondering how I could customize it so that the time/user IP of the last view is not shown?  Is there a setting I can change for that?

Thanks!
Logged

Nibbler

  • Guest
Re: 'lasthits' customization
« Reply #1 on: February 18, 2007, 12:27:25 pm »

Edit include/functions.inc.php,

find the 'lasthits' case and change

Code: [Select]
if ($set_caption) build_caption($rowset,array('mtime','hits'));
to

Code: [Select]
if ($set_caption) build_caption($rowset,array('hits'));
or whatever caption you want.
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 19 queries.