<?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 | jasonaring | Mentions</title>
	<link>https://buddypress.org/members/jasonaring/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/jasonaring/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning jasonaring.</description>
	<lastBuildDate>Tue, 28 Apr 2026 07:34:27 +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">b1ef3ae4a6fe6c26b3c8509a762fc393</guid>
				<title>bp-help replied to the topic Changing Page New Member Lands on After Activation in the forum Showcase</title>
				<link>https://buddypress.org/support/topic/changing-page-new-member-lands-on-after-activation/#post-235913</link>
				<pubDate>Thu, 12 Mar 2015 22:58:45 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/jasonaring/" rel="nofollow ugc">@jasonaring</a><br />
Untested but place the below code in <a href="https://codex.buddypress.org/themes/bp-custom-php/" rel="nofollow ugc">bp-custom.php</a><br />
<code><br />
function bp_help_redirect_to_members_page(){<br />
if( !is_user_logged_in() &amp;&amp; !bp_is_register_page() &amp;&amp; !bp_is_activation_page() ) {<br />
bp_core_redirect( get_option(&#039;home&#039;) . &#039;/members/&#039; );<br />
}<br />
}</p>
<p>add_action( &#039;template_redirect&#039;, &#039;bp_help_redirect_to_members_page&#039;,1);<br />
</code></p>
<p>Good&hellip;</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>