eclipticcreations
Forum Replies Created
-
Forum: Plugins
In reply to: Setting HTML image attribute “alt” via scriptIs this problem resolved? If not, you add the code to the image.php template, otherwise it should default to
the_contentfilter.I’m using 2.9 and having no trouble.
pos51.org/library/ (not all styled yet)
Forum: Fixing WordPress
In reply to: How to extract exif from photos?Here’s a plugin that will extract the EXIF data from images on the image attachment page. It should work right out of the box.
Forum: Everything else WordPress
In reply to: Problem with Exif Data in wp 2.6WordPress does extract EXIF data if you have the
php_exifextension available on your hosting server. If not, you can try out this plugin. It will automatically display the EXIF on the image attachment page.Forum: Plugins
In reply to: Re-Extract EXIF Data from already uploaded photos?shane,
I just finished a plugin that extracts the data each time the page is loaded. It doesn’t add to the database, though. If you haven’t found someone to write custom code for you, it might be what you’re looking for.
Forum: Plugins
In reply to: [Plugin: Exif & Zoom] Is ExZo works in WP 2.7?If you’re having trouble with ExZo, I just finished a plugin that will display EXIF on attachment pages when you use the WordPress gallery.
Forum: Themes and Templates
In reply to: Exif dataI just finished a plugin to do this. I don’t have access to the
php_exifextension on my shared-hosting, so I had to work around it. I used the Exifer php library from ZenPhoto.The plugin will automatically display the EXIF data after the image if you’re just using the single.php template for your attachments. If you’ve added an attachment.php or image.php you’ll have to add a function after the image in your template.
It’s at POS 51.