Show Date In Thumbnail Index Show Date In Thumbnail Index
 

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

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.