<?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 | tatakatte | Mentions</title>
	<link>https://buddypress.org/members/tatakatte/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/tatakatte/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning tatakatte.</description>
	<lastBuildDate>Thu, 09 Apr 2026 12:35:19 +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">a88f1eb59b6857ddbb8b3de274a19d30</guid>
				<title>Henry Wright replied to the topic [Resolved]How to redirect registration page to activity? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-redirect-registration-page-to-activity-stream-instead-of-members-list/#post-231679</link>
				<pubDate>Fri, 09 Jan 2015 11:37:42 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/bphelp/" rel="nofollow ugc">@bphelp</a> thanks for testing 🙂</p>
<p><a href="https://buddypress.org/members/tatakatte/" rel="nofollow ugc">@tatakatte</a> yeah, it&#8217;s likely something in your installation is already redirecting. The priority just makes sure <code>my_login_redirect()</code> is executed first.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1d25b1a7a151a9b85547c8225495ab9a</guid>
				<title>bp-help replied to the topic [Resolved]How to redirect registration page to activity? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-redirect-registration-page-to-activity-stream-instead-of-members-list/#post-231669</link>
				<pubDate>Fri, 09 Jan 2015 02:36:01 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/tatakatte/" rel="nofollow ugc">@tatakatte</a><br />
Did you make sure you set your registration page as a static page in dashboard/settings/reading because I just tested it and it works as expected. On my dev environment when I go to the site without being logged in it redirects me to the registration page. Once I log in it redirects to the activity stream. Isn&#8217;t that what you&hellip;<span class="activity-read-more" id="activity-read-more-355350"><a href="https://buddypress.org/support/topic/how-to-redirect-registration-page-to-activity-stream-instead-of-members-list/#post-231669" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e346b765b7c6590235d7dab75f4415c3</guid>
				<title>bp-help replied to the topic [Resolved]How to redirect registration page to activity? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-redirect-registration-page-to-activity-stream-instead-of-members-list/#post-231669</link>
				<pubDate>Fri, 09 Jan 2015 02:36:01 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/tatakatte/" rel="nofollow ugc">@tatakatte</a><br />
Did you make sure you set your registration page as a static page in dashboard/settings/reading because I just tested it and it works as expected. On my dev environment when I go to the site without being logged in it redirects me to the registration page. Once I log in it redirects to the activity stream. Isn&#8217;t that what you wanted?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0f01aa480a1e99376c7a9ac974ae94a9</guid>
				<title>bp-help replied to the topic [Resolved]How to redirect registration page to activity? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-redirect-registration-page-to-activity-stream-instead-of-members-list/#post-231662</link>
				<pubDate>Fri, 09 Jan 2015 01:38:06 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/tatakatte/" rel="nofollow ugc">@tatakatte</a><br />
Maybe your slug is wrong in the URL. Try this:<br />
<code><br />
function my_login_redirect() {<br />
    if ( is_user_logged_in() &amp;&amp; bp_is_register_page() )<br />
        bp_core_redirect( home_url() . &#039;/activity/&#039; );<br />
}<br />
add_action( &#039;template_redirect&#039;, &#039;my_login_redirect&#039; );<br />
</code></p>
<p>Reason being you may have changed the pages name but if you didn&#8217;t change the slug as&hellip;<span class="activity-read-more" id="activity-read-more-355336"><a href="https://buddypress.org/support/topic/how-to-redirect-registration-page-to-activity-stream-instead-of-members-list/#post-231662" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dde52847bbba3572deae0bdfab1239cd</guid>
				<title>bp-help replied to the topic [Resolved]How to redirect registration page to activity? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-redirect-registration-page-to-activity-stream-instead-of-members-list/#post-231655</link>
				<pubDate>Fri, 09 Jan 2015 00:31:39 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/tatakatte/" rel="nofollow ugc">@tatakatte</a><br />
Should work fine in the themes functions.php as <a href="https://buddypress.org/members/henrywright/" rel="nofollow ugc">@henrywright</a> specified or in bp-custom.php </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8f9c1129a4f58aabb73c0e659ac65126</guid>
				<title>bp-help replied to the topic [Resolved]How to redirect registration page to activity? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-redirect-registration-page-to-activity-stream-instead-of-members-list/#post-231652</link>
				<pubDate>Fri, 09 Jan 2015 00:26:00 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/tatakatte/" rel="nofollow ugc">@tatakatte</a><br />
Did you put Henry&#8217;s code in <a href="https://codex.buddypress.org/themes/bp-custom-php/" title="bp-custom.php" rel="nofollow ugc"></a> with opening and closing php tags? Make sure there is no white space between the opening and closing php tags as this will give an headers already sent error.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">088a98f5a1b1b3482c74be254cdac1c5</guid>
				<title>Henry Wright replied to the topic [Resolved]How to redirect registration page to activity? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-redirect-registration-page-to-activity-stream-instead-of-members-list/#post-231645</link>
				<pubDate>Thu, 08 Jan 2015 23:15:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/tatakatte/" rel="nofollow ugc">@tatakatte</a></p>
<p>Try this:</p>
<p><code>function my_login_redirect() {<br />
    if ( is_user_logged_in() &amp;&amp; bp_is_register_page() )<br />
        bp_core_redirect( home_url() . &#039;/stream/&#039; );<br />
}<br />
add_action( &#039;template_redirect&#039;, &#039;my_login_redirect&#039; );</code></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>