<?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 | sundev | Mentions</title>
	<link>https://buddypress.org/members/sundev/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/sundev/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning sundev.</description>
	<lastBuildDate>Wed, 22 Apr 2026 13:35:42 +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">a5bdfc6f3b10d1f9fc8bcd7b8a4fa991</guid>
				<title>Henry Wright replied to the topic Rename &#034;Messages&#034; nav to &#034;Mails&#034; in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/rename-messages-nav-to-mails/#post-185995</link>
				<pubDate>Tue, 05 Aug 2014 21:49:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="http://buddypress.org/members/sundev/" rel="nofollow ugc">@sundev</a></p>
<p>Check out the <a href="http://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/" rel="nofollow ugc">Customizing Labels, Messages, and URLs</a> article. To customise the label I think you&#8217;ll need to use a language file.</p>
<p>If you also want to change the slug in the URL, try adding this to your <em>bp-custom.php</em> file <code>define( &#039;BP_MESSAGES_SLUG&#039;, &#039;mails&#039; );</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2e87aacf224f368e96788b26a9eb0b3a</guid>
				<title>Henry Wright replied to the topic How I hide my un-wanted profile tabs in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/how-i-hide-my-un-wanted-profile-tabs/#post-180126</link>
				<pubDate>Sat, 22 Mar 2014 10:51:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="http://buddypress.org/community/members/sundev/" rel="nofollow ugc">@sundev</a></p>
<p>Have you tried using <code>bp_core_remove_nav_item( &#039;slug&#039; )</code>? There is also a function available in BP to remove sub-nav items <code>bp_core_remove_subnav_item( &#039;slug&#039;, &#039;subnav-slug&#039; )</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f2b032b0a5aa13066ab4d730bdcc83e4</guid>
				<title>Henry replied to the topic change &#039;their&#039; to &#039;his&#039; or &#039;her&#039; in activity stream in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/change-their-to-his-or-her-in-activity-stream/#post-176175</link>
				<pubDate>Sun, 29 Dec 2013 22:22:14 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/sundev/" rel="nofollow ugc">@sundev</a> you would need to capture each member&#8217;s gender using a profile field. A radio button would do it. </p>
<p>Then once you have that information you could do a simple check when filtering the text.</p>
<p>e.g</p>
<p><code><br />
if ( is male ) {<br />
    // this must be a male so filter the text to say &#039;his&#039;<br />
} else {<br />
   // this must be a woman so filter the text to say&hellip;</code><span class="activity-read-more" id="activity-read-more-214195"><a href="http://buddypress.org/support/topic/change-their-to-his-or-her-in-activity-stream/#post-176175" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4f102d84a060ccc601e4468a763ca33d</guid>
				<title>Henry replied to the topic change &#039;their&#039; to &#039;his&#039; or &#039;her&#039; in activity stream in the forum Installing BuddyPress</title>
				<link>http://buddypress.org/support/topic/change-their-to-his-or-her-in-activity-stream/#post-176163</link>
				<pubDate>Sun, 29 Dec 2013 17:11:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="http://buddypress.org/community/members/sundev/" rel="nofollow ugc">@sundev</a></p>
<p>No, it wouldn&#8217;t change. You would need to filter the text accordingly depending on the gender they specify in their gender profile field.</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>