<?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 is WordPress Custom Fields on Steroids</title>
	<atom:link href="http://eskapism.se/blogg/2010/05/simple-fields-wp-custom-fields-on-steroids/feed/" rel="self" type="application/rss+xml" />
	<link>http://eskapism.se/blogg/2010/05/simple-fields-wp-custom-fields-on-steroids/</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: Russ</title>
		<link>http://eskapism.se/blogg/2010/05/simple-fields-wp-custom-fields-on-steroids/comment-page-1/#comment-86852</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Tue, 24 Jan 2012 16:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?p=1898#comment-86852</guid>
		<description>I&#039;ve uploaded a stack of snippets for Simplefields, from image sliders to basic text and image combos.

http://snipt.net/heyfennec</description>
		<content:encoded><![CDATA[<p>I&#8217;ve uploaded a stack of snippets for Simplefields, from image sliders to basic text and image combos.</p>
<p><a href="http://snipt.net/heyfennec" rel="nofollow">http://snipt.net/heyfennec</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: John</title>
		<link>http://eskapism.se/blogg/2010/05/simple-fields-wp-custom-fields-on-steroids/comment-page-1/#comment-83202</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 12 Dec 2011 01:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?p=1898#comment-83202</guid>
		<description>deletes all my content whin I switch between connectors!</description>
		<content:encoded><![CDATA[<p>deletes all my content whin I switch between connectors!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: John</title>
		<link>http://eskapism.se/blogg/2010/05/simple-fields-wp-custom-fields-on-steroids/comment-page-1/#comment-83194</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 11 Dec 2011 23:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?p=1898#comment-83194</guid>
		<description>ID, $key, true);
echo $imagenum1

This code returns the value 29 with an image added to the indicated field. I was hoping for a file path and/or name. Do I misunderstand something?</description>
		<content:encoded><![CDATA[<p>ID, $key, true);<br />
echo $imagenum1</p>
<p>This code returns the value 29 with an image added to the indicated field. I was hoping for a file path and/or name. Do I misunderstand something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Erik</title>
		<link>http://eskapism.se/blogg/2010/05/simple-fields-wp-custom-fields-on-steroids/comment-page-1/#comment-79705</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sun, 21 Aug 2011 14:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?p=1898#comment-79705</guid>
		<description>Been having the same problem. After upgrading WP to 3.2.1 the TinyMCE stopped working. 

After a couple of hours looking around and trying different things, I found the solution:

you need to add wp_tiny_mce( false ); to the function simple_fields_admin_head:

function simple_fields_admin_head() {

	wp_tiny_mce( false ); //this is new
	
	// Add meta box to post
	global $post;
....

Here&#039;s an article I found usefull:
http://dannyvankooten.com/450/tinymce-wysiwyg-editor-in-wordpress-plugin/

Hope it helps.</description>
		<content:encoded><![CDATA[<p>Been having the same problem. After upgrading WP to 3.2.1 the TinyMCE stopped working. </p>
<p>After a couple of hours looking around and trying different things, I found the solution:</p>
<p>you need to add wp_tiny_mce( false ); to the function simple_fields_admin_head:</p>
<p>function simple_fields_admin_head() {</p>
<p>	wp_tiny_mce( false ); //this is new</p>
<p>	// Add meta box to post<br />
	global $post;<br />
&#8230;.</p>
<p>Here&#8217;s an article I found usefull:<br />
<a href="http://dannyvankooten.com/450/tinymce-wysiwyg-editor-in-wordpress-plugin/" rel="nofollow">http://dannyvankooten.com/450/tinymce-wysiwyg-editor-in-wordpress-plugin/</a></p>
<p>Hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Bobz</title>
		<link>http://eskapism.se/blogg/2010/05/simple-fields-wp-custom-fields-on-steroids/comment-page-1/#comment-78730</link>
		<dc:creator>Bobz</dc:creator>
		<pubDate>Thu, 28 Jul 2011 11:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?p=1898#comment-78730</guid>
		<description>Any news about tinymce error?
I get same error &#039;not defined&#039; in textarea field when using &#039;wysiwyg editor&#039;.
not defined - line 80 - scripts.js file</description>
		<content:encoded><![CDATA[<p>Any news about tinymce error?<br />
I get same error &#8216;not defined&#8217; in textarea field when using &#8216;wysiwyg editor&#8217;.<br />
not defined &#8211; line 80 &#8211; scripts.js file</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Pär</title>
		<link>http://eskapism.se/blogg/2010/05/simple-fields-wp-custom-fields-on-steroids/comment-page-1/#comment-78397</link>
		<dc:creator>Pär</dc:creator>
		<pubDate>Tue, 12 Jul 2011 15:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?p=1898#comment-78397</guid>
		<description>Thanks for the bug report. I&#039;ll take a look at this.</description>
		<content:encoded><![CDATA[<p>Thanks for the bug report. I&#8217;ll take a look at this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Joachim</title>
		<link>http://eskapism.se/blogg/2010/05/simple-fields-wp-custom-fields-on-steroids/comment-page-1/#comment-78391</link>
		<dc:creator>Joachim</dc:creator>
		<pubDate>Tue, 12 Jul 2011 10:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?p=1898#comment-78391</guid>
		<description>The plugin is no longer working correct in WP 3.2, when you drag&amp;drop a image-upload field, you get an &quot;tinyMCE is not defined&quot; error (rule 47 in scripts.js)</description>
		<content:encoded><![CDATA[<p>The plugin is no longer working correct in WP 3.2, when you drag&amp;drop a image-upload field, you get an &#8221;tinyMCE is not defined&#8221; error (rule 47 in scripts.js)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: William</title>
		<link>http://eskapism.se/blogg/2010/05/simple-fields-wp-custom-fields-on-steroids/comment-page-1/#comment-78153</link>
		<dc:creator>William</dc:creator>
		<pubDate>Wed, 29 Jun 2011 14:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?p=1898#comment-78153</guid>
		<description>Finally I have found the most complete plugin for a project Im working on.</description>
		<content:encoded><![CDATA[<p>Finally I have found the most complete plugin for a project Im working on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Hansaplastique</title>
		<link>http://eskapism.se/blogg/2010/05/simple-fields-wp-custom-fields-on-steroids/comment-page-1/#comment-78093</link>
		<dc:creator>Hansaplastique</dc:creator>
		<pubDate>Sun, 26 Jun 2011 05:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?p=1898#comment-78093</guid>
		<description>Excellent plugin - exactly what I was looking for :)

Would be nice to be able to define/enter your own meta-key &quot;name&quot; since identifying &quot;_simple_fields_fieldGroupID_1_fieldID_1_numInSet_0&quot; isn&#039;t very obvious. 

Anyway, I&#039;m not complaining. This plugin is great. Excellent work guys! :)</description>
		<content:encoded><![CDATA[<p>Excellent plugin &#8211; exactly what I was looking for <img src='http://eskapism.se/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Would be nice to be able to define/enter your own meta-key &#8221;name&#8221; since identifying &#8221;_simple_fields_fieldGroupID_1_fieldID_1_numInSet_0&#8243; isn&#8217;t very obvious. </p>
<p>Anyway, I&#8217;m not complaining. This plugin is great. Excellent work guys! <img src='http://eskapism.se/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: James</title>
		<link>http://eskapism.se/blogg/2010/05/simple-fields-wp-custom-fields-on-steroids/comment-page-1/#comment-77381</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 05 May 2011 20:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?p=1898#comment-77381</guid>
		<description>same here, how do you find out what the field name is so that you can use a function like get_field(&#039;fieldname&#039;)</description>
		<content:encoded><![CDATA[<p>same here, how do you find out what the field name is so that you can use a function like get_field(&#8216;fieldname&#8217;)</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 3/18 queries in 0.011 seconds using disk: basic
Object Caching 617/625 objects using disk: basic

Served from: eskapism.se @ 2012-02-04 13:00:45 -->
