<?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 | alexandra55 | Mentions</title>
	<link>https://buddypress.org/members/alexandra55/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/alexandra55/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning alexandra55.</description>
	<lastBuildDate>Tue, 07 Apr 2026 21:47:32 +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">1a25136bbb17bcc4eb343e8ac6e4945f</guid>
				<title>Bowe replied to the topic How to redirect to user profile in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-redirect-to-user-profile/#post-251419</link>
				<pubDate>Fri, 18 Mar 2016 09:44:55 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/alexandra55/" rel="nofollow ugc">@alexandra55</a> you can achieve this by adding a little snippet to your <a href="https://codex.buddypress.org/themes/bp-custom-php/" rel="nofollow ugc">bp-custom.php</a> or functions.php. </p>
<p><code>add_action( &#039;template_redirect&#039;, &#039;themename_redirect_author_archive_to_profile&#039; );<br />
function themename_redirect_author_archive_to_profile() {<br />
  if(is_author()){<br />
    $user_id = get_query_var( &#039;author&#039; );<br />
    wp_redirect( bp_core_get_user_domain(&hellip;</code><span class="activity-read-more" id="activity-read-more-538014"><a href="https://buddypress.org/support/topic/how-to-redirect-to-user-profile/#post-251419" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>