Date under thumbnail Date under thumbnail
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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