Date under thumbnail Date under thumbnail
 

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]

Main Menu

Date under thumbnail

Started by will, June 01, 2006, 07:27:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

will

How do you get rid of the date below the thumbnail on the main coppermine page.

Any help will be great ;D

Nibbler

include/functions.inc.php, locate and comment out


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

will

Thanks nibbler, I have done that but its still showing ???

Joachim Müller


will


Tranz