<?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"
	>
<channel>
	<title>Comments on: WP-Polls 2.20 RC1</title>
	<atom:link href="http://lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/feed/" rel="self" type="application/rss+xml" />
	<link>http://lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/</link>
	<description>Lester Chan's WordPress Plugins Development Blog</description>
	<pubDate>Fri, 29 Aug 2008 20:00:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: GaMerZ</title>
		<link>http://lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-8931</link>
		<dc:creator>GaMerZ</dc:creator>
		<pubDate>Fri, 06 Jul 2007 04:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-8931</guid>
		<description>if I am not wrong $before_widget.$before_title.$title.$after_title all this variables are passed by your theme's widget so that it can style it</description>
		<content:encoded><![CDATA[<p>if I am not wrong $before_widget.$before_title.$title.$after_title all this variables are passed by your theme&#8217;s widget so that it can style it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveegg</title>
		<link>http://lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-8922</link>
		<dc:creator>steveegg</dc:creator>
		<pubDate>Fri, 06 Jul 2007 01:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-8922</guid>
		<description>Ray,

You could hack the WP-Polls Widget plugin and replace this line:

&lt;i&gt;			echo $before_widget.$before_title.$title.$after_title;&lt;/i&gt;

with:

&lt;i&gt;			echo $before_widget.$before_title.'&#60;img src="(the path to your image)" /&#62;'.$after_title;&lt;/i&gt;

I do not know how to pass the $title to the img tag as the alt attribute.</description>
		<content:encoded><![CDATA[<p>Ray,</p>
<p>You could hack the WP-Polls Widget plugin and replace this line:</p>
<p><i>			echo $before_widget.$before_title.$title.$after_title;</i></p>
<p>with:</p>
<p><i>			echo $before_widget.$before_title.&#8217;&lt;img src=&#8221;(the path to your image)&#8221; /&gt;&#8217;.$after_title;</i></p>
<p>I do not know how to pass the $title to the img tag as the alt attribute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GaMerZ</title>
		<link>http://lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-8330</link>
		<dc:creator>GaMerZ</dc:creator>
		<pubDate>Wed, 20 Jun 2007 20:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-8330</guid>
		<description>yeap, widget makes thing simpler but also provides you lesser control.</description>
		<content:encoded><![CDATA[<p>yeap, widget makes thing simpler but also provides you lesser control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-8323</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Wed, 20 Jun 2007 18:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-8323</guid>
		<description>So would I need to disable widgets and install the poll in my sidebar as a stylesheet/HTML element and change the header there??</description>
		<content:encoded><![CDATA[<p>So would I need to disable widgets and install the poll in my sidebar as a stylesheet/HTML element and change the header there??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GaMerZ</title>
		<link>http://lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-8313</link>
		<dc:creator>GaMerZ</dc:creator>
		<pubDate>Wed, 20 Jun 2007 16:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-8313</guid>
		<description>I don't think it is possible since you are using widgets.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think it is possible since you are using widgets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-8310</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Wed, 20 Jun 2007 15:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-8310</guid>
		<description>Gamerz,

Excellent ... thank you very much.

Here's another quick question:

Where would I go within your polls program to change the header of the poll to a graphic? Instead of simply having "The Daily Poll" written at the top through the pol widget, I would like to make a graphic that could substitute as the header for the poll.

Any ideas?

Thank you for your continued brilliance!!!!!

Sincerely,
Ray
www.therecshow.com</description>
		<content:encoded><![CDATA[<p>Gamerz,</p>
<p>Excellent &#8230; thank you very much.</p>
<p>Here&#8217;s another quick question:</p>
<p>Where would I go within your polls program to change the header of the poll to a graphic? Instead of simply having &#8220;The Daily Poll&#8221; written at the top through the pol widget, I would like to make a graphic that could substitute as the header for the poll.</p>
<p>Any ideas?</p>
<p>Thank you for your continued brilliance!!!!!</p>
<p>Sincerely,<br />
Ray<br />
<a href="http://www.therecshow.com" rel="nofollow">http://www.therecshow.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GaMerZ</title>
		<link>http://lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-8295</link>
		<dc:creator>GaMerZ</dc:creator>
		<pubDate>Wed, 20 Jun 2007 05:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-8295</guid>
		<description>Ray:
Yes to both question from your first comment, WP-Polls allows multiple polls at any time since the creation of this poll.

You can check out polls-css.css or WP-Admin -&gt; Polls -&gt; Poll Templates</description>
		<content:encoded><![CDATA[<p>Ray:<br />
Yes to both question from your first comment, WP-Polls allows multiple polls at any time since the creation of this poll.</p>
<p>You can check out polls-css.css or WP-Admin -> Polls -> Poll Templates</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-8278</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Tue, 19 Jun 2007 22:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-8278</guid>
		<description>Gamerz,

Also curious about where in the code for the plugin that I can find the style information.

For instance, I would like to float the question to the left, rather than being centered. I would also like to change the type face to regular instead of bold.</description>
		<content:encoded><![CDATA[<p>Gamerz,</p>
<p>Also curious about where in the code for the plugin that I can find the style information.</p>
<p>For instance, I would like to float the question to the left, rather than being centered. I would also like to change the type face to regular instead of bold.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-8277</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Tue, 19 Jun 2007 22:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-8277</guid>
		<description>Gamerz,

Does this update allow for multiple running polls? 

For instance, can each day's blog entry be a new poll, with the previous day's polls still running as well?

Thanks for everything!!!!</description>
		<content:encoded><![CDATA[<p>Gamerz,</p>
<p>Does this update allow for multiple running polls? </p>
<p>For instance, can each day&#8217;s blog entry be a new poll, with the previous day&#8217;s polls still running as well?</p>
<p>Thanks for everything!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cbgreenwood</title>
		<link>http://lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-7874</link>
		<dc:creator>cbgreenwood</dc:creator>
		<pubDate>Mon, 11 Jun 2007 08:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-7874</guid>
		<description>Thx, works fine!</description>
		<content:encoded><![CDATA[<p>Thx, works fine!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GaMerZ</title>
		<link>http://lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-6736</link>
		<dc:creator>GaMerZ</dc:creator>
		<pubDate>Sat, 02 Jun 2007 06:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-6736</guid>
		<description>beause WP-Polls 2.20 is final:

http://downloads.wordpress.org/plugin/wp-polls.2.20.zip</description>
		<content:encoded><![CDATA[<p>beause WP-Polls 2.20 is final:</p>
<p><a href="http://downloads.wordpress.org/plugin/wp-polls.2.20.zip" rel="nofollow">http://downloads.wordpress.org/plugin/wp-polls.2.20.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cbgreenwood</title>
		<link>http://lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-6675</link>
		<dc:creator>cbgreenwood</dc:creator>
		<pubDate>Fri, 01 Jun 2007 19:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-6675</guid>
		<description>I can't download RC1, file missing ... would like to try the  multiple answer option so bad ;-)</description>
		<content:encoded><![CDATA[<p>I can&#8217;t download RC1, file missing &#8230; would like to try the  multiple answer option so bad <img src='http://lesterchan.net/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GaMerZ</title>
		<link>http://lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-6228</link>
		<dc:creator>GaMerZ</dc:creator>
		<pubDate>Sun, 27 May 2007 07:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-6228</guid>
		<description>hi glazok, unfortunately I don't, sorry about that, but thanks for the thought of donation =)</description>
		<content:encoded><![CDATA[<p>hi glazok, unfortunately I don&#8217;t, sorry about that, but thanks for the thought of donation =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: glazok</title>
		<link>http://lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-6220</link>
		<dc:creator>glazok</dc:creator>
		<pubDate>Sat, 26 May 2007 23:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-6220</guid>
		<description>WP-Polls plugin  looking very usefull, will install 2.20 RC1 right now on my blog. Thanks Lester, do You use  moneybookers to accept donation? Unfortunately PayPal not work for my country.</description>
		<content:encoded><![CDATA[<p>WP-Polls plugin  looking very usefull, will install 2.20 RC1 right now on my blog. Thanks Lester, do You use  moneybookers to accept donation? Unfortunately PayPal not work for my country.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: milko's spotLight</title>
		<link>http://lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-6072</link>
		<dc:creator>milko's spotLight</dc:creator>
		<pubDate>Sun, 20 May 2007 11:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesterchan.net/wordpress/2007/05/17/wp-polls-220-rc1/#comment-6072</guid>
		<description>&lt;strong&gt;Neue Plugin-&#220;bersetzungen im Mai...&lt;/strong&gt;

 	Ihr d&#252;rft in diesem Monat wieder neue Wordpress Plugin-&#220;bersetzungen erwarten ;). In Arbeit sind zur Zeit

WP Slimstat sowie &#124; Edit - ich habe beim Nachbrowsen der Links festgestellt, dass WP Slimstat bereits &#252;bersetzt wurde. Die dt. &#38;...</description>
		<content:encoded><![CDATA[<p><strong>Neue Plugin-&#220;bersetzungen im Mai&#8230;</strong></p>
<p> 	Ihr d&#252;rft in diesem Monat wieder neue Wordpress Plugin-&#220;bersetzungen erwarten ;). In Arbeit sind zur Zeit</p>
<p>WP Slimstat sowie | Edit - ich habe beim Nachbrowsen der Links festgestellt, dass WP Slimstat bereits &#252;bersetzt wurde. Die dt. &amp;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
