<?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 | Matt2012 | Activity</title>
	<link>https://buddypress.org/members/matt2012/activity/</link>
	<atom:link href="https://buddypress.org/members/matt2012/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Matt2012.</description>
	<lastBuildDate>Sat, 11 Apr 2026 16:06:09 +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">a0c0089e259f4c1680086bc227a16b48</guid>
				<title>Matt2012 replied to the topic bp_send_email problems - not finding template email in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/bp_send_email-problems-not-finding-template-email/#post-260566</link>
				<pubDate>Sun, 30 Oct 2016 22:08:36 +0000</pubDate>

									<content:encoded><![CDATA[<p>So I still have this issue. Now using the Postman plugin. Is there a simple config option to work with Postman (no body content) or do you recommend another SMTP plugin. Obviously buddypress should be able to play nicely with popular SMTP plugins?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">55a8f7d3ccc4de7e5b65408dfc6f0510</guid>
				<title>Matt2012 replied to the topic bp_send_email problems - not finding template email in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/bp_send_email-problems-not-finding-template-email/#post-260233</link>
				<pubDate>Mon, 24 Oct 2016 14:18:15 +0000</pubDate>

									<content:encoded><![CDATA[<p>Ok so I have managed to fix the issue following your advice by adding a line.</p>
<p>$must_use_wpmail = apply_filters( &#8216;bp_email_use_wp_mail&#8217;, $wp_html_emails || ! $is_default_wpmail );<br />
$must_use_wpmail =false; //New Line</p>
<p>So why is this filter returning true?</p>
<p><a href="https://buddypress.org/members/djpaul/" rel="nofollow ugc">@djpaul</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1245757fce377b7aaad86edbeb7b2eaf</guid>
				<title>Matt2012 replied to the topic bp_send_email problems - not finding template email in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/bp_send_email-problems-not-finding-template-email/#post-260212</link>
				<pubDate>Mon, 24 Oct 2016 09:01:47 +0000</pubDate>

									<content:encoded><![CDATA[<p>No I am using mailgun and nothing is being sent.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">135334707e6bab947d25fc7d459196bb</guid>
				<title>Matt2012 replied to the topic bp_send_email problems - not finding template email in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/bp_send_email-problems-not-finding-template-email/#post-260201</link>
				<pubDate>Sun, 23 Oct 2016 21:59:41 +0000</pubDate>

									<content:encoded><![CDATA[<p>$args = array(<br />
            &#8216;tokens&#8217; =&gt; array(<br />
                &#8216;site.name&#8217; =&gt; &#8216;test&#8217;,<br />
                &#8216;icom.name&#8217; =&gt; &#8216;test&#8217;<br />
            )<br />
        );<br />
$x = bp_send_email( &#8216;offline-payment-confirmed&#8217;, 363, $args );`</p>
<p>So I can stick in the userID of a known user. I have removed all tokens from the email template.</p>
<p>I have fixed the error I was getting&hellip;<span class="activity-read-more" id="activity-read-more-627647"><a href="https://buddypress.org/support/topic/bp_send_email-problems-not-finding-template-email/#post-260201" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d530070ecc34eefc50b87fdcef652273</guid>
				<title>Matt2012 started the topic bp_send_email problems - not finding template email in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/bp_send_email-problems-not-finding-template-email/</link>
				<pubDate>Sat, 22 Oct 2016 22:39:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>So I am calling this:</p>
<p><code>$bpEmail = &#039;offline-payment-confirmed&#039;;<br />
bp_send_email( $bpEmail, $userID, $args );</code></p>
<p>I have set up an email template which has the slug offline-payment-confirmed.</p>
<p>But I am getting the error:<br />
<strong>missing_email</strong></p>
<p>Other than publish the template and check the slug matches what I am calling &#8211; what else could I be getting wrong?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">61357af7036d0d3c1a4da6a13aa77ff9</guid>
				<title>Matt2012 replied to the topic Set Birthday value buddypress in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/set-birthday-value-buddypress/#post-260124</link>
				<pubDate>Thu, 20 Oct 2016 23:13:00 +0000</pubDate>

									<content:encoded><![CDATA[<p>I spent a lot of time on a similar issue and the only thing that worked was using this format.</p>
<p>date(&#8220;Y-m-d 00:00:00&#8221;)</p>
<p>In other words must have h:i:s but they must be zeros. That seems like a bug to me but thats the only thing that worked with a buddypress date field whilst using xprofile_set_field_data</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">36043e1e668ea46666762e04f1abc664</guid>
				<title>Matt2012 replied to the topic Register and Activate Association Problem in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/register-and-activate-association-problem/#post-235049</link>
				<pubDate>Mon, 23 Feb 2015 22:45:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>For me the issue was<br />
1) Allow registration in general settings<br />
2) After enabled s2member plugin I needed to allow Open Registration in s2member &gt; General Options</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">74495caaf6f34421dec5631faf1250c2</guid>
				<title>Matt2012 replied to the topic Register and Activate Association Problem in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/register-and-activate-association-problem/#post-234227</link>
				<pubDate>Tue, 10 Feb 2015 11:05:27 +0000</pubDate>

									<content:encoded><![CDATA[<p>Not sure if this related but I can&#8217;t set the register and activate fields when I have s2member active.<br />
If I disable the s2member plugin &#8211; the buddypress fields for register and activate are filled in again.</p>
<p>What I would like ideally is that s2member does not interfere with the current login / register set up just gives me an option to add paid&hellip;<span class="activity-read-more" id="activity-read-more-371673"><a href="https://buddypress.org/support/topic/register-and-activate-association-problem/#post-234227" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6905637314e38c8248806040658448da</guid>
				<title>Matt2012 replied to the topic Register and Activate Association Problem in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/register-and-activate-association-problem/#post-234227</link>
				<pubDate>Tue, 10 Feb 2015 11:05:27 +0000</pubDate>

									<content:encoded><![CDATA[<p>Not sure if this related but I can&#8217;t set the register and activate when  have s2member active.<br />
If I disable the plugin it comes the fields have pages in them again.</p>
<p>What I would like ideally is that s2member does not interfere with the current login / register set up just gives me an option to add paif levels inside the profile area.</p>
<p>Is this a&hellip;<span class="activity-read-more" id="activity-read-more-371671"><a href="https://buddypress.org/support/topic/register-and-activate-association-problem/#post-234227" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>