<?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; Tag: rhyswynne - Recent Posts</title>
		<link>http://bbpress.org/plugins/tags/rhyswynne</link>
		<description>bbPress Plugin Browser &#187; Tag: rhyswynne - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 04:51:07 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/tags/rhyswynne" rel="self" type="application/rss+xml" />

		<item>
			<title>erectiepillen on "Show Top Posters"</title>
			<link>http://bbpress.org/plugins/topic/show-top-posters/page/2/#post-6744</link>
			<pubDate>Fri, 03 Feb 2012 00:02:30 +0000</pubDate>
			<dc:creator>erectiepillen</dc:creator>
			<guid isPermaLink="false">6744@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>This will work fine on my forum!
</p>]]></description>
					</item>
		<item>
			<title>iPad 2 Kopen on "Show Top Posters"</title>
			<link>http://bbpress.org/plugins/topic/show-top-posters/page/2/#post-6605</link>
			<pubDate>Wed, 12 Oct 2011 15:55:34 +0000</pubDate>
			<dc:creator>iPad 2 Kopen</dc:creator>
			<guid isPermaLink="false">6605@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>thankssss!
</p>]]></description>
					</item>
		<item>
			<title>iPad 2 kopen on "Show Top Posters"</title>
			<link>http://bbpress.org/plugins/topic/show-top-posters/page/2/#post-6519</link>
			<pubDate>Mon, 23 May 2011 19:36:12 +0000</pubDate>
			<dc:creator>iPad 2 kopen</dc:creator>
			<guid isPermaLink="false">6519@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Thanks!
</p>]]></description>
					</item>
		<item>
			<title>PS Vita Games on "reCAPTCHA bbpress"</title>
			<link>http://bbpress.org/plugins/topic/recaptcha-bbpress/#post-6414</link>
			<pubDate>Wed, 16 Mar 2011 11:59:29 +0000</pubDate>
			<dc:creator>PS Vita Games</dc:creator>
			<guid isPermaLink="false">6414@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Great, i was looking for this a long time!
</p>]]></description>
					</item>
		<item>
			<title>ioloman on "Show Top Posters"</title>
			<link>http://bbpress.org/plugins/topic/show-top-posters/page/2/#post-5835</link>
			<pubDate>Mon, 17 May 2010 15:12:21 +0000</pubDate>
			<dc:creator>ioloman</dc:creator>
			<guid isPermaLink="false">5835@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Solved !
</p>]]></description>
					</item>
		<item>
			<title>ioloman on "Show Top Posters"</title>
			<link>http://bbpress.org/plugins/topic/show-top-posters/page/2/#post-5721</link>
			<pubDate>Mon, 26 Apr 2010 05:14:57 +0000</pubDate>
			<dc:creator>ioloman</dc:creator>
			<guid isPermaLink="false">5721@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>notice/ this plugin shows users login name instead of display name !! (how to force it to show display names) ?
</p>]]></description>
					</item>
		<item>
			<title>ioloman on "Show Top Posters"</title>
			<link>http://bbpress.org/plugins/topic/show-top-posters/page/2/#post-5719</link>
			<pubDate>Mon, 26 Apr 2010 01:57:46 +0000</pubDate>
			<dc:creator>ioloman</dc:creator>
			<guid isPermaLink="false">5719@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Thanks so much, wonderful plugin !! it works correctly
</p>]]></description>
					</item>
		<item>
			<title>yoyopop on "Image Resizer"</title>
			<link>http://bbpress.org/plugins/topic/image-resizer/page/2/#post-5640</link>
			<pubDate>Sat, 03 Apr 2010 16:21:23 +0000</pubDate>
			<dc:creator>yoyopop</dc:creator>
			<guid isPermaLink="false">5640@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>@cwdnow - this sounded like a great idea but editing the BBcode plugin didn't work for me. Instead I just added this line to my template css file : <code>#thread div.post img {max-width: 500px;}</code>
</p>]]></description>
					</item>
		<item>
			<title>litepanther on "reCAPTCHA bbpress"</title>
			<link>http://bbpress.org/plugins/topic/recaptcha-bbpress/#post-5602</link>
			<pubDate>Thu, 25 Mar 2010 06:29:15 +0000</pubDate>
			<dc:creator>litepanther</dc:creator>
			<guid isPermaLink="false">5602@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I found a bug at the recaptchalib.php accompanied with the download package, the problem was triggered when I create a subdomain for my forum.  It took me 1 and half day to figure out the problem, i does not found any solution in google, i tried to read and apply from the related topics from cache configuration messy, domain keys but still fails, recaptcha always tell me i'm not human ;-) , and another strange behaviour, when i try to echo the $resp-&#62;error, there is no any error displayed.  So i decide to examine the recaptchalib.php and i temporarily change $answers = explode ("\n", $response [1]); to $answers = $response; because i want to see what really is the content of the $response variable,  and what i found is a structure of a 404 document.  After digging the recaptchalib.php and comparing with other recaptcha php implementation and test the example and it works!  my doubt of my domain cache configuration is messy was reduced.  And after some testing i found the problem here it is: $response = _recaptcha_http_post (gethostbyname('api-verify.recaptcha.net'), "/verify", ....  the "gethostbyname" cause the problem and when i omit this function the recaptcha works now for my subdomain.  I download the latest update of the recaptchalib.php from recaptcha.net and i see that it was already changed to $response = _recaptcha_http_post (RECAPTCHA_VERIFY_SERVER, "/verify", .... which is define("RECAPTCHA_VERIFY_SERVER", "api-verify.recaptcha.net"); at the top.  The gethostbyname function returns the ip address and the recaptcha fails to reach this server in a subdomain, i don't know why.  I post this to help others that can have the same problem and get frustrated.  When i disable the captcha i really got some spam bot registration.  Any way the plugin is good and help others to simply attached the recaptcha implementation.
</p>]]></description>
					</item>
		<item>
			<title>Sabuntu on "reCAPTCHA bbpress"</title>
			<link>http://bbpress.org/plugins/topic/recaptcha-bbpress/#post-5465</link>
			<pubDate>Tue, 23 Feb 2010 16:08:56 +0000</pubDate>
			<dc:creator>Sabuntu</dc:creator>
			<guid isPermaLink="false">5465@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I love reCAPAPTCHA, and I really appreciate this plugin but I had small inquiry please</p>
<p>when I activated this plugin,<br />
the "prove your are human" sentience appears beside the registration form and the reCAPTCHA box appeared below the form and I like both to be displayed below the form  </p>
<p>how to fix this little issue. </p>
<p>Thanks again for your awesome effort
</p>]]></description>
					</item>
		<item>
			<title>cwdnow on "Image Resizer"</title>
			<link>http://bbpress.org/plugins/topic/image-resizer/page/2/#post-5278</link>
			<pubDate>Fri, 22 Jan 2010 16:42:04 +0000</pubDate>
			<dc:creator>cwdnow</dc:creator>
			<guid isPermaLink="false">5278@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>FYI - you can set a restriction on max image size, when using bbCode Lite, by adding style="max-width" to line 46 of BBcode-lite.php:</p>
<p><code>foreach($bbcode_lite['complex'] as $bbcode=&#62;$html){<br />
	if($bbcode!='url') {$text = preg_replace('/\['.$bbcode.'\](.+?)\[\/'.$bbcode.'\]/is','&#60;'.$html[0].' '.$html[1].'="$1" style="max-width:450px"&#62;',$text);}</code>
</p>]]></description>
					</item>
		<item>
			<title>cwdnow on "Image Resizer"</title>
			<link>http://bbpress.org/plugins/topic/image-resizer/page/2/#post-5274</link>
			<pubDate>Thu, 21 Jan 2010 19:42:58 +0000</pubDate>
			<dc:creator>cwdnow</dc:creator>
			<guid isPermaLink="false">5274@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Could not get this to work in 1.0.1. Maybe a conflict with another plugin?
</p>]]></description>
					</item>
		<item>
			<title>A1ex on "reCAPTCHA bbpress"</title>
			<link>http://bbpress.org/plugins/topic/recaptcha-bbpress/#post-5181</link>
			<pubDate>Fri, 08 Jan 2010 10:50:57 +0000</pubDate>
			<dc:creator>A1ex</dc:creator>
			<guid isPermaLink="false">5181@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>IMHO it's one of the best CAPTCHA
</p>]]></description>
					</item>
		<item>
			<title>Justin on "Image Resizer"</title>
			<link>http://bbpress.org/plugins/topic/image-resizer/page/2/#post-4777</link>
			<pubDate>Mon, 19 Oct 2009 09:29:19 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">4777@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>This is such a great plugin to have after allowing people to post images in my forum.  It's working just fine for me with bbPress 1.0.2.
</p>]]></description>
					</item>
		<item>
			<title>DavyB on "reCAPTCHA bbpress"</title>
			<link>http://bbpress.org/plugins/topic/recaptcha-bbpress/#post-4547</link>
			<pubDate>Sun, 13 Sep 2009 06:50:35 +0000</pubDate>
			<dc:creator>DavyB</dc:creator>
			<guid isPermaLink="false">4547@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>the wp register_plus plugin does have a recaptcha option which I use.
</p>]]></description>
					</item>
		<item>
			<title>Rhys Wynne on "reCAPTCHA bbpress"</title>
			<link>http://bbpress.org/plugins/topic/recaptcha-bbpress/#post-4371</link>
			<pubDate>Tue, 18 Aug 2009 22:15:45 +0000</pubDate>
			<dc:creator>Rhys Wynne</dc:creator>
			<guid isPermaLink="false">4371@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Thanks DavyB, sorry for the delay, fixed the issues now (hopefully!). You get so excited releasing these plugins you forget to update the text!</p>
<p>Yes glad it works in 1.0.2. I know custom templates not quite upto the 1.0 standard have trouble with it. Likewise with a number of my plugins. I'm working on testing all my plugins with 1.0.2. </p>
<p>Thanks for the kind words again. :) Not entirely sure how it syncs, but can't you use a reCAPTCHA plugin for the WordPress side of things?
</p>]]></description>
					</item>
		<item>
			<title>DavyB on "reCAPTCHA bbpress"</title>
			<link>http://bbpress.org/plugins/topic/recaptcha-bbpress/#post-4303</link>
			<pubDate>Sat, 15 Aug 2009 16:57:35 +0000</pubDate>
			<dc:creator>DavyB</dc:creator>
			<guid isPermaLink="false">4303@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Rhys,</p>
<p>The Installation instructions say bb-plugins, - that's for core plugins. I put it in my-plugins. I'm using 1.0.2 and its working fine</p>
<p>Also the Other notes refer to a thread on one of your other plugins. And the Changelog notes refer to version 0.1 of 2009-7-13</p>
<p>Its working great and helping to deter people from registering without putting more details in. I really want my users to register on the WordPress side of my site where I use register plus and can ask more details about their membership of the organisation, Phone no.s, Instant Messaging IDs, etc. Make their First_Name Last_Name required etc.
</p>]]></description>
					</item>
		<item>
			<title>Marius- on "Image Resizer"</title>
			<link>http://bbpress.org/plugins/topic/image-resizer/page/2/#post-4268</link>
			<pubDate>Wed, 12 Aug 2009 15:41:10 +0000</pubDate>
			<dc:creator>Marius-</dc:creator>
			<guid isPermaLink="false">4268@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>It doesn't work with my new BBPRess 1.02 installation.<br />
It installs perfectly and appear in the plugins. But nothing happens to the images in my forum.
</p>]]></description>
					</item>
		<item>
			<title>Rhys Wynne on "reCAPTCHA bbpress"</title>
			<link>http://bbpress.org/plugins/topic/recaptcha-bbpress/#post-4253</link>
			<pubDate>Mon, 10 Aug 2009 06:44:18 +0000</pubDate>
			<dc:creator>Rhys Wynne</dc:creator>
			<guid isPermaLink="false">4253@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Added :)
</p>]]></description>
					</item>
		<item>
			<title>sa05admin on "reCAPTCHA bbpress"</title>
			<link>http://bbpress.org/plugins/topic/recaptcha-bbpress/#post-4247</link>
			<pubDate>Sun, 09 Aug 2009 18:34:48 +0000</pubDate>
			<dc:creator>sa05admin</dc:creator>
			<guid isPermaLink="false">4247@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Most plugins say requires bbPress &#60;version_no&#62; tested with or compatible up to &#60;version&#62;, yours does not.
</p>]]></description>
					</item>

	</channel>
</rss>

