Translations
- Czech – Separatista
- Danish – Georg
- Russian – Fat Cow
This is maintenance release. Luka Kladaric was kind enough to send in some bugfixes that went undetected. These are now baked into the plugin:
- added border:0; to all styles for feeds
- if displaying the post, show only the image, without the link
- if size not available, use default
- grab the first image in the gallery tab and not the first image uploaded
As announced here, this version will not work with WordPress older than 2.8.

Great, helpful. But there is new problem. Using WP MU 2.8.4a and all CFI pictures are linked to http://www.mydomain.com/1 or http://www.mydomain.com/category/1 (no URL exist).
dito with mine- was working before the maintenance release yesterday… now icon link not working.
Fixed in 2.2.1.
Hi Scribu,
I posted a while back about this plugin not working well with another WP plugin, Scissors. Well I’ve figured out what was going on…
… In your insert.js file where the jQuery code is, you reference the submit button in the image upload dialogue box on lines 19 and 48 using (” :submit “). The problem is that the Scissors plugin adds submit buttons to that dialogue box, and so your script gets confused. All I needed to do to fix this was use (” input:submit “) instead. Because this other plugin used buttons rather than buttons, this seemed to solve the problem where the JS that was trying to get the image ID was getting all messed up.
Does this addition to your code screw anything up that I have not thought of?
Thanks for your great plugin, by the way… it’s rockin!
Good to hear you’ve solved the issue. I’ll include your modification in the next release.
Hello Scribu, been using your plugin for a while now, it is really useful. Thanks for your work.
Recently I moved my website to another host, and I can’t seem to activate Custom Field Images anymore. I get this when trying to activate it:
Parse error: syntax error, unexpected T_CLASS in [root dir]/html/wp-content/plugins/custom-field-images/custom-field-images.php on line 75
Do you know what this is about?
Make sure your new host is running PHP 5. Add this line to wp-config.php:
var_dump(PHP_VERSION);
Hi, there are some problems with using this great plugin with BuddyPress 1.1 (widget Site Wide Activity). There is one default picture at every item. And it looks that also after deactivating this plugin there is problem with persisting pictures (http://trac.buddypress.org/ticket/1133). Thank you very much for your help…
Thanks for reporting. I’ll look into it.
Hi, sorry for bothering you, but are there any news about this issue? Thank you very much…
Check the content of those posts. Maybe you hit the CFI Export button by accident.
These are not posts, but items in BuddyPress Wire (widget Site Wide Activity). There are no pictures saved, but still appear. It is very strange, I looked also in table wp_bp_xprofile_wire, but there is only text without pictures which are displayed.
Hi,
thanks for this helpful plugin. You write:
“if displaying the post, show only the image, without the link” –
I tried some time before I read that. I would like to have the link-adress on the post page too, cause I link to bigger size external images. How can I make this?
- Greetings
Try the latest version. It should show the link on single posts too.
Hi there. I use your nice plugin, but i’ve a special problem. I use the option “Link image to post (If the Link to field is blank, the image will have a link to the post or page it is associated with.)” and this works perfect in the startpage ( http://www.foto-huwi.ch/blog , the four images at right side “Ganz aktuell”)… but, if you click on a post and you are then on the single post page, the images are not more linked. I’ve integrated CFI over a widget “CFI Loop”.
Do you have any idea, whats happened?
Best regards
Michael
That’s intentional. The ideea is that linking the image to the post you’re currently on is useless.
Oh, the image is unlinked, regardless of the URL. I’ll fix that.
Fixed in 2.2.2.
Nice plugin! But i have a problem!
I added the
""in the sidebar. But the imagem doens’t appear in the first page. Appear only on the page of the post.
You can see it here:
http://verei.co.cc/wordpress/ – [DOESN'T APPEAR]
http://verei.co.cc/wordpress/?p=15 – [APPEAR]
Why this is happening? Thank you!
Reply
Make sure you pass the post id as the first argument.