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?
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.