Show Date In Thumbnail Index Show Date In Thumbnail Index
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Show Date In Thumbnail Index

Started by pftq, March 03, 2007, 03:20:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pftq

Is there an option to enable the upload date beneath the thumbnails in the album?

If not, what file can I edit to do so?

Nibbler

Look at build_caption() and get_pic_data() in include/functions.inc.php

pftq

Got it working perfectly thanks  ;D

I'm using $row['ctime'] to get the timestamp.  Just a matter of pasting it into the output.