<?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 | TracyByrne | Mentions</title>
	<link>https://buddypress.org/members/tracybyrne/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/tracybyrne/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning TracyByrne.</description>
	<lastBuildDate>Sat, 11 Apr 2026 16:09:16 +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">7aa9b4f228e819a59d0eb6f23a2e76cf</guid>
				<title>bp-help replied to the topic URL for Menu to Logged-in User&#039;s Profile Page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/url-for-menu-to-logged-in-users-profile-page/#post-165190</link>
				<pubDate>Sat, 01 Jun 2013 23:38:50 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/tracybyrne/" rel="nofollow ugc">@tracybyrne</a><br />
Add this to bp-custom.php and it will create a nav menu item that will take the users to their profile.<code><br />
add_filter( &#039;wp_nav_menu_items&#039;, &#039;my_nav_menu_profile_link&#039; );<br />
function my_nav_menu_profile_link($menu) {<br />
	if (!is_user_logged_in())<br />
		return $menu;<br />
	else<br />
		$profilelink = &#039;&lt;li&gt;&lt;a href=&quot;&#039; . bp_loggedin_user_domain( &#039;/&#039; ) . &#039;&quot;&gt;&#039; .&hellip;</code><span class="activity-read-more" id="activity-read-more-208256"><a href="http://buddypress.org/support/topic/url-for-menu-to-logged-in-users-profile-page/#post-165190" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>