Date under thumbnail Date under thumbnail
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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