Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi,
    I’m also trying to get this function ..
    So far I managed to discover two things :

      Within the plugins\NextGEN Gallery\view folder there is a file called gallery.php in line 42 under the <div class="ngg-gallery-thumbnail" > code there is the link that you need to add a code for the date in your description (inside the title tag –if you overwrite the existing code you will lose the description of the file insert as addition-)

    • the first code is <?php echo $exif['created_timestamp'] ?> This code did not work for me.. Might work for you.
    • the second code is <?php echo $image->imagedate ?> it worked for me, but with a problem not yet resolved
      It shows the date and time of the file in question and i want only the date

    Hope this helps you
    And if you find the solution please share it with me also
    Good luck

Viewing 1 replies (of 1 total)