Date under thumbnail Date under thumbnail
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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