![]() |
|
Tag EXIF data not read by Zenphoto - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Tag EXIF data not read by Zenphoto (/thread-10196.html) |
Tag EXIF data not read by Zenphoto - sjapartments - 2012-07-14 Using File Properties in Windows, I added several tags to each of three .jpg files. As expected, the tags appear in the File Info of each file when opening the files in Photoshop. When I uploaded the files into Zenphoto, the tags did not appear when looking at the data for the files. Any insight to the cause of this? Or is the tags EXIF information not read by Zenphoto ?? Tag EXIF data not read by Zenphoto - sbillard - 2012-07-14 Just for my curiosity, how do you add tags using Windows file properties? I could not find a way. Anyway, other Microsoft software seems to think that metadata should be encoded as XMP, so maybe this does as well. Try the XMPMetadata plugin. Tag EXIF data not read by Zenphoto - sjapartments - 2012-07-15 To sbillard: Tag EXIF data not read by Zenphoto - sbillard - 2012-07-15 Did you configure the plugin options to examine the file types? The plugin only looks at XMP files unless otherwise configured. Thanks for the explaination on how to set the tags with Windows. Never knew this could be done. I did try it and did import the tag so set using the XMP plugin, but of course, it does have to look at the image itself. Tag EXIF data not read by Zenphoto - sjapartments - 2012-07-15 To sbillard
Thanks, Michael Tag EXIF data not read by Zenphoto - sbillard - 2012-07-15
Tag EXIF data not read by Zenphoto - sjapartments - 2012-07-16 Hello sbillard:
Regards, Michael Tag EXIF data not read by Zenphoto - acrylian - 2012-07-16 Regarding 3): Its just adding the function printDownloadlink on an image.php page of your theme to download that image. like That's all. You can alternatively use the fullimageurl functions for direct download (the full image link has options on the backend). The difference is that hte downloadlist functions will provide statistics on the download number (and of course they don't directly link to hte file which can be anywhere on your webspace technicallly). The "list" functions are a bit different for other purpose. Tag EXIF data not read by Zenphoto - sjapartments - 2012-07-16 Hello acrylian: Thanks for you response which seems to have directed me correctly. (a) Looking at the image.php file for my theme effervescence_plus, I found a line Tell me if it is correct that after this line I could insert lines which read something like (b) In what .php files of my zenphoto installation can I find the functions printDownloadLink and getUnprotectedFullImageURL? Regards, Michael Tag EXIF data not read by Zenphoto - acrylian - 2012-07-16 printDownloadlink is a function provided by the download list plugin and of course does not exist in your theme if not already used. None of the official themes does use it by default. Same for the unprotectedFUllimageurl. You don't need to know where these functions are defined. You need to add/use them where applicable. Where that is is your decision. I really recommend to read the theming tutorial to learn the basics (html and basic php knowledge not avoidable) before trying to modify or do anything on a theme. Tag EXIF data not read by Zenphoto - sbillard - 2012-07-16 Regards 2). There may also be client side limits and/or limits in the particular upload handler. You should try the other upload handlers and see if they can handle the task. Otherwise I guess we do not know what is happening. |