<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BuddyPress.org | NoahY | Activity</title>
	<link>https://buddypress.org/members/noahy/activity/</link>
	<atom:link href="https://buddypress.org/members/noahy/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for NoahY.</description>
	<lastBuildDate>Wed, 08 Apr 2026 15:16:28 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">3b4c508c68189e6e9e8a19b87d7748b8</guid>
				<title>NoahY posted on the forum topic Adding the admin bar to a php file. in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/adding-the-admin-bar-to-a-php-file/#post-103554</link>
				<pubDate>Sun, 10 Jul 2011 15:57:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>In case anyone googles here, the article posted by r-a-y works for different subdomains, but needs a bit of tweaking, based on this post:  </p>
<p><a href="http://roneiv.wordpress.com/2008/01/18/get-the-content-of-an-iframe-in-javascript-crossbrowser-solution-for-both-ie-and-firefox/" rel="nofollow ugc">http://roneiv.wordpress.com/2008/01/18/get-the-content-of-an-iframe-in-javascript-crossbrowser-solution-for-both-ie-and-firefox/</a> [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cb011c97d925074231e6d44021f853c2</guid>
				<title>NoahY started the forum topic Adding friendship link to activity feed in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/adding-friendship-link-to-activity-feed/</link>
				<pubDate>Sun, 10 Jul 2011 05:05:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>I have managed to add the friendship link to each activity post that is friendable.  I wasn&#8217;t able to do this with a custom theme, since I wanted it in the activity header (beside the &#8220;View&#8221; link), and so I had to hard code [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c7306288c8ecbc1a231c217df08aed27</guid>
				<title>NoahY posted a new activity comment</title>
				<link>https://buddypress.org/updates/p/161519/#acomment-161604</link>
				<pubDate>Sat, 02 Jul 2011 14:14:26 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hmpf!  Try to be helpful and this is what you get 😉</p>
				<strong>In reply to</strong> -
				<a href="https://buddypress.org/members/hnla/" rel="nofollow ugc">Hugo Ashmore</a> posted an update <a href="http://buddypress.org/community/members/NoahY/" rel="nofollow ugc">@NoahY</a> Do you reckon you&#8217;ve found all the posts that relate to reCaptcha then 🙂 😉			]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f08aa4b667066ddd4a082c4a95786523</guid>
				<title>NoahY posted on the forum topic simple reCaptcha for Buddypress /register page in the group Third Party Components &#038; Plugins</title>
				<link>http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/simple-recaptcha-for-buddypress-register-page/#post-102808</link>
				<pubDate>Fri, 01 Jul 2011 16:20:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>I also use BWP-recaptcha for my other blogs on the network, so I can access the pub and priv keys from there, like so:</p>
<p>global $bwp_capt;<br />
$publickey = $bwp_capt-&gt;options;</p>
<p>and</p>
<p>global $bwp_capt;<br />
$private_key = $bwp_capt-&gt;options;</p>
<p>That way the keys are kept in one place.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2737a2b63d985ce0d1d3eac11588f491</guid>
				<title>NoahY posted on the forum topic simple reCaptcha for Buddypress /register page in the group Third Party Components &#038; Plugins</title>
				<link>http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/simple-recaptcha-for-buddypress-register-page/#post-102807</link>
				<pubDate>Fri, 01 Jul 2011 16:11:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>The only problem I have with this is in Firefox I need to add css to put the div in the right place:</p>
<p>#recaptcha_widget_div {<br />
        clear:both;<br />
}</p>
<p>does the trick.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ee4146c4466072de321e4af66a344941</guid>
				<title>NoahY posted on the forum topic fyi: WP-reCAPTCHA works fine with BuddyPress in the group Third Party Components &#038; Plugins</title>
				<link>http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/fyi-wp-recaptcha-works-fine-with-buddypress/?topic_page=4#post-10280</link>
				<pubDate>Fri, 01 Jul 2011 16:00:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>This code is working on my multi-site install:</p>
<p><a href="http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/simple-recaptcha-for-buddypress-register-page/" rel="nofollow ugc">http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/simple-recaptcha-for-buddypress-register-page/</a></p>
<p>Hopefully I&#8217;m not missing anything&#8230;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e3ad53b64af0bf2fbe4f02a2695f1ffe</guid>
				<title>NoahY posted on the forum topic buddypress with si captcha  and/or ReCaptcha in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-with-si-captcha-andor-recaptcha/#post-102805</link>
				<pubDate>Fri, 01 Jul 2011 15:58:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>You could try this simple code:</p>
<p><a href="http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/simple-recaptcha-for-buddypress-register-page/" rel="nofollow ugc">http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/simple-recaptcha-for-buddypress-register-page/</a></p>
<p>Let me know if it works.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0f786c6fdf6a9a0da3242d0ce7f9b4dc</guid>
				<title>NoahY posted on the forum topic I want to use recaptcha in my buddypress site in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/i-want-to-use-recaptcha-in-my-buddypress-site/#post-102803</link>
				<pubDate>Fri, 01 Jul 2011 15:45:18 +0000</pubDate>

									<content:encoded><![CDATA[<p>Try this script:</p>
<p><a href="http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/simple-recaptcha-for-buddypress-register-page/" rel="nofollow ugc">http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/simple-recaptcha-for-buddypress-register-page/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7c7c71d666e5e3063604ba478149147c</guid>
				<title>NoahY joined the group Creating &#038; Extending</title>
				<link>https://buddypress.org/updates/p/161504/</link>
				<pubDate>Fri, 01 Jul 2011 15:45:17 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">655aaffb9724dce75e7c1e5accf5ebee</guid>
				<title>NoahY posted on the forum topic reCAPTCHA for registration in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/recaptcha-for-registration/#post-102802</link>
				<pubDate>Fri, 01 Jul 2011 15:45:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>If you want a simple reCaptcha script, try this one:</p>
<p><a href="http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/simple-recaptcha-for-buddypress-register-page/" rel="nofollow ugc">http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/simple-recaptcha-for-buddypress-register-page/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6ad57993e45124168c4c76e9e2ecf590</guid>
				<title>NoahY posted on the forum topic reCaptcha + Buddypress in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/recaptcha-buddypress/#post-102801</link>
				<pubDate>Fri, 01 Jul 2011 15:44:12 +0000</pubDate>

									<content:encoded><![CDATA[<p>Try this script:</p>
<p><a href="http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/simple-recaptcha-for-buddypress-register-page/" rel="nofollow ugc">http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/simple-recaptcha-for-buddypress-register-page/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">653e90273031188fa31692f86afc5169</guid>
				<title>NoahY joined the group How-To and Troubleshooting</title>
				<link>https://buddypress.org/updates/p/161501/</link>
				<pubDate>Fri, 01 Jul 2011 15:44:11 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d011e2ba78d5d4e8ce45f082e8491a2e</guid>
				<title>NoahY started the forum topic simple reCaptcha for Buddypress /register page in the group Third Party Components &#038; Plugins</title>
				<link>http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/simple-recaptcha-for-buddypress-register-page/</link>
				<pubDate>Fri, 01 Jul 2011 15:38:44 +0000</pubDate>

									<content:encoded><![CDATA[<p>After some fiddling, copying, more fiddling, I think I&#8217;ve got a working reCaptcha code. As it is, you just put this code in your theme&#8217;s functions.php file (I just made a child theme of the bp-default), edit the code to add a link to the recaptchalib.php file (get it here: <a href="http://code.google.com/p/recaptcha/downloads/list?q=label:phplib-Latest" rel="nofollow ugc">http://code.google.com/p/recaptcha/downloads/list?q=label:phplib-Latest</a> )&hellip;<span class="activity-read-more" id="activity-read-more-161499"><a href="http://buddypress.org/community/groups/third-party-components-plugins/forum/topic/simple-recaptcha-for-buddypress-register-page/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8ae3cc6eebc41ac607f0adfe22db4c94</guid>
				<title>NoahY joined the group Third Party Components &#038; Plugins</title>
				<link>https://buddypress.org/updates/p/161498/</link>
				<pubDate>Fri, 01 Jul 2011 15:38:43 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>