News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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.