<?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 | Ryan Hellyer | Activity</title>
	<link>https://buddypress.org/members/ryanhellyer/activity/</link>
	<atom:link href="https://buddypress.org/members/ryanhellyer/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Ryan Hellyer.</description>
	<lastBuildDate>Tue, 07 Apr 2026 19:53:00 +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">823de4801da67962872886a9e9c5048d</guid>
				<title>Ryan Hellyer replied to the topic bp_activity_add() creating double activities in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/a/#post-249576</link>
				<pubDate>Mon, 08 Feb 2016 08:53:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks for your assistance 🙂 I now have the code working.</p>
<p>I needed to make a few changes to the code you provided, which I outlined in the gist.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3d54fef51e64194a15636488b58f17d8</guid>
				<title>Ryan Hellyer replied to the topic bp_activity_add() creating double activities in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/a/#post-249493</link>
				<pubDate>Fri, 05 Feb 2016 09:31:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>Yes, here is the code:<br />
<a href="https://gist.github.com/ryanhellyer/c31bf993d55e1d7450a8" rel="nofollow ugc">https://gist.github.com/ryanhellyer/c31bf993d55e1d7450a8</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e2023bc0959a7c1870a3eca2bf954c4d</guid>
				<title>Ryan Hellyer started the topic bp_activity_add() creating double activities in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/a/</link>
				<pubDate>Fri, 05 Feb 2016 08:45:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>I have a post-type which I want to add to the activity stream. I can do this easily with <code>add_post_type_support( &#039;events&#039;, &#039;buddypress-activity&#039; );</code>.</p>
<p>But I sometimes want to add an activity to specific BuddyPress groups. To do this, I&#8217;m using <code>bp_activity_add()</code>. This works when the add_post_type_support() function call is in place, but I end up with&hellip;<span class="activity-read-more" id="activity-read-more-519271"><a href="https://buddypress.org/support/topic/a/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3dc741dd3e9cd936ef5af886c07002aa</guid>
				<title>Ryan Hellyer replied to the topic Manually generating group activity in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/manually-generating-group-activity/#post-249470</link>
				<pubDate>Thu, 04 Feb 2016 15:33:20 +0000</pubDate>

									<content:encoded><![CDATA[<p>Awesome! Thanks 🙂</p>
<p>In that case the information I wanted was contained in the page that I linked to, I just didn&#8217;t realise it 😉</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0f9d811d16cf4397313650b4a9894c39</guid>
				<title>Ryan Hellyer started the topic Manually generating group activity in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/manually-generating-group-activity/</link>
				<pubDate>Thu, 04 Feb 2016 14:34:41 +0000</pubDate>

									<content:encoded><![CDATA[<p>I am having dreadful trouble working out how to add a BuddyPress activity to a specific group.</p>
<p>The bp_activity_add() function does not seem to offer any way to specifically target a single a specific group.</p>
<blockquote data-secret="WSXn5h821U" class="wp-embedded-content"><p><a href="https://codex.buddypress.org/developer/function-examples/bp_activity_add/" rel="nofollow ugc">bp_activity_add()</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"src="https://codex.buddypress.org/developer/function-examples/bp_activity_add/embed/#?secret=WSXn5h821U" data-secret="WSXn5h821U" width="515" height="290" title="&#8220;bp_activity_add()&#8221; &#8212; BuddyPress Codex" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p>Do any of you know how to do this? Thanks 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c661610170c5a8818fe5dcd5a84a9b6f</guid>
				<title>Ryan Hellyer started the topic Filtering sitewide activity list items in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/filtering-sitewide-activity-list-items/</link>
				<pubDate>Thu, 31 Dec 2015 09:06:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>I need to edit the items displaying in the recent sitewide activity list. I ended up hacking the items out via CSS, but this has caused problems with the &#8220;load more&#8221; button, which sometimes appears to do nothing, as it is loading items which are hidden.</p>
<p>Any ideas on how to work around this issue?</p>
<p>The specific items I&#8217;m trying to hide are&hellip;<span class="activity-read-more" id="activity-read-more-501872"><a href="https://buddypress.org/support/topic/filtering-sitewide-activity-list-items/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d7137be960eca81a58f04ac78316b29a</guid>
				<title>Ryan Hellyer replied to the topic bp-legacy in bp-templates in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/bp-legacy-in-bp-templates/#post-180553</link>
				<pubDate>Mon, 31 Mar 2014 14:02:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>I also assumed that legacy implied they weren&#8217;t intended to be used any longer.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">454b40c5ed782906de37b5ea7fcab2c4</guid>
				<title>Ryan Hellyer replied to the topic Seeking testers for Spam Destroyer in the forum Third Party Plugins</title>
				<link>http://buddypress.org/support/topic/seeking-testers-for-spam-destroyer/#post-161345</link>
				<pubDate>Thu, 11 Apr 2013 19:58:56 +0000</pubDate>

									<content:encoded><![CDATA[<blockquote><p>is that just due to development reasons or is there another reason you don’t like it?
</p></blockquote>
<p>Brian Krogsgard summed it up pretty well &#8230; <a href="http://krogsgard.com/2012/jetpack/" rel="nofollow ugc">http://krogsgard.com/2012/jetpack/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f906f55fe4967ee4d51a201a9b194386</guid>
				<title>Ryan Hellyer replied to the topic Seeking testers for Spam Destroyer in the forum Third Party Plugins</title>
				<link>http://buddypress.org/support/topic/seeking-testers-for-spam-destroyer/#post-161337</link>
				<pubDate>Thu, 11 Apr 2013 19:13:13 +0000</pubDate>

									<content:encoded><![CDATA[<p>Just to clarify, I do intend to add support for Jetpack eventually, it&#8217;s just at the bottom of my list of things to support since it is a hassle to deal with.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c6e37df38ec7e342232783eb2e71cbbe</guid>
				<title>Ryan Hellyer replied to the topic Seeking testers for Spam Destroyer in the forum Third Party Plugins</title>
				<link>http://buddypress.org/support/topic/seeking-testers-for-spam-destroyer/#post-161336</link>
				<pubDate>Thu, 11 Apr 2013 19:10:23 +0000</pubDate>

									<content:encoded><![CDATA[<blockquote><p>gotcha not to try and make you explain why or anything since i probably wouldn’t understand the answer anyway</p></blockquote>
<p>You will understand. It&#8217;s simply because Jetpack only seems to work when something is on the internet. That makes testing pretty much impossible unless I launch a live site just for testing Jetpack, which is kinda ridiculous.</p>
<blockquote><p> but a L&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-206283"><a href="http://buddypress.org/support/topic/seeking-testers-for-spam-destroyer/#post-161336" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b2ae137a270548953f997cb6f569160f</guid>
				<title>Ryan Hellyer replied to the topic Seeking testers for Spam Destroyer in the forum Third Party Plugins</title>
				<link>http://buddypress.org/support/topic/seeking-testers-for-spam-destroyer/#post-161334</link>
				<pubDate>Thu, 11 Apr 2013 19:08:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks tibmix!</p>
<p>Thanks for trying out the plugin. I have no idea why that bug would be occurring, but I&#8217;ll look into it soon for you and see what I can work out. It seems to be working fine on my test installation, but I have a slightly different version on my live site.</p>
<p>Once I&#8217;ve done some testing (probably tomorrow evening) I&#8217;ll post back here,&hellip;<span class="activity-read-more" id="activity-read-more-206282"><a href="http://buddypress.org/support/topic/seeking-testers-for-spam-destroyer/#post-161334" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3b44b6074a50626cfab183e527f260b4</guid>
				<title>Ryan Hellyer replied to the topic Seeking testers for Spam Destroyer in the forum Third Party Plugins</title>
				<link>http://buddypress.org/support/topic/seeking-testers-for-spam-destroyer/#post-161063</link>
				<pubDate>Wed, 10 Apr 2013 15:48:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>Jetpack is not currently supported. I might get around to testing it with Jetpack in the future, but I haven&#8217;t found the time to do that yet. Jetpack makes things very difficult to test wtih.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">69817ddb3ab419fa1f6c023b56db450d</guid>
				<title>Ryan Hellyer replied to the topic Seeking testers for Spam Destroyer in the forum Third Party Plugins</title>
				<link>http://buddypress.org/support/topic/seeking-testers-for-spam-destroyer/#post-159956</link>
				<pubDate>Fri, 05 Apr 2013 05:30:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>The Spam Destroyer plugin definitely won&#8217;t stop comma seperated lists. It doesn&#8217;t even look at your post content in fact.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">57addb7417689ecb3bb4bd7f29168d6c</guid>
				<title>Ryan Hellyer replied to the topic Seeking testers for Spam Destroyer in the forum Third Party Plugins</title>
				<link>http://buddypress.org/support/topic/seeking-testers-for-spam-destroyer/#post-159814</link>
				<pubDate>Wed, 03 Apr 2013 20:53:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>It should be more &#8220;accurate&#8221; since it&#8217;s not using heuristic techniques to detect spam. Those sorts of techniques should work very well in concert with what my plugin does though. Anything that gets through the Spam Destroyer should be fed through Akismet for checking, in theory leading to an extremely low amount of spam.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a01bdaf0d680178dd7339d92cf14e439</guid>
				<title>Ryan Hellyer replied to the topic Seeking testers for Spam Destroyer in the forum Third Party Plugins</title>
				<link>http://buddypress.org/support/topic/seeking-testers-for-spam-destroyer/#post-159812</link>
				<pubDate>Wed, 03 Apr 2013 20:38:33 +0000</pubDate>

									<content:encoded><![CDATA[<p>The plugin seems to be working fine so far. I haven&#8217;t received any complaints so far.</p>
<p>I&#8217;ve posted a new version for download:<br />
<a href="http://geek.ryanhellyer.net/products/spam-destroyer/" rel="nofollow ugc">http://geek.ryanhellyer.net/products/spam-destroyer/</a></p>
<p>The main difference with this new version is that it lets me track statistics on how well the plugin is working on your site (assuming you opt-in for it). This should&hellip;<span class="activity-read-more" id="activity-read-more-205881"><a href="http://buddypress.org/support/topic/seeking-testers-for-spam-destroyer/#post-159812" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">31474963f466ccfb0b0e1c9eca6f7c80</guid>
				<title>Ryan Hellyer replied to the topic Seeking testers for Spam Destroyer in the forum Third Party Plugins</title>
				<link>http://buddypress.org/support/topic/seeking-testers-for-spam-destroyer/#post-159231</link>
				<pubDate>Sat, 30 Mar 2013 17:48:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>It does user registrations, site registrations and logged out user comments.</p>
<p>I don&#8217;t actually use BuddyPress, so don&#8217;t have any way to test it in a live situation myself. It is dealing with my blog comment spam flawlessly though.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">66e2ef1df060d47adad61c65dd6db3a9</guid>
				<title>Ryan Hellyer started the topic Seeking testers for Spam Destroyer in the forum Third Party Plugins</title>
				<link>http://buddypress.org/support/topic/seeking-testers-for-spam-destroyer/</link>
				<pubDate>Sat, 30 Mar 2013 12:21:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi everyone,<br />
I launched a new experimental version of my Spam Destroyer plugin today. Previously I had added crude support for BuddyPress and bbPress, but had not properly tested it.</p>
<p>This time around I&#8217;ve tried to beef it up quite a bit and make sure it works as well as possible to block those pesky spam registrations.</p>
<p>I do however need some&hellip;<span class="activity-read-more" id="activity-read-more-205726"><a href="http://buddypress.org/support/topic/seeking-testers-for-spam-destroyer/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3bbb3f5f0786ca638f147007e0cfb03e</guid>
				<title>Ryan Hellyer replied to the forum topic Upgrading from 1.2.8 to 1.6.1 via 1.5.6? in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/upgrading-from-1-2-8-to-1-6-1-via-1-5-6/#post-138074</link>
				<pubDate>Thu, 06 Sep 2012 10:20:43 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m trying to do the exact same thing right now. It has gone smoothly, bar version 1.5 featuring no CSS for the admin bar, then on upgrading to 1.6 the admin bar CSS was fixed, but all the menu items in the admin [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2282d2821cc3ff27c8ccfcda1a4752af</guid>
				<title>Ryan Hellyer replied to the forum topic My host keeps shutting down my account in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/my-host-keeps-shutting-down-my-account/?topic_page=2#post-138073</link>
				<pubDate>Thu, 06 Sep 2012 10:16:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>Load problems like this are either caused by high traffic or a poorly configured setup. The first task should be to figure out what the problem is.</p>
<p>Failing that, try more expensive hosting. WP Engine has a good [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">695f73e3cdb1beac4e13e8ac1a584395</guid>
				<title>Ryan Hellyer joined the group How-To and Troubleshooting</title>
				<link>https://buddypress.org/updates/p/199047/</link>
				<pubDate>Thu, 06 Sep 2012 10:16:06 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ed015300adb6998c3910fe09af164a9e</guid>
				<title>Ryan Hellyer replied to the forum topic New Plugin: Spam Destroyer - Help Test and Improve in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/spam-destroyer/#post-134585</link>
				<pubDate>Sun, 05 Aug 2012 12:14:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">353ef1c4aec0efd4ed5dfb1a6dc5ecfb</guid>
				<title>Ryan Hellyer started the forum topic Spam Destroyer in the group Creating &#038; Extending</title>
				<link>http://buddypress.org/community/groups/creating-extending/forum/topic/spam-destroyer/</link>
				<pubDate>Sun, 05 Aug 2012 12:00:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>Howdy, I added support for BuddyPress into my anti-spam plugin this morning on request of some of the plugins&#8217; users. I don&#8217;t actually use BuddyPress though, so can&#8217;t confirm that it is indeed working on a live [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cfa2b4e4a9560b3e58bf9ee89d1e8f24</guid>
				<title>Ryan Hellyer joined the group Creating &#038; Extending</title>
				<link>https://buddypress.org/updates/p/197615/</link>
				<pubDate>Sun, 05 Aug 2012 09:12:39 +0000</pubDate>

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