<?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 | leewells | Activity</title>
	<link>https://buddypress.org/members/leewells/activity/</link>
	<atom:link href="https://buddypress.org/members/leewells/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for leewells.</description>
	<lastBuildDate>Thu, 09 Apr 2026 05:37:49 +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">563b5db7408845cb9f87bb32b7874da9</guid>
				<title>Mike W replied to the topic BP 2.8.0 Update Broke Profiles in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/bp-2-8-0-update-broke-profiles/#post-263923</link>
				<pubDate>Sat, 18 Feb 2017 19:36:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks Shane! I&#8217;ll give this a shot when I get back to home this evening and let you guys know how it works out.  I&#8217;m afraid the little profile I made doesn&#8217;t do any sorts of compares, it just lets me know if it is loaded before or after certain other hooks like init, the_content and such.. I&#8217;ll have to reopen that and add bp_load and get a better&hellip;<span class="activity-read-more" id="activity-read-more-723403"><a href="https://buddypress.org/support/topic/bp-2-8-0-update-broke-profiles/#post-263923" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0ff51a274ee24ee44b41293718db9b3e</guid>
				<title>Mike W replied to the topic BP 2.8.0 Update Broke Profiles in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/bp-2-8-0-update-broke-profiles/#post-263907</link>
				<pubDate>Sat, 18 Feb 2017 05:07:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>Nope.  The hook does work, because profiler says the function is called later now, but the function still doesn&#8217;t seem to exist and throws the undefined function exception.</p>
<p>Also, other plugins do as well including gears which is used by theme authors such as myself for allowing users to easily add elements to a website from buddypress.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7a812f99d6ecb54bc0330b573a4deac9</guid>
				<title>Mike W replied to the topic BP 2.8.0 Update Broke Profiles in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/bp-2-8-0-update-broke-profiles/#post-263893</link>
				<pubDate>Fri, 17 Feb 2017 21:33:29 +0000</pubDate>

									<content:encoded><![CDATA[<p>This is what I have (I shorted the above code as an example of how to hook into bp_ready)</p>
<p><code>	function executeSteamID()<br />
		{<br />
		$steam64id 		= xprofile_get_field_data(&#039;Steam64 ID&#039;, get_current_user_id());<br />
		$steamUser 		= xprofile_get_field_data(&#039;Steam User&#039;, get_current_user_id());<br />
		$steamCache 	= xprofile_get_field_data(&#039;Steam Cache&#039;,&hellip;</code><span class="activity-read-more" id="activity-read-more-722564"><a href="https://buddypress.org/support/topic/bp-2-8-0-update-broke-profiles/#post-263893" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">48543ee9de121196edbe3b3eb873c692</guid>
				<title>Mike W replied to the topic BP 2.8.0 Update Broke Profiles in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/bp-2-8-0-update-broke-profiles/#post-263891</link>
				<pubDate>Fri, 17 Feb 2017 20:48:49 +0000</pubDate>

									<content:encoded><![CDATA[<p>So&#8230; make sure this is right&#8230;</p>
<p><code>function doProfileStuff()<br />
  {<br />
  echo xprofile_get_field_data(&#039;stuff&#039;);<br />
  }</p>
<p>add_action(&#039;bp_ready&#039;, &#039;doProfileStuff&#039;);</code></p>
<p>I guess the question is &#8220;how&#8221; to hook into it or do you use bpready directly in place of add_action ?</p>
<p>May I ask for an example.. If I see how it is used, I can run with that being as there&hellip;<span class="activity-read-more" id="activity-read-more-722529"><a href="https://buddypress.org/support/topic/bp-2-8-0-update-broke-profiles/#post-263891" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8ed3a262b666fc7cc295983af6569e46</guid>
				<title>Mike W replied to the topic Can&#039;t display user profile fields in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/cant-display-user-profile-fields/#post-263888</link>
				<pubDate>Fri, 17 Feb 2017 20:15:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>xprofile_get_field_data() throws undefined function for me.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">94d5e289fda4e8298cf4ce0b4095c7e7</guid>
				<title>Mike W replied to the topic BP 2.8.0 Update Broke Profiles in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/bp-2-8-0-update-broke-profiles/#post-263887</link>
				<pubDate>Fri, 17 Feb 2017 20:10:33 +0000</pubDate>

									<content:encoded><![CDATA[<p>Actually, that brings me to another issue it seems&#8230;</p>
<p><code>Call to undefined function xprofile_get_field_data()</code></p>
<p>Did that function change?  I&#8217;m currently using it on a steam community website to pull steam ID&#8217;s so I can poll steam and display a stream widget on the user&#8217;s profile page.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">33ecb9a40a0eee45f8985f16e660f13b</guid>
				<title>Mike W replied to the topic BP 2.8.0 Update Broke Profiles in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/bp-2-8-0-update-broke-profiles/#post-263886</link>
				<pubDate>Fri, 17 Feb 2017 20:00:39 +0000</pubDate>

									<content:encoded><![CDATA[<blockquote><p>please read this:</p></blockquote>
<p>If you wanted to be superman for a day all you had to do was ask! 🙂  Thanks danbp!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c34dcc97bc76893f9355731e0ba9935b</guid>
				<title>Mike W started the topic BP 2.8.0 Update Broke Profiles in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/bp-2-8-0-update-broke-profiles/</link>
				<pubDate>Fri, 17 Feb 2017 19:43:30 +0000</pubDate>

									<content:encoded><![CDATA[<blockquote><p>Sorry, you are not allowed to access this page.</p></blockquote>
<p>Is now thrown when the admin tries to edit any xprofile field.</p>
<p>I&#8217;ve taken the following steps:</p>
<p>1) Disabled theme<br />
2) Disabled all plugins</p>
<p>The problem persisted which likely means there was an oops in the release.</p>
<p>If it helps the site is multisite (just in case it can&#8217;t be replicated on a single-site)</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3131429ecc92eb89acd675cbde754668</guid>
				<title>Mike W started the forum topic Feedback in the group WPMU Super CAPTCHA</title>
				<link>http://buddypress.org/community/groups/super-capcha/forum/topic/feedback/</link>
				<pubDate>Sat, 24 Dec 2011 23:35:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>Got something on your mind about Super CAPTCHA? Let us know!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c6c3064453f4f5949059129f2ece91c4</guid>
				<title>Mike W reviewed the plugin WPMU Super CAPTCHA</title>
				<link>https://buddypress.org/updates/p/190510/</link>
				<pubDate>Fri, 23 Dec 2011 04:02:12 +0000</pubDate>

									<content:encoded><![CDATA[<p><span><span><img loading="lazy" src="http://buddypress.org/wp-content/themes/bp.org/_inc/images/star.png" alt="1 stars" /><img loading="lazy" src="http://buddypress.org/wp-content/themes/bp.org/_inc/images/star.png" alt="2 stars" /><img loading="lazy" src="http://buddypress.org/wp-content/themes/bp.org/_inc/images/star.png" alt="3 stars" /><img loading="lazy" src="http://buddypress.org/wp-content/themes/bp.org/_inc/images/star.png" alt="4 stars" /><img loading="lazy" src="http://buddypress.org/wp-content/themes/bp.org/_inc/images/star.png" alt="5 stars" /></span></span>The only 3D Captcha for wordpress and the only captcha that can stop ALL spam bots today 🙂</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e180aa6cec81387ed9e78caa70ba36a6</guid>
				<title>Mike W posted an update in the group WPMU Super CAPTCHA: We just released version 2.4.2 and have been testing this [&#133;]</title>
				<link>https://buddypress.org/updates/p/190457/</link>
				<pubDate>Wed, 21 Dec 2011 20:17:36 +0000</pubDate>

									<content:encoded><![CDATA[<p>We just released version 2.4.2 and have been testing this version for the past week.  Now that it is concluded and released, we have some intresting statistics to share:<br />
(specail thanks to <a href="http://ocr-research.org.ua/" rel="nofollow ugc">http://ocr-research.org.ua/</a> in the research)<br />
Software &#8211; OCR success %<br />
Simple CAPTCHA (latest) 28.0%<br />
reCAPTCHA (latest) 69.2%<br />
Super CAPTCHA 2.2.0 47.8%<br />
Super&hellip;<span class="activity-read-more" id="activity-read-more-190457"><a href="https://buddypress.org/updates/p/190457/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">368e64a94a5d85986aa6658739348281</guid>
				<title>Mike W posted an update in the group WPMU Super CAPTCHA: As of 2.4.0 Super CAPTCHA now fully supports the one-and-only [&#133;]</title>
				<link>https://buddypress.org/updates/p/190449/</link>
				<pubDate>Wed, 21 Dec 2011 03:22:33 +0000</pubDate>

									<content:encoded><![CDATA[<p>As of 2.4.0 Super CAPTCHA now fully supports the one-and-only 3D CAPTCHA for WordPress 🙂  I&#8217;ve been running this on my own BuddyPress site and in generally getting 50-60 spam signups per day using the Google reCAPTCHA, the 3D feature killed all bot signups, in fact we have only had 1 spamer in the past week now and I suspect it was a manual&hellip;<span class="activity-read-more" id="activity-read-more-190449"><a href="https://buddypress.org/updates/p/190449/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">105354e8d47e2ca3fee8761d157e2aad</guid>
				<title>leewells posted an update: @erbrown Are you still having this issue with Super CAPTCHA [&#133;]</title>
				<link>https://buddypress.org/updates/p/190447/</link>
				<pubDate>Wed, 21 Dec 2011 03:17:40 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/erbrown/" rel="nofollow ugc">@erbrown</a> Are you still having this issue with Super CAPTCHA with 2.4.2?</p>
]]></content:encoded>
				
									<slash:comments>1</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">06601cf0a9792567dbf81183a079e009</guid>
				<title>Mike W posted an update in the group WPMU Super CAPTCHA: @maetthew Possible, but a bit out of the scope for what the [&#133;]</title>
				<link>https://buddypress.org/updates/p/190446/</link>
				<pubDate>Wed, 21 Dec 2011 03:16:16 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/maetthew/" rel="nofollow ugc">@maetthew</a> Possible, but a bit out of the scope for what the plugin was inteded for.  This plugin does not negate email activation requirements set by the global configurations or other plugins &#8212; it simply stops and traps users that fail the CAPTCHA tests.</p>
<p><a href="http://buddypress.org/community/members/sidjags/" rel="nofollow ugc">@sidjags</a> This was resolved a while back and fixed.  For fact it should be working in v 2.4.2.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3dfdae0b8982907a01376e7388dc8a74</guid>
				<title>leewells posted an update: @sidjags That issue has been fixed in Super CAPTCHA</title>
				<link>https://buddypress.org/updates/p/190445/</link>
				<pubDate>Wed, 21 Dec 2011 03:13:58 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/sidjags/" rel="nofollow ugc">@sidjags</a> That issue has been fixed in Super CAPTCHA</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>