<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>bbPress Plugin Browser &#187; Topic: PollDaddy for bbPress</title>
		<link>http://bbpress.org/plugins/topic/polldaddy-for-bbpress/</link>
		<description>bbPress Plugin Browser &#187; Topic: PollDaddy for bbPress</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 06:34:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/topic/polldaddy-for-bbpress" rel="self" type="application/rss+xml" />

		<item>
			<title>ashishmohta on "PollDaddy for bbPress"</title>
			<link>http://bbpress.org/plugins/topic/polldaddy-for-bbpress/#post-4972</link>
			<pubDate>Mon, 23 Nov 2009 17:29:52 +0000</pubDate>
			<dc:creator>ashishmohta</dc:creator>
			<guid isPermaLink="false">4972@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Doesnt work for 1.0.2
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu on "PollDaddy for bbPress"</title>
			<link>http://bbpress.org/plugins/topic/polldaddy-for-bbpress/#post-3923</link>
			<pubDate>Thu, 09 Jul 2009 23:14:57 +0000</pubDate>
			<dc:creator>Ipstenu</dc:creator>
			<guid isPermaLink="false">3923@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>PollDaddy makes it so you can't use the recount tools on 1.0.1
</p>]]></description>
					</item>
		<item>
			<title>musnake on "PollDaddy for bbPress"</title>
			<link>http://bbpress.org/plugins/topic/polldaddy-for-bbpress/#post-2095</link>
			<pubDate>Wed, 22 Oct 2008 15:35:50 +0000</pubDate>
			<dc:creator>musnake</dc:creator>
			<guid isPermaLink="false">2095@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>This works great in WP2.6.2 + bbPress 1.0a2.</p>
<p>I hadn't even heard of polldaddy!<br />
Thanks.
</p>]]></description>
					</item>
		<item>
			<title>HowToGeek on "PollDaddy for bbPress"</title>
			<link>http://bbpress.org/plugins/topic/polldaddy-for-bbpress/#post-2059</link>
			<pubDate>Tue, 14 Oct 2008 22:52:41 +0000</pubDate>
			<dc:creator>HowToGeek</dc:creator>
			<guid isPermaLink="false">2059@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I managed to get it to work under 0.8.3.1 by changing this function as follows:</p>
<pre><code>function bb_polldaddy_preg($post_text, $post_id)
{
	global $bb_polldaddy_options;
    global $bb_current_user;

	$callback = &#39;bb_polldaddy_get_poll_script_callback&#39;;

	if ($bb_polldaddy_options[&#39;first_only&#39;] &#38;&#38; !bb_is_first($post_id)) {
		$callback = &#39;bb_polldaddy_first_only_error_handler&#39;;
	}

	if (!$user_id = get_post_author_id($post_id)) {
		$callback = &#39;bb_polldaddy_permission_error_handler&#39;;
	}

	if ($bb_polldaddy_options[&#39;permission&#39;] &#38;&#38; !$bb_current_user-&#62;has_cap($bb_polldaddy_options[&#39;permission&#39;])) {
		$callback = &#39;bb_polldaddy_permission_error_handler&#39;;
	}

	$post_text = preg_replace_callback(&#39;@\[polldaddy poll=(?:&#34;&#124;\&#39;)?([0-9]+)(?:&#34;&#124;\&#39;)?\]@&#39;, $callback, $post_text);
	return $post_text;
}</code></pre>
<p>I also added this function to the plugin, since my bbPress version doesn't have it:<br />
<pre><code>if ( !function_exists( &#39;checked&#39; ) ) :
  function checked( $checked, $current) {
      if ( $checked == $current)
          echo &#39; checked=&#34;checked&#34;&#39;;
  }
  endif;</code></pre>
<p>Works well after I made those changes. (I can't upgrade to 0.9 yet because of the wordpress/mediawiki integration)
</p>]]></description>
					</item>
		<item>
			<title>gimperdaniel on "PollDaddy for bbPress"</title>
			<link>http://bbpress.org/plugins/topic/polldaddy-for-bbpress/#post-2012</link>
			<pubDate>Thu, 02 Oct 2008 03:46:31 +0000</pubDate>
			<dc:creator>gimperdaniel</dc:creator>
			<guid isPermaLink="false">2012@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>so i dont get that previous error anymore but I get this one now..</p>
<p>Class 'WP_User' not found in...polldaddy-for-bbpress.php</p>
<p>I have a custom theme, I don't know if that has anything to do with the error and I also have bbpress and wordpres working together.
</p>]]></description>
					</item>
		<item>
			<title>gimperdaniel on "PollDaddy for bbPress"</title>
			<link>http://bbpress.org/plugins/topic/polldaddy-for-bbpress/#post-2002</link>
			<pubDate>Sat, 27 Sep 2008 01:39:22 +0000</pubDate>
			<dc:creator>gimperdaniel</dc:creator>
			<guid isPermaLink="false">2002@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>thanks for fixing it!
</p>]]></description>
					</item>
		<item>
			<title>Sam Bauers on "PollDaddy for bbPress"</title>
			<link>http://bbpress.org/plugins/topic/polldaddy-for-bbpress/#post-1978</link>
			<pubDate>Mon, 22 Sep 2008 14:41:19 +0000</pubDate>
			<dc:creator>Sam Bauers</dc:creator>
			<guid isPermaLink="false">1978@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>@gimperdaniel</p>
<p>Should be fixed in version 1.0.3
</p>]]></description>
					</item>
		<item>
			<title>Sam Bauers on "PollDaddy for bbPress"</title>
			<link>http://bbpress.org/plugins/topic/polldaddy-for-bbpress/#post-1976</link>
			<pubDate>Mon, 22 Sep 2008 14:28:17 +0000</pubDate>
			<dc:creator>Sam Bauers</dc:creator>
			<guid isPermaLink="false">1976@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>@gimperdaniel</p>
<p>Will fix it ASAP
</p>]]></description>
					</item>
		<item>
			<title>gimperdaniel on "PollDaddy for bbPress"</title>
			<link>http://bbpress.org/plugins/topic/polldaddy-for-bbpress/#post-1969</link>
			<pubDate>Sun, 21 Sep 2008 02:46:08 +0000</pubDate>
			<dc:creator>gimperdaniel</dc:creator>
			<guid isPermaLink="false">1969@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>i get this error in the admin area...</p>
<p>Call to undefined function bb_uri() in /bbpress/my-plugins/polldaddy-for-bbpress.php on line 134
</p>]]></description>
					</item>
		<item>
			<title>Sam Bauers on "PollDaddy for bbPress"</title>
			<link>http://bbpress.org/plugins/topic/polldaddy-for-bbpress/#post-1951</link>
			<pubDate>Fri, 19 Sep 2008 03:30:44 +0000</pubDate>
			<dc:creator>Sam Bauers</dc:creator>
			<guid isPermaLink="false">1951@http://bbpress.org/plugins/</guid>
			<description><![CDATA[Adds the ability to insert PollDaddy hosted polls into posts.]]></description>
					</item>

	</channel>
</rss>

