Hi, great plugin, thanks for your hard work. I guess from searching the forum that you are considering building in more flexibility in terms out the output when an image is posted (http://www.whoismanu.com/forum/topic/plugin-html-markup-generation)but, in the meantime, if I want to display differently worded labels for the exif info, where do I need to amend code? Thanks
Amending the labels used for Exif information
(4 posts) (2 voices)-
Posted 2 years ago #
-
I am guessing it may be the "exif.php" file?
Posted 2 years ago # -
yes you could change it there in the lookup_tag function. but additionally you would also have to do it for the maker notes of your camera manufacturer (folder makers). however, it is not really a desirable solution, as the library might change one day plus you will have to add all of this back every time the plugin is updated.
if you know some php i would rather try to do it in your theme. i.e. write your own function that displays the exif from the photoQExifFull metafield similar to what is done in comment 24 here http://www.whoismanu.com/blog/2008/09/photoq-wordpress-photoblog-plugin-15-brings-tons-of-new-features-to-your-photoblog/ . before outputting keys you would then pass them through a lookup table that replaces the key with the value to display.
i just rewrote the exif management in photoq for the next version. what you suggest sounds like a good idea, maybe i will find the time to include it at the same time.
Posted 2 years ago # -
This is now part of PhotoQ (as of version 1.7) via the display name feature in the photoq exif options.
Posted 2 years ago #
Topic Closed
This topic has been closed to new replies.
closed
resolved