<?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>Comments for Plugins</title>
	<atom:link href="http://plugins.trendwerk.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://plugins.trendwerk.nl</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 19 Dec 2011 12:05:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Updated plugins by admin</title>
		<link>http://plugins.trendwerk.nl/updated-plugins-2/comment-page-1/#comment-612</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 19 Dec 2011 12:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://plugins.trendwerk.nl/?p=286#comment-612</guid>
		<description>Hi Paul,

Thanks for the solution. I have implemented it :)</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>Thanks for the solution. I have implemented it <img src='http://plugins.trendwerk.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated plugins by admin</title>
		<link>http://plugins.trendwerk.nl/updated-plugins-2/comment-page-1/#comment-611</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 19 Dec 2011 12:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://plugins.trendwerk.nl/?p=286#comment-611</guid>
		<description>Hi Eric, thanks for the solution, I have implemented it. :)</description>
		<content:encoded><![CDATA[<p>Hi Eric, thanks for the solution, I have implemented it. <img src='http://plugins.trendwerk.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated plugins by Paulish</title>
		<link>http://plugins.trendwerk.nl/updated-plugins-2/comment-page-1/#comment-597</link>
		<dc:creator>Paulish</dc:creator>
		<pubDate>Sun, 18 Dec 2011 07:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://plugins.trendwerk.nl/?p=286#comment-597</guid>
		<description>Hi Karol,

I&#039;m building my first wordpress site and your multiple content blocks plugin is a godsend. Thanks so much for making it.

A friendly FYI: The WYSIWYG/html editor toggle breaks down in the latest version of Wordpress (v. 3.3). Apparently wordpress re-worked their WYSIWYG code in the latest version. Some nice person on the Internets has created a patch that takes about 2 min to implement. You can find it here if you want to use it for a plugin update:

http://wordpress.org/support/topic/plugin-multiple-content-blocks-editor-tabs-wysiwyg-and-html-broken

Cheers and thanks again for your plugin,

Paul</description>
		<content:encoded><![CDATA[<p>Hi Karol,</p>
<p>I&#8217;m building my first wordpress site and your multiple content blocks plugin is a godsend. Thanks so much for making it.</p>
<p>A friendly FYI: The WYSIWYG/html editor toggle breaks down in the latest version of Wordpress (v. 3.3). Apparently wordpress re-worked their WYSIWYG code in the latest version. Some nice person on the Internets has created a patch that takes about 2 min to implement. You can find it here if you want to use it for a plugin update:</p>
<p><a href="http://wordpress.org/support/topic/plugin-multiple-content-blocks-editor-tabs-wysiwyg-and-html-broken" rel="nofollow">http://wordpress.org/support/topic/plugin-multiple-content-blocks-editor-tabs-wysiwyg-and-html-broken</a></p>
<p>Cheers and thanks again for your plugin,</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated plugins by Eric Jacobsen</title>
		<link>http://plugins.trendwerk.nl/updated-plugins-2/comment-page-1/#comment-594</link>
		<dc:creator>Eric Jacobsen</dc:creator>
		<pubDate>Sat, 17 Dec 2011 19:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://plugins.trendwerk.nl/?p=286#comment-594</guid>
		<description>Your Multiple Content Areas plugin is broken in Wordpress 3.3. Fortunately the fix is very easy. replace lines 138-141 with...

		wp_editor( 
			get_post_meta($post-&gt;ID, &#039;_ot_multiplecontent_box-&#039;.$fieldName , true), 
			&quot;multiplecontent_box-{$fieldName}&quot;, 
			array(
				&#039;name&#039; =&gt; &quot;multiplecontent_box-{$fieldName}&quot;,
			)
		);

Thank you for the useful tool.</description>
		<content:encoded><![CDATA[<p>Your Multiple Content Areas plugin is broken in Wordpress 3.3. Fortunately the fix is very easy. replace lines 138-141 with&#8230;</p>
<p>		wp_editor(<br />
			get_post_meta($post-&gt;ID, &#8216;_ot_multiplecontent_box-&#8217;.$fieldName , true),<br />
			&#8220;multiplecontent_box-{$fieldName}&#8221;,<br />
			array(<br />
				&#8216;name&#8217; =&gt; &#8220;multiplecontent_box-{$fieldName}&#8221;,<br />
			)<br />
		);</p>
<p>Thank you for the useful tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated plugins by admin</title>
		<link>http://plugins.trendwerk.nl/updated-plugins-2/comment-page-1/#comment-396</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 21 Nov 2011 07:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://plugins.trendwerk.nl/?p=286#comment-396</guid>
		<description>Hi Karol,

Nice to know you like the plugin(s) :)

When I just want to use a textarea or an input field, I just create a new meta box (add_meta_box). The idea behind Multiple content blocks is you don&#039;t have to screw around with TinyMCE yourself and you can use the code in your templates, also outside the loop (as if extending them with multiple &#039;columns&#039; etc.). For other small meta stuff I believe add_meta_box is the way to go.

Anyway, thanks for your input and ideas!

Regards,
Harold</description>
		<content:encoded><![CDATA[<p>Hi Karol,</p>
<p>Nice to know you like the plugin(s) <img src='http://plugins.trendwerk.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>When I just want to use a textarea or an input field, I just create a new meta box (add_meta_box). The idea behind Multiple content blocks is you don&#8217;t have to screw around with TinyMCE yourself and you can use the code in your templates, also outside the loop (as if extending them with multiple &#8216;columns&#8217; etc.). For other small meta stuff I believe add_meta_box is the way to go.</p>
<p>Anyway, thanks for your input and ideas!</p>
<p>Regards,<br />
Harold</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated plugins by Karol</title>
		<link>http://plugins.trendwerk.nl/updated-plugins-2/comment-page-1/#comment-388</link>
		<dc:creator>Karol</dc:creator>
		<pubDate>Sat, 19 Nov 2011 19:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://plugins.trendwerk.nl/?p=286#comment-388</guid>
		<description>Hi
I use your plugin on each website. I did small update on it for myself but I think it would be good idea to include this in next releases. Basically developer is able to provide a parameter called oneline and then the textarea in wordpress is displayed without tinymce editor and it&#039;s only 1 row textarea. The idea is when you have really multiple blocks in your template then the page is getting very big because of tinymce for each block. It happens quite often that i need only 1 line header or some other simple text and tinymce box is overkill for that, then i use oneline parameter to minimize the size of the textarea. Let me know what you think about this.

Regards Karol</description>
		<content:encoded><![CDATA[<p>Hi<br />
I use your plugin on each website. I did small update on it for myself but I think it would be good idea to include this in next releases. Basically developer is able to provide a parameter called oneline and then the textarea in wordpress is displayed without tinymce editor and it&#8217;s only 1 row textarea. The idea is when you have really multiple blocks in your template then the page is getting very big because of tinymce for each block. It happens quite often that i need only 1 line header or some other simple text and tinymce box is overkill for that, then i use oneline parameter to minimize the size of the textarea. Let me know what you think about this.</p>
<p>Regards Karol</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FAQ You by admin</title>
		<link>http://plugins.trendwerk.nl/faq-you/comment-page-1/#comment-102</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 02 Aug 2011 11:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://plugins.trendwerk.nl/?p=196#comment-102</guid>
		<description>Hi Lynnette,

The questions probably still exist in the database with id 1. Maybe you should only put [faq id=&quot;2&quot;] in the WYSIWYG editor. This will probably show the questions once.

Hope you work it out,
Harold</description>
		<content:encoded><![CDATA[<p>Hi Lynnette,</p>
<p>The questions probably still exist in the database with id 1. Maybe you should only put [faq id="2"] in the WYSIWYG editor. This will probably show the questions once.</p>
<p>Hope you work it out,<br />
Harold</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FAQ You by Lynnette</title>
		<link>http://plugins.trendwerk.nl/faq-you/comment-page-1/#comment-101</link>
		<dc:creator>Lynnette</dc:creator>
		<pubDate>Fri, 29 Jul 2011 06:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://plugins.trendwerk.nl/?p=196#comment-101</guid>
		<description>I&#039;ve somehow managed to duplicate my FAQs.  Initially I put them in the default &quot;General&quot; category.  Then I deleted that category and in doing so inadvertently deleted my questions.  So I made a new category and recreated my questions.  Now when I put [faq id=&quot;1&quot;] [faq id=&quot;2&quot;] on the page it brings up two copies of the same FAQ.  The FAQ menu add-on in wordpress does not show any FAQs but they are showing up on my website.  

I&#039;m new to this - thanks for your patience and for any help you can offer.  I just need to know how I can delete those FAQs when they don&#039;t appear in the FAQ plugin list.

Thanks!  Lynnette</description>
		<content:encoded><![CDATA[<p>I&#8217;ve somehow managed to duplicate my FAQs.  Initially I put them in the default &#8220;General&#8221; category.  Then I deleted that category and in doing so inadvertently deleted my questions.  So I made a new category and recreated my questions.  Now when I put [faq id="1"] [faq id="2"] on the page it brings up two copies of the same FAQ.  The FAQ menu add-on in wordpress does not show any FAQs but they are showing up on my website.  </p>
<p>I&#8217;m new to this &#8211; thanks for your patience and for any help you can offer.  I just need to know how I can delete those FAQs when they don&#8217;t appear in the FAQ plugin list.</p>
<p>Thanks!  Lynnette</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FAQ You 2.0 by admin</title>
		<link>http://plugins.trendwerk.nl/faq-you-2-0/comment-page-1/#comment-93</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 04 Jul 2011 12:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://plugins.trendwerk.nl/?p=244#comment-93</guid>
		<description>Hi Marlon,

I&#039;m sorry for our late response, we&#039;ve been really busy. You can list FAQ&#039;s by using the [faq id=&quot;&lt;faq-id&gt;&quot;] shortcode. You can also click the question mark in your WYSIWYG editor.</description>
		<content:encoded><![CDATA[<p>Hi Marlon,</p>
<p>I&#8217;m sorry for our late response, we&#8217;ve been really busy. You can list FAQ&#8217;s by using the [faq id="<faq -id>"] shortcode. You can also click the question mark in your WYSIWYG editor.</faq></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FAQ You 2.0 by Marlon Trettin</title>
		<link>http://plugins.trendwerk.nl/faq-you-2-0/comment-page-1/#comment-71</link>
		<dc:creator>Marlon Trettin</dc:creator>
		<pubDate>Tue, 31 May 2011 21:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://plugins.trendwerk.nl/?p=244#comment-71</guid>
		<description>Hi, 

Sorry to ask such a basic question, but i tried out you FAQ You plugin on my website, but i didn&#039;t find a way to list all FAQ questions on a page / post.
Could you help me?
Tnx!</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Sorry to ask such a basic question, but i tried out you FAQ You plugin on my website, but i didn&#8217;t find a way to list all FAQ questions on a page / post.<br />
Could you help me?<br />
Tnx!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

