<?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 | jaykdoe | Mentions</title>
	<link>https://buddypress.org/members/jaykdoe/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/jaykdoe/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning jaykdoe.</description>
	<lastBuildDate>Sat, 04 Apr 2026 20:15: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">2b3d9bc8005deff4f1f3b94eebab8fc8</guid>
				<title>Henry Wright replied to the topic How to make buddypress member profiles private for everyone in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-make-buddypress-member-profiles-private-for-everyone/#post-239824</link>
				<pubDate>Fri, 29 May 2015 08:33:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/jaykdoe/" rel="nofollow ugc">@jaykdoe</a></p>
<p>You could try this:</p>
<p><code>function my_private_profiles() {</p>
<p>    // Bail if not a profile page.<br />
    if ( ! bp_is_user_profile() )<br />
        return;</p>
<p>    // Allow admin users.<br />
    if ( current_user_can( &#039;manage_options&#039; ) )<br />
        return;</p>
<p>    // Allow the profile owner.<br />
    if ( bp_loggedin_user_id() == bp_displayed_user_id() )&hellip;</code><span class="activity-read-more" id="activity-read-more-418503"><a href="https://buddypress.org/support/topic/how-to-make-buddypress-member-profiles-private-for-everyone/#post-239824" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>