<?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 | Christian Freeman (codelion) | Activity</title>
	<link>https://buddypress.org/members/takinglife2themax/activity/</link>
	<atom:link href="https://buddypress.org/members/takinglife2themax/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Christian Freeman (codelion).</description>
	<lastBuildDate>Wed, 08 Apr 2026 22:48:25 +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">9e18dda5dbbcc0f5e5050e1f775b9a0d</guid>
				<title>Christian Freeman (codelion) replied to the topic How to Disable ALL BuddyPress Emails in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/how-to-disable-all-buddypress-emails/#post-276550</link>
				<pubDate>Tue, 18 Sep 2018 17:23:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>I definitely plan to have a demo site in place, I&#8217;ve already started building it.</p>
<p>Is there a particular place I should post on this forum to let people know about it and get their feedback?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6078d9e48242344526f6277621542e00</guid>
				<title>Christian Freeman (codelion) replied to the topic How to Disable ALL BuddyPress Emails in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/how-to-disable-all-buddypress-emails/#post-276544</link>
				<pubDate>Tue, 18 Sep 2018 15:00:43 +0000</pubDate>

									<content:encoded><![CDATA[<p>Nice, I didn&#8217;t know that the object could be passed in that way. Very cool indeed.</p>
<p>Also, I checked the <code>validate</code>method, and I found the <code>bp_email_validate</code> filter that I can use to force it to fail the validation as&hellip;<span class="activity-read-more" id="activity-read-more-1337468"><a href="https://buddypress.org/support/topic/how-to-disable-all-buddypress-emails/#post-276544" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">23990292996763fac63d9b903935ede5</guid>
				<title>Christian Freeman (codelion) replied to the topic How to Disable ALL BuddyPress Emails in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/how-to-disable-all-buddypress-emails/#post-276424</link>
				<pubDate>Fri, 14 Sep 2018 20:02:31 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks!</p>
<p>How would I go about making the $email object fail the validation step?</p>
<p>I understand that bp_send_email is an action hook, but wouldn&#8217;t I need this to be a filter to alter the $email object?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4d0631db8cc3599f4a8530c87d316026</guid>
				<title>Christian Freeman (codelion) replied to the topic How to Disable ALL BuddyPress Emails in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/how-to-disable-all-buddypress-emails/#post-276412</link>
				<pubDate>Fri, 14 Sep 2018 14:48:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>Also, just to give a bit more info on what I&#8217;m trying to do.</p>
<p>I want to hook in and send my own email using WP Mail and my own Templating system, and ideally, I&#8217;d like to stop BP_Email from sending another duplicate email right after. Whether that&#8217;s via the BP PHP Mailer or WP Mail.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b84e5c7fe1df74a78ae58795cc2478f6</guid>
				<title>Christian Freeman (codelion) replied to the topic How to Disable ALL BuddyPress Emails in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/how-to-disable-all-buddypress-emails/#post-276411</link>
				<pubDate>Fri, 14 Sep 2018 14:44:55 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks for the super quick response <a href="https://buddypress.org/members/shanebp/" rel="nofollow ugc">@shanebp</a>!</p>
<p>I did take a look at this filter, but in reviewing the BP_Email class, it would appear that this only disables the BP PHP Mailer templating system, but still sends the email using WP Mail.</p>
<p>I really want to prevent it from sending any BP Emails at all, whether through WP Mail, or the BP_Email&hellip;<span class="activity-read-more" id="activity-read-more-1331896"><a href="https://buddypress.org/support/topic/how-to-disable-all-buddypress-emails/#post-276411" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">aa1e35ac47b976fb7d602b0ccfe9a125</guid>
				<title>Christian Freeman (codelion) started the topic How to Disable ALL BuddyPress Emails in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/how-to-disable-all-buddypress-emails/</link>
				<pubDate>Thu, 13 Sep 2018 22:27:47 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi guys,</p>
<p>I&#8217;m building a new BuddyPress plugin, and I want to use my own internal email system instead of the BP_Email system. My question is, is there a function, filter, or something else that I can use to disable ALL BuddyPress Emails? (This includes Activation, Notifications, etc.)</p>
<p>Also, are there any action hooks that I can use to send my&hellip;<span class="activity-read-more" id="activity-read-more-1330884"><a href="https://buddypress.org/support/topic/how-to-disable-all-buddypress-emails/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d3a2c9379be0eade1b142bac0b65d2d8</guid>
				<title>Christian Freeman (codelion) started the topic Duplicate First and Last Name Fields in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/duplicate-first-and-last-name-fields/</link>
				<pubDate>Wed, 04 Oct 2017 05:22:44 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi guys,</p>
<p>I have a WordPress MultiSite (With 9 SubSites) where I&#8217;m running BuddyPress 2.9.1, with the Multi Blog feature enabled. The problem is, when I try to edit the profile fields, I see that there are several instances of the same First Name and Last Name fields listed there (It looks like 8 sets of duplicates). And because these fields can&#8217;t&hellip;<span class="activity-read-more" id="activity-read-more-942680"><a href="https://buddypress.org/support/topic/duplicate-first-and-last-name-fields/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1328e3bb5389b9f095db7bd0317007de</guid>
				<title>Christian Freeman (codelion) replied to the topic Blog Post Activity Stream Updates in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/blog-post-activity-stream-updates/#post-265172</link>
				<pubDate>Mon, 03 Apr 2017 04:32:43 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks Brajesh!</p>
<p>That did the trick. Now both Blog Posts and Comments are appearing on the Activity Stream.</p>
<p>Have a good one.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">04c85ce73e80cf0031860e2aac65edbd</guid>
				<title>Christian Freeman (codelion) started the topic Blog Post Activity Stream Updates in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/blog-post-activity-stream-updates/</link>
				<pubDate>Sat, 01 Apr 2017 05:00:47 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi guys, </p>
<p>I&#8217;m running WordPress 4.7.3 and BuddyPress 2.8.2. I recently noticed that BuddyPress is not posting Activity Stream Updates when a new Blog Post is published or when a Comment is made. Any ideas on how to fix this?</p>
<p>Thanks,</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6f5d48096f6d95b26c4e37e810d169f6</guid>
				<title>Christian Freeman (codelion) replied to the topic Custom Theme Template Path in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/custom-theme-template-path/#post-258961</link>
				<pubDate>Tue, 20 Sep 2016 23:48:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>Awesome, thanks! The template overload and BP theme compat documentation is really insightful. </p>
<p>My goal with this is to create a plugin that loads a BuddyPress theme which can work along with nearly any WordPress theme I switch to. With that said, in your expert opinion, which of the methods you&#8217;ve provided will work best from an overall&hellip;<span class="activity-read-more" id="activity-read-more-608733"><a href="https://buddypress.org/support/topic/custom-theme-template-path/#post-258961" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7517eb4248ed077e199cb3ad66f79ee1</guid>
				<title>Christian Freeman (codelion) replied to the topic BuddyPress Branding in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/buddypress-branding/#post-258959</link>
				<pubDate>Tue, 20 Sep 2016 22:57:47 +0000</pubDate>

									<content:encoded><![CDATA[<p>Alright, understood.</p>
<p>Thanks!</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">811ad0cc702f78c15f2ea64439895c12</guid>
				<title>Christian Freeman (codelion) started the topic BuddyPress Branding in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/buddypress-branding/</link>
				<pubDate>Tue, 20 Sep 2016 19:42:43 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m developing a new BP plugin (Free &amp; Premium), and I want to know if I am allowed to use &#8220;BuddyPress&#8221; within the plugin name? I will be creating a site for it, so the domain will be the plugin name, which will include BuddyPress.</p>
<p>Do I need to get permission for this, or is this allowed?</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8f071069c38afc46940893463f23ff28</guid>
				<title>Christian Freeman (codelion) started the topic Custom Theme Template Path in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/custom-theme-template-path/</link>
				<pubDate>Tue, 20 Sep 2016 19:19:48 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi guys,</p>
<p>I&#8217;m working on adding BuddyPress support to my theme, but I want to load all of the functions and theme template files for BuddyPress in a plugin. Does anyone know how this can be done? Is there a way to change the path in which buddypress searches for the template files?</p>
<p>Thanks,</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>