<?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 | mariochampion | Mentions</title>
	<link>https://buddypress.org/members/mariochampion/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/mariochampion/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning mariochampion.</description>
	<lastBuildDate>Sat, 11 Apr 2026 16:17:58 +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">d587b9d8d16970f52a16fd8ee0e4fccc</guid>
				<title>jordynn posted on the forum topic Hide Notification Settings in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/hide-notification-settings/#post-89806</link>
				<pubDate>Tue, 15 Feb 2011 03:00:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks <a href="http://buddypress.org/community/members/pcwriter/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/pcwriter/" rel="nofollow ugc">@pcwriter</a>! (and <a href="http://buddypress.org/community/members/mariochampion/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/mariochampion/" rel="nofollow ugc">@mariochampion</a>!) </p>
<p>That piece of code solved my issue!  It has removed the &#8220;notifications&#8221; subnav from the &#8220;My Account&#8221; adminbar menu too.</p>
<p>😀</p>
<p>Edit: It seems to only remove the “Notifications” subnav in the “My Account” adminbar menu when I’m looking at the …/members/admin/settings/ page</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">25224c76ae5f3d9048d0e397b78af133</guid>
				<title>pcwriter posted on the forum topic Hide Notification Settings in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/hide-notification-settings/#post-89789</link>
				<pubDate>Mon, 14 Feb 2011 23:51:10 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/jordynn/" rel="nofollow ugc">@jordynn</a></p>
<p>To remove the notifications subnav item, add the following snippet to your functions.php file:<br />
<code>function remove_notifications_subnav(){<br />
	global $bp;<br />
	if ( $bp-&gt;current_component == $bp-&gt;settings-&gt;slug ) {<br />
		bp_core_remove_subnav_item($bp-&gt;settings-&gt;slug, &#039;notifications&#039;);<br />
	}<br />
}<br />
add_action( &#039;wp&#039;, &#039;remove_notifications_subnav&#039;, 2 );</code></p>
<p>This is&hellip;<span class="activity-read-more" id="activity-read-more-137244"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/hide-notification-settings/#post-89789" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bffa6038a7d46814c4e42bb443d8cb50</guid>
				<title>Patrik posted on the forum topic How to Remove and Add Items in &#034;bp_get_displayed_user_nav&#034; in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-remove-and-add-items-in-bp_get_displayed_user_nav/?topic_page=2#p</link>
				<pubDate>Sat, 02 Oct 2010 20:11:32 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/youngmicroserf/" rel="nofollow ugc">@youngmicroserf</a> I&#8217;m having the same issue with the example that <a href="http://buddypress.org/community/members/mariochampion/" rel="nofollow ugc">@mariochampion</a> provided.</p>
<p>mariochampion or anyone else who knows; it would be very helpfull if you could tell what to change. I assume it&#8217;s the xprofile.php file we should copy and edit since I can&#8217;t find a file named xprofile-setting.php.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e999d04ff4ca426c52fe6157528e1071</guid>
				<title>Youngmicroserf posted on the forum topic How to Remove and Add Items in &#034;bp_get_displayed_user_nav&#034; in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-remove-and-add-items-in-bp_get_displayed_user_nav/?topic_page=2#p</link>
				<pubDate>Tue, 21 Sep 2010 17:10:00 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m bumping this because the @-mention above didn&#8217;t work, apparently. <a href="http://buddypress.org/community/members/boonebgorges/" rel="nofollow ugc">@boonebgorges</a>, for some reason, your suggested solution doesn&#8217;t work. I suppose it has to do with the hook, but using bp_core_remove_nav_item(‘groups’) doesn&#8217;t work at &#8216;bp_setup_nav&#8217;, while it does work at the point <a href="http://buddypress.org/community/members/mariochampion/" rel="nofollow ugc">@mariochampion</a> suggested. Here&#8217;s a problem, though, in my ins&hellip;<span class="activity-read-more" id="activity-read-more-71019"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-remove-and-add-items-in-bp_get_displayed_user_nav/?topic_page=2#p" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8606c26c225c01ca04b2e2d98e0e18e5</guid>
				<title>Youngmicroserf posted on the forum topic How to Remove and Add Items in &#034;bp_get_displayed_user_nav&#034; in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-remove-and-add-items-in-bp_get_displayed_user_nav/?topic_page=2#p</link>
				<pubDate>Tue, 21 Sep 2010 05:44:39 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/boone/" rel="nofollow ugc">@Boone</a> Gorges, using bp_core_remove_nav_item( &#8216;blogs&#8217; ) at bp_setup_nav didn&#8217;t work for me. But putting it in mariochampions function right after &#8220;global $bp&#8221; did &#8211; any idea why? <a href="http://buddypress.org/community/members/mariochampion/" rel="nofollow ugc">@mariochampion</a>, sorry, but I&#8217;m new to BP, and I can&#8217;t find the xprofile-settings.php you&#8217;re referring to above &#8211; could you give me a hand? Could you also indicate where you [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">42f6f4e8c01419cf55635eba57154f0f</guid>
				<title>footybible posted on the forum topic First stable release &#038; Docs in the group BuddyPress Moderation</title>
				<link>http://buddypress.org/community/groups/bp-moderation/forum/topic/first-stable-release-docs/#post-72405</link>
				<pubDate>Sat, 18 Sep 2010 08:49:33 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/mariochampion/" rel="nofollow ugc">@mariochampion</a> thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c350cb0144cfb5de92d848cf62da750b</guid>
				<title>footybible posted on the forum topic First stable release &#038; Docs in the group BuddyPress Moderation</title>
				<link>http://buddypress.org/community/groups/bp-moderation/forum/topic/first-stable-release-docs/#post-72146</link>
				<pubDate>Thu, 16 Sep 2010 08:05:47 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/aaronfrerichs/" rel="nofollow ugc">@aaronfrerichs</a> <a href="http://buddypress.org/community/members/mariochampion/" rel="nofollow ugc">@mariochampion</a> Whereabouts is this fix added?</p>
<p>Many thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">218d579c187fb989aab9fe658b4c10a8</guid>
				<title>Boone Gorges posted on the forum topic How to Remove and Add Items in &#034;bp_get_displayed_user_nav&#034; in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-remove-and-add-items-in-bp_get_displayed_user_nav/?topic_page=2#p</link>
				<pubDate>Wed, 08 Sep 2010 16:09:46 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thanks for the example code, <a href="http://buddypress.org/community/members/mariochampion/" rel="nofollow ugc">@mariochampion</a>. Action order can be a bit mystifying. I assume that your action is working because it&#8217;s getting loaded after BP is, otherwise I don&#8217;t think it would work. In any case, it&#8217;s very helpful to have more data points.</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>