<?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 | chris | Mentions</title>
	<link>https://buddypress.org/members/tomatillo/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/tomatillo/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning chris.</description>
	<lastBuildDate>Tue, 07 Apr 2026 17:33:55 +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">b5e3ac43d9bce273e1c284967902d263</guid>
				<title>Henry Wright replied to the topic Hiding the BuddyPress menu on specific BP pages in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/hiding-the-buddypress-menu-on-specific-bp-pages/#post-207687</link>
				<pubDate>Thu, 09 Oct 2014 10:59:49 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/tomatillo/" rel="nofollow ugc">@tomatillo</a></p>
<p>It&#8217;s definitely possible. Actually, there&#8217;s probably many ways to do it.</p>
<p>Try adding this to your theme&#8217;s functions.php file:</p>
<p><code>function my_custom_bp_nav_menu( $args ) {<br />
    if ( bp_is_current_action( &#039;following&#039; ) || bp_is_current_action( &#039;followers&#039; ) )<br />
        $args[&#039;echo&#039;] = false;</p>
<p>    return $args;<br />
}<br />
add_filter(&hellip;</code><span class="activity-read-more" id="activity-read-more-315396"><a href="https://buddypress.org/support/topic/hiding-the-buddypress-menu-on-specific-bp-pages/#post-207687" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">de4ce0bcb221f3f55f57522243d47f83</guid>
				<title>bp-help replied to the topic [Resolved] PHP for BuddyPress pages? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/php-for-buddypress-pages/#post-206312</link>
				<pubDate>Wed, 08 Oct 2014 14:59:11 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/tomatillo/" rel="nofollow ugc">@tomatillo</a><br />
bp_is_activity_component, bp_is_members_component, bp_is_profile_component, etc.<br />
Reference:</p>
<blockquote data-secret="ioABmiQqE4" class="wp-embedded-content"><p><a href="https://codex.buddypress.org/developer/template-tag-reference/" rel="nofollow ugc">Template Tag Reference</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"src="https://codex.buddypress.org/developer/template-tag-reference/embed/#?secret=ioABmiQqE4" data-secret="ioABmiQqE4" width="515" height="290" title="&#8220;Template Tag Reference&#8221; &#8212; BuddyPress Codex" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">54d9de5a756ba8249791068a275cf848</guid>
				<title>Henry Wright replied to the topic [Resolved] PHP for BuddyPress pages? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/php-for-buddypress-pages/#post-206311</link>
				<pubDate>Wed, 08 Oct 2014 14:54:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/tomatillo/" rel="nofollow ugc">@tomatillo</a></p>
<p><del datetime="2014-10-08T15:23:08+00:00">Try bp_current_action( &#8216;following&#8217; ) and bp_current_action( &#8216;followers&#8217; )</del></p>
<p><strong>Edit:</strong> I actually meant use <code>bp_is_current_action()</code> so</p>
<p><code>bp_is_current_action( &#039;following&#039; )</code> and <code>bp_is_current_action( &#039;followers&#039; )</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">44f404e80c79bb35ab86c5c37bfc706b</guid>
				<title>Henry Wright replied to the topic [Resolved] PHP for BuddyPress pages? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/php-for-buddypress-pages/#post-206311</link>
				<pubDate>Wed, 08 Oct 2014 14:54:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/tomatillo/" rel="nofollow ugc">@tomatillo</a></p>
<p><del datetime="2014-10-08T15:23:08+00:00">Try <code>bp_current_action( &#039;following&#039; )</code> and <code>bp_current_action( &#039;followers&#039; )</code></del></p>
<p><strong>Edit:</strong> I actually meant use <code>bp_is_current_action()</code> so</p>
<p><code>bp_is_current_action( &#039;following&#039; )</code> and <code>bp_is_current_action( &#039;followers&#039; )</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">422f691f2dfa5543e4c6a8e0d401dd71</guid>
				<title>Henry Wright replied to the topic [Resolved] PHP for BuddyPress pages? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/php-for-buddypress-pages/#post-206311</link>
				<pubDate>Wed, 08 Oct 2014 14:54:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/tomatillo/" rel="nofollow ugc">@tomatillo</a></p>
<p>Try <code>bp_current_action( &#039;following&#039; )</code> and <code>bp_current_action( &#039;followers&#039; )</code> </p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>