Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Mike Toppa

    (@toppa)

    After reading your question, I reviewed the code. Shashin stores the filename for each photo, and lets you order by filename, but does not display the filename. I can add it to the Fancybox caption in the next version.

    any news on that one? Would need that feature aswell
    Maybe you can otherwise just point me to the right point in the code – think should be pretty easy to add this to the caption?

    Plugin Author Mike Toppa

    (@toppa)

    Sorry, I forgot about this. I’m thinking it would fit in best as part of the EXIF data in the caption. It would mean adding another “if” block for $photoData[‘filename’] here:

    https://github.com/toppa/Shashin/blob/master/public/ShashinPhotoDisplayer.php#L159

    If you’d like it somewhere else, let me know, or feel free to fork it on github! (if you look above that method, you’ll see the methods for setting the overall prettyPhoto and Fancybox captions are also in that class)

    perfect – works as I need it.

    Is there a similar way to display Filename directly under each Picture as Caption in the Album Overview?

    Plugin Author Mike Toppa

    (@toppa)

    Unfortunately the Picasa feed doesn’t provide any details for the photo that’s the album cover (It provides a link to the photo, so I can display it, but it’s not the same link as when you view the photo from within the album – I actually can’t easily identify which photo it is).

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Including the filename on the photos’ is closed to new replies.