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: How to delete the date under a thumbnail?  (Read 1856 times)

0 Members and 1 Guest are viewing this topic.

hl90

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 44
How to delete the date under a thumbnail?
« on: December 10, 2008, 02:33:05 pm »

Hello, I know this has been posted somewhere before but I couldn't find it anymore. I want to delete the upload date
under the thumbnails. How can I do that?
Logged

Nibbler

  • Guest
Re: How to delete the date under a thumbnail?
« Reply #1 on: December 10, 2008, 02:39:53 pm »

Edit include/functions.inc.php, find this code

Code: [Select]
        if (in_array('ctime',$must_have)) {
            $caption .= '<span class="thumb_caption">'.localised_date($row['ctime'], $lastup_date_fmt).'</span>';
        }

and comment it out or remove it completely.
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 20 queries.