Hello,
I have a question about the coppermine version 1.5.16
In the last additions thumbnails the upload date is underneath the thumbnails.
Howerver when you go into an album the date is not underneath the thumbnails.
Is there a way to make the upload date visible underneath the thumbnails in the albumview.
Thank you,
Edward
Open include/functions.inc.php, find
// Set picture caption
if ($set_caption) {
if ($CONFIG['display_thumbnail_rating'] == 1) {
build_caption($rowset, array('pic_rating'));
} else {
build_caption($rowset);
}
}
and replace with
// Set picture caption
if ($set_caption) {
if ($CONFIG['display_thumbnail_rating'] == 1) {
build_caption($rowset, array('pic_rating', 'ctime'));
} else {
build_caption($rowset, array('ctime'));
}
}
Yes......
Thank you.
Greetings,
Edward
Sorry for asking:
Are you interested ?
http://forum.coppermine-gallery.net/index.php/topic,73773.0.html
Please
Quote from: Joachim Müller on September 28, 2008, 12:46:26 PM
tag your answer as "solved" by clicking on the "Topic Solved" button on the bar at the left hand side at the bottom of your thread.