How to delete the date under a thumbnail? How to delete the date under a 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

How to delete the date under a thumbnail?

Started by hl90, December 10, 2008, 02:33:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hl90

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?

Nibbler

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


        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.