<?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 | return | Mentions</title>
	<link>https://buddypress.org/members/return/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/return/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning return.</description>
	<lastBuildDate>Wed, 15 Apr 2026 19:47:33 +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">475ac25599450be14f26cfa8ecf6bd36</guid>
				<title>GyziieDK replied to the topic Exclude Site Role From Member Directory in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/exclude-site-role-from-member-directory/#post-335570</link>
				<pubDate>Sat, 09 Nov 2024 10:15:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>Figured it out (I&#8217;m stupid lol).</p>
<p>I can confirm that the snippet from Brajesh Singh still works. Just make sure to place it into your <strong>bp-custom.php</strong> (/wp-content/plugins/bp-custom.php). Turns out my role wasn&#8217;t called &#8220;Basic&#8221; (as shown/named within the backend). Since I use Paid Membership Pro it used <strong>pmpro_role_1</strong> set by PMP.</p>
<p>Remember to change&hellip;<span class="activity-read-more" id="activity-read-more-3680777"><a href="https://buddypress.org/support/topic/exclude-site-role-from-member-directory/#post-335570" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8161cb6e76f628e5f1b8a44aa41cd80b</guid>
				<title>Mohammad Imran replied to the topic Display portion of user bio in membership directory in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/display-portion-of-user-bio-in-membership-directory/#post-334442</link>
				<pubDate>Tue, 25 Jun 2024 07:54:24 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/stephunique/" rel="nofollow ugc">@stephunique</a> with the help of this code snippet, you can display the user bio on member directory.</p>
<p>/**<br />
 * User Bio on member directory.<br />
 *<br />
 * <a href="https://buddypress.org/members/return/" rel="nofollow ugc">@return</a> void<br />
 */<br />
function display_user_bio_on_member_directory() {<br />
	if ( ! bp_is_members_directory() ) {<br />
		return;<br />
	}<br />
	global $members_template;<br />
	$member_id = $members_template-&gt;member-&gt;id;<br />
	$bio       =&hellip;<span class="activity-read-more" id="activity-read-more-3627057"><a href="https://buddypress.org/support/topic/display-portion-of-user-bio-in-membership-directory/#post-334442" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b105f5e75acbae103c32b28ae6b51b6a</guid>
				<title>Varun Dubey replied to the topic Help with labels in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/help-with-labels/#post-333107</link>
				<pubDate>Tue, 06 Feb 2024 16:38:11 +0000</pubDate>

									<content:encoded><![CDATA[<p>You can use the WordPress gettext filter. </p>
<p>This filter allows you to intercept and modify text before it&#8217;s displayed on the page. Here&#8217;s an example of how you can use it to change a specific string in BuddyPress:</p>
<p><code>/**<br />
 * Translates specific strings in BuddyPress to new values.<br />
 * This function hooks into the &#039;gettext&#039; filter provided by&hellip;</code><span class="activity-read-more" id="activity-read-more-3575337"><a href="https://buddypress.org/support/topic/help-with-labels/#post-333107" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b6ea53fab05fe93ecda659585977f0b2</guid>
				<title>Mauro replied to the topic Member Loop only MemberPress members in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/member-loop-only-memberpress-members/#post-320167</link>
				<pubDate>Sat, 24 Jul 2021 09:21:58 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve been testing this and found out that the code as is done in my previous post will break the members search feature from 3rd party plugins. So I modified this to use the &#8220;exclude&#8221; argument instead of the &#8220;include&#8221;.</p>
<p>Since doing this is going to be a heavy call on the server, I&#8217;ve decided to store my exclusion list in the DB as an option. I&#8217;m&hellip;<span class="activity-read-more" id="activity-read-more-2776749"><a href="https://buddypress.org/support/topic/member-loop-only-memberpress-members/#post-320167" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">66712e8d4c3ee67bf6be43c934cb4253</guid>
				<title>Mauro replied to the topic Member Loop only MemberPress members in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/member-loop-only-memberpress-members/#post-320118</link>
				<pubDate>Wed, 21 Jul 2021 14:19:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>Please note the above solution won&#8217;t work if you have a custom table prefix (i.e. different than &#8220;wp_&#8221;).<br />
I&#8217;ve put together this function using the bp_after_has_members_parse_args filter. Posting it here in case anyone needs it. So far it looks like it works fine.</p>
<p><code>/**<br />
 * Only list active MemberPress members in the members directory.<br />
 * sources:<br />
 *&hellip;</code><span class="activity-read-more" id="activity-read-more-2774131"><a href="https://buddypress.org/support/topic/member-loop-only-memberpress-members/#post-320118" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">98b86c51667cde064a5cc5b64fc3ab10</guid>
				<title>Joshua Blevins replied to the topic Question about bp_activity_action in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/question-about-bp_activity_action/#post-248062</link>
				<pubDate>Wed, 23 Dec 2015 22:34:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>I did look at that function as well.</p>
<p><code>/**<br />
	 * Return the activity content.<br />
	 *<br />
	 * <a href="https://buddypress.org/members/since/" rel="nofollow ugc">@since</a> 1.0.0<br />
	 * <a href="https://buddypress.org/members/deprecated/" rel="nofollow ugc">@deprecated</a> 1.5.0<br />
	 *<br />
	 * <a href="https://buddypress.org/members/todo/" rel="nofollow ugc">@todo</a> properly deprecate this function.<br />
	 *<br />
	 * @uses bp_get_activity_action()<br />
	 * @uses bp_get_activity_content_body()<br />
	 * @uses apply_filters() To call the &#039;bp_get_activity_content&#039; hook.<br />
	 *<br />
	 * <a href="https://buddypress.org/members/return/" rel="nofollow ugc">@return</a> string The&hellip;</code><span class="activity-read-more" id="activity-read-more-499217"><a href="https://buddypress.org/support/topic/question-about-bp_activity_action/#post-248062" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e698016349fff369be6c7a4c37ae4b31</guid>
				<title>https://www.rebelmouse.com/NetworkheadsoftheArabLiberatio/ replied to the topic  in the forum</title>
				<link>http://buddypress.org/support/topic/gennetworkarabeditors/#post-181745</link>
				<pubDate>Sat, 19 Apr 2014 11:04:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>&lt;?php<br />
/**<br />
 * WordPress User Page<br />
 *<br />
 * Handles authentication, registering, resetting passwords, forgot password,<br />
 * and other user handling.<br />
 *<br />
 * @package WordPress<br />
 */</p>
<p>/** Make sure that the WordPress bootstrap has run before continuing. */<br />
require( dirname(__FILE__) . &#8216;/wp-load.php&#8217; );</p>
<p>// Redirect to https login if forced to use SSL<br />
if (&hellip;<span class="activity-read-more" id="activity-read-more-229756"><a href="http://buddypress.org/support/topic/gennetworkarabeditors/#post-181745" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">afa730c7e20caac8671fc999fc635d53</guid>
				<title>yaakhi replied to the topic Redirecting Logged in users to activity.. in the forum Third Party Plugins</title>
				<link>http://buddypress.org/support/topic/redirecting-logged-in-users-to-activity/#post-166696</link>
				<pubDate>Mon, 24 Jun 2013 03:41:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>Sorrry but could not find the line you mentioned 🙁 here is the whole bp_profile_as_homepage_fork.php file `&lt;?php<br />
/*<br />
Plugin Name: BP Profile as Homepage Fork<br />
Description: Sets the user BP Profile as homepage on the site for logged in users. This emulates Facebook.<br />
Author: Mort3n<br />
Version: 1.0<br />
License: GPL2<br />
*/</p>
<p>/*  Copyright 2013  Mort3n</p>
<p>    This&hellip;<span class="activity-read-more" id="activity-read-more-209701"><a href="http://buddypress.org/support/topic/redirecting-logged-in-users-to-activity/#post-166696" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3a7feb49b1e7521538bb942f46e8dcbb</guid>
				<title>meg@info replied to the topic [Resolved] This script blocks oEmbed in the forum Miscellaneous</title>
				<link>http://buddypress.org/support/topic/this-script-blocks-oembed/#post-161641</link>
				<pubDate>Sun, 14 Apr 2013 20:47:31 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Add this code yo your functions.php, i was add filter to embed_maybe_make_link wp function.</p>
<p>It work!! but mybe there is more good solution for auto-embeding image in bp (personaly, i was search since for long time for solution, but i dont find it :p).<br />
<code>/**<br />
 * Check if url is image<br />
 * &lt;a href=&#039;http://buddypress.org/community/members/param/&#039;&hellip;</code><span class="activity-read-more" id="activity-read-more-206383"><a href="http://buddypress.org/support/topic/this-script-blocks-oembed/#post-161641" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2e5a131a982d9a2ea3b8c706b11bf726</guid>
				<title>danbpfr replied to the topic Creating large group of new users - need to turn off email notifications for all of them in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/creating-large-group-of-new-users-need-to-turn-off-email-notifications-for-all-of-them/#post-140146</link>
				<pubDate>Fri, 24 Aug 2012 16:38:24 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,<br />
try this in bp-custom.php<br />
<code>remove_filter( &#039;wpmu_signup_blog_notification&#039;, &#039;bp_core_activation_signup_blog_notification&#039;, 1, 7 );</code></p>
<p>source infos buddypress /bp-core/bp-core-filters.php</p>
<p>The concerned filter do this<br />
/***<br />
* bp_core_filter_blog_welcome_email()<br />
*<br />
* Replace the generated password in the welcome email.<br />
* This will not filter when the&hellip;<span class="activity-read-more" id="activity-read-more-321316"><a href="https://buddypress.org/support/topic/creating-large-group-of-new-users-need-to-turn-off-email-notifications-for-all-of-them/#post-140146" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9a06ab2d3acf9173627a273e0af82f81</guid>
				<title>Brajesh Singh replied to the topic Display age on profile page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/display-age-on-profile-page/#post-121850</link>
				<pubDate>Sun, 02 Oct 2011 14:04:10 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/kirkslater/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/kirkslater/" rel="nofollow ugc">@kirkslater</a>,<br />
Since you asked it in another thread, here is what you need</p>
<p>Put this function in your functions.php or bp-custom.php</p>
<p><code><br />
/**<br />
* Get Age from BuddyPress date of Birth<br />
* &lt;a href=&#039;http://buddypress.org/community/members/param/&#039; rel=&#039;nofollow&#039;&gt;<a href="http://buddypress.org/community/members/param/" rel="nofollow ugc">@param</a>&lt;/a&gt; string $dob_field_name :name of the DOB field in xprofile, like Dob or Date of Birth<br />
*&hellip;</code><span class="activity-read-more" id="activity-read-more-213858"><a href="http://buddypress.org/support/topic/display-age-on-profile-page/#post-121850" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>