Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Date underneath the thumbnails in Albumview  (Read 2549 times)

0 Members and 1 Guest are viewing this topic.

altenae

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 254
Date underneath the thumbnails in Albumview
« on: October 23, 2011, 01:00:32 am »

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
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Date underneath the thumbnails in Albumview
« Reply #1 on: October 24, 2011, 02:26:19 pm »

Open include/functions.inc.php, find
Code: [Select]
        // 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
Code: [Select]
        // 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'));
            }
        }
Logged

altenae

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 254
Re: Date underneath the thumbnails in Albumview
« Reply #2 on: October 24, 2011, 06:45:08 pm »

Yes......

Thank you.

Greetings,

Edward
Logged

altenae

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 254
Re: Date underneath the thumbnails in Albumview
« Reply #3 on: October 24, 2011, 06:47:30 pm »

Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Date underneath the thumbnails in Albumview
« Reply #4 on: October 25, 2011, 10:24:59 am »

Please
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.
Logged
Pages: [1]   Go Up
 

Page created in 0.025 seconds with 19 queries.