<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentarer till Simple Fields</title>
	<atom:link href="http://eskapism.se/code-playground/simple-fields/feed/" rel="self" type="application/rss+xml" />
	<link>http://eskapism.se</link>
	<description>Pär Thernström - your friendly neighbourhood web developer geek</description>
	<lastBuildDate>Thu, 02 Feb 2012 19:26:42 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Av: Caroline</title>
		<link>http://eskapism.se/code-playground/simple-fields/comment-page-2/#comment-85953</link>
		<dc:creator>Caroline</dc:creator>
		<pubDate>Tue, 10 Jan 2012 16:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?page_id=1879#comment-85953</guid>
		<description>This fix doesnt work for me - I still have the same problem :(</description>
		<content:encoded><![CDATA[<p>This fix doesnt work for me &#8211; I still have the same problem <img src='http://eskapism.se/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Dan S</title>
		<link>http://eskapism.se/code-playground/simple-fields/comment-page-2/#comment-83483</link>
		<dc:creator>Dan S</dc:creator>
		<pubDate>Fri, 16 Dec 2011 14:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?page_id=1879#comment-83483</guid>
		<description>Thanks for this. At first it seemed like it solved the issue, as the &quot;Select&quot; button was back.

But now, when I try to select a picture it first opens the media lightbox as a new page (at not as a lightbox at all). When I navigate to a picture and click &quot;Select&quot; I get a blank white page...

Anybody else having this issue?</description>
		<content:encoded><![CDATA[<p>Thanks for this. At first it seemed like it solved the issue, as the &#8221;Select&#8221; button was back.</p>
<p>But now, when I try to select a picture it first opens the media lightbox as a new page (at not as a lightbox at all). When I navigate to a picture and click &#8221;Select&#8221; I get a blank white page&#8230;</p>
<p>Anybody else having this issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Charlie</title>
		<link>http://eskapism.se/code-playground/simple-fields/comment-page-2/#comment-83384</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Wed, 14 Dec 2011 18:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?page_id=1879#comment-83384</guid>
		<description>Hey Dan,

I think I fixed it by adding this code to the top of the Simple Fields plugin&#039;s &quot;functions_posts.php&quot; file:

add_filter( &#039;get_media_item_args&#039;, &#039;force_send&#039; );
function force_send($args) {
	$args[&#039;send&#039;] = true;
	return $args;
}

If the code gets stripped out of this reply, just look at the code I posted the Wordpress support forum:

http://wordpress.org/support/topic/plugin-simple-fields-cant-select-images-from-library</description>
		<content:encoded><![CDATA[<p>Hey Dan,</p>
<p>I think I fixed it by adding this code to the top of the Simple Fields plugin&#8217;s &#8221;functions_posts.php&#8221; file:</p>
<p>add_filter( &#8216;get_media_item_args&#8217;, &#8216;force_send&#8217; );<br />
function force_send($args) {<br />
	$args['send'] = true;<br />
	return $args;<br />
}</p>
<p>If the code gets stripped out of this reply, just look at the code I posted the WordPress support forum:</p>
<p><a href="http://wordpress.org/support/topic/plugin-simple-fields-cant-select-images-from-library" rel="nofollow">http://wordpress.org/support/topic/plugin-simple-fields-cant-select-images-from-library</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Dan S</title>
		<link>http://eskapism.se/code-playground/simple-fields/comment-page-2/#comment-83359</link>
		<dc:creator>Dan S</dc:creator>
		<pubDate>Wed, 14 Dec 2011 09:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?page_id=1879#comment-83359</guid>
		<description>Yeah, that&#039;s it!

//Dan</description>
		<content:encoded><![CDATA[<p>Yeah, that&#8217;s it!</p>
<p>//Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Charlie</title>
		<link>http://eskapism.se/code-playground/simple-fields/comment-page-2/#comment-83333</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Wed, 14 Dec 2011 02:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?page_id=1879#comment-83333</guid>
		<description>Dan,

I think I&#039;m seeing the same thing.  I&#039;ve posted a bug report on the Wordpress support forums, too, along with a link to a screen grab:

http://wordpress.org/support/topic/plugin-simple-fields-cant-select-images-from-library

Is that what you&#039;re seeing?

charlie</description>
		<content:encoded><![CDATA[<p>Dan,</p>
<p>I think I&#8217;m seeing the same thing.  I&#8217;ve posted a bug report on the WordPress support forums, too, along with a link to a screen grab:</p>
<p><a href="http://wordpress.org/support/topic/plugin-simple-fields-cant-select-images-from-library" rel="nofollow">http://wordpress.org/support/topic/plugin-simple-fields-cant-select-images-from-library</a></p>
<p>Is that what you&#8217;re seeing?</p>
<p>charlie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Dan S</title>
		<link>http://eskapism.se/code-playground/simple-fields/comment-page-2/#comment-83288</link>
		<dc:creator>Dan S</dc:creator>
		<pubDate>Tue, 13 Dec 2011 11:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?page_id=1879#comment-83288</guid>
		<description>Love your plugin and use it on almost every website I build!

However, there seems to be some problem that might be related to version 3.3 of WordPress:

I have a Field Group with a &quot;File&quot; type field. But when I&#039;m trying to select a file from the Media Library the button to &quot;Select Image&quot; doesn&#039;t show?

Thanks in advance!

//Dan</description>
		<content:encoded><![CDATA[<p>Love your plugin and use it on almost every website I build!</p>
<p>However, there seems to be some problem that might be related to version 3.3 of WordPress:</p>
<p>I have a Field Group with a &#8221;File&#8221; type field. But when I&#8217;m trying to select a file from the Media Library the button to &#8221;Select Image&#8221; doesn&#8217;t show?</p>
<p>Thanks in advance!</p>
<p>//Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Niklas</title>
		<link>http://eskapism.se/code-playground/simple-fields/comment-page-2/#comment-83113</link>
		<dc:creator>Niklas</dc:creator>
		<pubDate>Sat, 10 Dec 2011 09:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?page_id=1879#comment-83113</guid>
		<description>Hello is it possible to get the search results in xml (because i need the response data in xml as well) 
I&#039;m going to hire someone to code an app, and he wrote.
&quot;But I will need a web service that will provide response based on the search query request from mobile. Response data can be either in xml or json.&quot;</description>
		<content:encoded><![CDATA[<p>Hello is it possible to get the search results in xml (because i need the response data in xml as well)<br />
I&#8217;m going to hire someone to code an app, and he wrote.<br />
&#8221;But I will need a web service that will provide response based on the search query request from mobile. Response data can be either in xml or json.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Johann Heyne</title>
		<link>http://eskapism.se/code-playground/simple-fields/comment-page-2/#comment-82159</link>
		<dc:creator>Johann Heyne</dc:creator>
		<pubDate>Thu, 17 Nov 2011 13:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?page_id=1879#comment-82159</guid>
		<description>Is there a way, to enable picking past dates at the date-field?
That would help me a lot. Great plugin by the way — exept the ugly datepicker. Shall I send you german language files?</description>
		<content:encoded><![CDATA[<p>Is there a way, to enable picking past dates at the date-field?<br />
That would help me a lot. Great plugin by the way — exept the ugly datepicker. Shall I send you german language files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Rick</title>
		<link>http://eskapism.se/code-playground/simple-fields/comment-page-2/#comment-81977</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Mon, 07 Nov 2011 12:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?page_id=1879#comment-81977</guid>
		<description>Hi,
 The bug pointed out on this WP forum post is still there:

http://wordpress.org/support/topic/tintmce-not-working?replies=2

The bug causes JS errors which break the drag and drop re-ordering of fields. Could this be fixed in the plugin so that we don&#039;t have to edit the plugin code please?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
 The bug pointed out on this WP forum post is still there:</p>
<p><a href="http://wordpress.org/support/topic/tintmce-not-working?replies=2" rel="nofollow">http://wordpress.org/support/topic/tintmce-not-working?replies=2</a></p>
<p>The bug causes JS errors which break the drag and drop re-ordering of fields. Could this be fixed in the plugin so that we don&#8217;t have to edit the plugin code please?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Oliver</title>
		<link>http://eskapism.se/code-playground/simple-fields/comment-page-2/#comment-80387</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Sun, 18 Sep 2011 02:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?page_id=1879#comment-80387</guid>
		<description>Is there a &quot;update_post_meta()&quot;-equivalent to insert/update simple fields?</description>
		<content:encoded><![CDATA[<p>Is there a &#8221;update_post_meta()&#8221;-equivalent to insert/update simple fields?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: basic (User agent is rejected)
Database Caching 7/21 queries in 0.011 seconds using disk: basic
Object Caching 679/687 objects using disk: basic

Served from: eskapism.se @ 2012-02-04 12:06:43 -->
