<?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 on: Wordpress Multi-Widget</title>
	<atom:link href="http://blog.firetree.net/2008/11/30/wordpress-multi-widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.firetree.net/2008/11/30/wordpress-multi-widget/</link>
	<description>Sharing useful things with the world.</description>
	<lastBuildDate>Fri, 21 Jan 2011 09:51:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: alex</title>
		<link>http://blog.firetree.net/2008/11/30/wordpress-multi-widget/comment-page-1/#comment-25361</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 25 Feb 2010 23:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.firetree.net/?p=110#comment-25361</guid>
		<description>&lt;p&gt;I notice that they&#039;ve incorporated it into Wordpress without attribution. Sigh.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I notice that they&#8217;ve incorporated it into Wordpress without attribution. Sigh.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bforchhammer</title>
		<link>http://blog.firetree.net/2008/11/30/wordpress-multi-widget/comment-page-1/#comment-25098</link>
		<dc:creator>bforchhammer</dc:creator>
		<pubDate>Tue, 31 Mar 2009 12:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.firetree.net/?p=110#comment-25098</guid>
		<description>&lt;p&gt;For reference... this has found its way into the wordpress core for 2.8! (see trac ticket: http://core.trac.wordpress.org/ticket/8441)&lt;/p&gt;

&lt;p&gt;Congrats!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>For reference&#8230; this has found its way into the wordpress core for 2.8! (see trac ticket: <a href="http://core.trac.wordpress.org/ticket/8441)" rel="nofollow">http://core.trac.wordpress.org/ticket/8441)</a></p>

<p>Congrats!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: John Kemp</title>
		<link>http://blog.firetree.net/2008/11/30/wordpress-multi-widget/comment-page-1/#comment-25088</link>
		<dc:creator>John Kemp</dc:creator>
		<pubDate>Wed, 18 Mar 2009 17:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.firetree.net/?p=110#comment-25088</guid>
		<description>&lt;p&gt;Alex,&lt;/p&gt;

&lt;p&gt;Thanks for the work you&#039;ve done encapsulating this functionality. I&#039;ve been playing with this and I think I&#039;m just about there. However, I&#039;m getting a 500 internal error, believing the cause to be that wp or php can&#039;t find the MultiWidget class. Where is the multiwidget.php file supposed to go? I currently have it in the includes folder.&lt;/p&gt;

&lt;p&gt;Thanks for any insight you can provide.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Alex,</p>

<p>Thanks for the work you&#8217;ve done encapsulating this functionality. I&#8217;ve been playing with this and I think I&#8217;m just about there. However, I&#8217;m getting a 500 internal error, believing the cause to be that wp or php can&#8217;t find the MultiWidget class. Where is the multiwidget.php file supposed to go? I currently have it in the includes folder.</p>

<p>Thanks for any insight you can provide.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: zerone</title>
		<link>http://blog.firetree.net/2008/11/30/wordpress-multi-widget/comment-page-1/#comment-25086</link>
		<dc:creator>zerone</dc:creator>
		<pubDate>Sun, 15 Mar 2009 01:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.firetree.net/?p=110#comment-25086</guid>
		<description>&lt;p&gt;Christian not just what alex has mentioned, also make sure you set you FTP client to binary mode as a measure.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Christian not just what alex has mentioned, also make sure you set you FTP client to binary mode as a measure.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://blog.firetree.net/2008/11/30/wordpress-multi-widget/comment-page-1/#comment-25024</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 04 Feb 2009 16:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.firetree.net/?p=110#comment-25024</guid>
		<description>&lt;p&gt;Christian - you have probably got stray whitespace outside of your &lt;code&gt;&lt;?php&lt;/code&gt; and &lt;code&gt;?&gt;&lt;/code&gt; tags. They must be at the very start and the very end of each file.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Christian &#8211; you have probably got stray whitespace outside of your <code>&lt;?php</code> and <code>?></code> tags. They must be at the very start and the very end of each file.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://blog.firetree.net/2008/11/30/wordpress-multi-widget/comment-page-1/#comment-24992</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Wed, 14 Jan 2009 14:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.firetree.net/?p=110#comment-24992</guid>
		<description>&lt;p&gt;Thanks for the script! I implemented my extended pages widget in multi in 5 minutes and it works very well.
The only problem I found is a

&lt;pre&gt;PHP Warning:  Cannot modify header information -headers already sent by
(output started at wp-content/plugins/multi-pages-extended/multi_pages_extended.php:515)
in wp-includes/pluggable.php on line 850&lt;/pre&gt;

On the row 515 I simply declare: &lt;pre&gt;$pages_extended_multi = new PagesExtendedWidget();&lt;/pre&gt; and as I am not a PHP expert, I don&#039;t understand the problem&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the script! I implemented my extended pages widget in multi in 5 minutes and it works very well.
The only problem I found is a

<pre>PHP Warning:  Cannot modify header information -headers already sent by
(output started at wp-content/plugins/multi-pages-extended/multi_pages_extended.php:515)
in wp-includes/pluggable.php on line 850</pre>

On the row 515 I simply declare: <pre>$pages_extended_multi = new PagesExtendedWidget();</pre> and as I am not a PHP expert, I don&#8217;t understand the problem</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://blog.firetree.net/2008/11/30/wordpress-multi-widget/comment-page-1/#comment-24983</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 08 Jan 2009 14:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.firetree.net/?p=110#comment-24983</guid>
		<description>&lt;p&gt;Big time saver - thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Big time saver &#8211; thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Cole</title>
		<link>http://blog.firetree.net/2008/11/30/wordpress-multi-widget/comment-page-1/#comment-24976</link>
		<dc:creator>Dan Cole</dc:creator>
		<pubDate>Sun, 04 Jan 2009 00:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.firetree.net/?p=110#comment-24976</guid>
		<description>&lt;p&gt;This script creates a wrong data type error in some cases, due to the second argument in: &lt;code&gt;if( !in_array( $this-&gt;id_base.&#039;-&#039;.$number, $_POST[&#039;widget-id&#039;] ) )&lt;/code&gt;
 , which is within the control_callback function. This happens when removing a multi-widget in WordPress 2.7. &lt;/p&gt;

&lt;p&gt;I&#039;m not sure if &lt;code&gt;$_POST[&#039;widget-id&#039;]&lt;/code&gt; would ever be an array. I patched my copy by adding &lt;code&gt;(array)&lt;/code&gt; before &lt;code&gt;$_POST[&#039;widget-id&#039;]&lt;/code&gt; to force it to be an array. &lt;/p&gt;

&lt;p&gt;Anyway, thanks for the script... it does make multi-widget creating easier.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This script creates a wrong data type error in some cases, due to the second argument in: <code>if( !in_array( $this-&gt;id_base.'-'.$number, $_POST['widget-id'] ) )</code>
 , which is within the control_callback function. This happens when removing a multi-widget in WordPress 2.7. </p>

<p>I&#8217;m not sure if <code>$_POST['widget-id']</code> would ever be an array. I patched my copy by adding <code>(array)</code> before <code>$_POST['widget-id']</code> to force it to be an array. </p>

<p>Anyway, thanks for the script&#8230; it does make multi-widget creating easier.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: inportb</title>
		<link>http://blog.firetree.net/2008/11/30/wordpress-multi-widget/comment-page-1/#comment-24954</link>
		<dc:creator>inportb</dc:creator>
		<pubDate>Mon, 15 Dec 2008 04:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.firetree.net/?p=110#comment-24954</guid>
		<description>&lt;p&gt;Oh man... that is one elegant solution. Thank you so much for sharing your work! It has saved me a bunch of time.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oh man&#8230; that is one elegant solution. Thank you so much for sharing your work! It has saved me a bunch of time.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bforchhammer</title>
		<link>http://blog.firetree.net/2008/11/30/wordpress-multi-widget/comment-page-1/#comment-24947</link>
		<dc:creator>bforchhammer</dc:creator>
		<pubDate>Fri, 12 Dec 2008 09:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.firetree.net/?p=110#comment-24947</guid>
		<description>&lt;p&gt;Thanks very much for this class. I&#039;ve refactored our Author Avatars Plugin to use this class, it works very nicely and makes creating multi-widgets so much easier... &lt;/p&gt;

&lt;p&gt;I overwrote one method (get_field_id) to clean up the id used on my the html form elements and remove any invalid characters (see http://ec3.pastebin.com/f566bdda2). Maybe that&#039;s something that you&#039;d want to add to your base class...?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks very much for this class. I&#8217;ve refactored our Author Avatars Plugin to use this class, it works very nicely and makes creating multi-widgets so much easier&#8230; </p>

<p>I overwrote one method (get_field_id) to clean up the id used on my the html form elements and remove any invalid characters (see <a href="http://ec3.pastebin.com/f566bdda2)" rel="nofollow">http://ec3.pastebin.com/f566bdda2)</a>. Maybe that&#8217;s something that you&#8217;d want to add to your base class&#8230;?</p>]]></content:encoded>
	</item>
</channel>
</rss>

