PDA

View Full Version : Disable Exif on Switchy


thusband
03-30-2009, 02:53 AM
Great template! I'd like to not see exif info and have disabled Exif in options but the Exif categories remain. How can I make them disappear?

Thanks much,

Tom

Dkozikowski
03-30-2009, 03:46 AM
You'll have to edit the Switchy image_template.html file and remove any EXIF related template tags (http://www.pixelpost.org/docs/TemplateTags/EXIFRelatedTags) from the code.

thusband
03-30-2009, 04:11 AM
Thanks a lot, Dkozikowski. Just what I wanted.

Tom

dtschorn
04-03-2009, 09:49 AM
I have an EXIF question related to Switchy as well. I'm wondering how I can also get the date/time to appear in the EXIF data.

thanks!

thusband
04-03-2009, 12:44 PM
I'm no expert by any means but it looks like you should add template tags to the to the image_template.html file in the code. Tags are here (http://www.pixelpost.org/docs/TemplateTags/EXIFRelatedTags).

dtschorn
04-03-2009, 02:52 PM
Thanks, I should've looked harder...