<?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 | MarialKa | Mentions</title>
	<link>https://buddypress.org/members/marialka/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/marialka/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning MarialKa.</description>
	<lastBuildDate>Sun, 12 Apr 2026 07:59:24 +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">8f88f2bdfb71cdc2a1efbbaff35ea580</guid>
				<title>shanebp replied to the topic Change login landingpage in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/change-login-landingpage/#post-163788</link>
				<pubDate>Sat, 11 May 2013 18:41:33 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/marialka/" rel="nofollow ugc">@marialka</a></p>
<p>Put this function in your theme/functions.php or plugins/bp-custom.php<br />
And change &#8216;members&#8217; to the slug of the page you want.<br />
<code>function custom_login_redirect_to($user_login, $user) {<br />
	bp_core_redirect( get_option(&#039;siteurl&#039;) . &quot;/members/&quot; );<br />
}<br />
add_action(&#039;wp_login&#039;, &#039;custom_login_redirect_to&#039;, 10, 2);</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a28ddc9bbb9709e26dbf7900b954d652</guid>
				<title>bp-help replied to the topic Change login landingpage in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/change-login-landingpage/#post-163779</link>
				<pubDate>Sat, 11 May 2013 16:34:36 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/marialka/" rel="nofollow ugc">@marialka</a><br />
You could try adding something like this to bp-custom.php :<code><br />
function bphelp_logged_in_visitor_redirect() {<br />
global $bp;<br />
if(is_user_logged_in()) {<br />
wp_redirect( get_option(&#039;siteurl&#039;) . &#039;/activity&#039; );<br />
}<br />
}<br />
add_filter(&#039;get_header&#039;,&#039;bphelp_logged_in_visitor_redirect&#039;,1);<br />
</code><br />
Just change the line:<code><br />
wp_redirect( get_option(&#039;siteurl&#039;) . &#039;/activity&#039;&hellip;</code><span class="activity-read-more" id="activity-read-more-207262"><a href="http://buddypress.org/support/topic/change-login-landingpage/#post-163779" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>