<?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 | since | Mentions</title>
	<link>https://buddypress.org/members/since/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/since/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning since.</description>
	<lastBuildDate>Fri, 24 Apr 2026 03:45:22 +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">d85343a3b120af456f343d2951b2e4ce</guid>
				<title>Anonymous User 16480907 replied to the topic Remove invite members link for group members in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/remove-invite-members-link-for-group-members/#post-325014</link>
				<pubDate>Thu, 16 Jun 2022 13:20:58 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/andrew_long15/" rel="nofollow ugc">@andrew_long15</a></p>
<p>use this code.</p>
<p>/**<br />
 * Removes send invite tab according to Group Invitations setting.<br />
 *<br />
 * <a href="https://buddypress.org/members/since/" rel="nofollow ugc">@since</a> 2.2.0<br />
 */<br />
function remove_send_invite_tab() {<br />
	if ( ! bp_is_group() || ( bp_is_current_action( &#8216;admin&#8217; ) &amp;&amp; bp_action_variable( 0 ) ) || is_super_admin() ) {<br />
		return;<br />
	}</p>
<p>	// Add the admin subnav slug you want to hide in the&hellip;<span class="activity-read-more" id="activity-read-more-3129493"><a href="https://buddypress.org/support/topic/remove-invite-members-link-for-group-members/#post-325014" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">649635ff1c17b0764b8b5e1c2c4e261f</guid>
				<title>Anonymous User 16480907 replied to the topic Remove invite members link for group members in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/remove-invite-members-link-for-group-members/#post-325013</link>
				<pubDate>Thu, 16 Jun 2022 13:16:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>/**<br />
 * Removes send invite tab according to Group Invitations setting.<br />
 *<br />
 * <a href="https://buddypress.org/members/since/" rel="nofollow ugc">@since</a> 2.2.0<br />
 */<br />
function remove_send_invite_tab() {<br />
	if ( ! bp_is_group() || ( bp_is_current_action( &#8216;admin&#8217; ) &amp;&amp; bp_action_variable( 0 ) ) || is_super_admin() ) {<br />
		return;<br />
	}</p>
<p>	// Add the admin subnav slug you want to hide in the following array.<br />
	$hide_tabs =&hellip;<span class="activity-read-more" id="activity-read-more-3129485"><a href="https://buddypress.org/support/topic/remove-invite-members-link-for-group-members/#post-325013" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">31112b9b53ce4777064807cd7909fd7a</guid>
				<title>Bharat started the topic Buddypress Registration shortcode in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/buddypress-registration-shortcode-2/</link>
				<pubDate>Sat, 01 Feb 2020 17:04:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello Buddybpress team</p>
<p>I want to create custom short code for buddypress registration from and i have follow below thing .<br />
1) plugin -&gt; bp-custom.php file in I&#8217;ve add copy register.php file code and create short code using same register page code but when i place that shortcode other pages not working .</p>
<p>Is there any solution for that ?</p>
<p>Here my&hellip;<span class="activity-read-more" id="activity-read-more-2109970"><a href="https://buddypress.org/support/topic/buddypress-registration-shortcode-2/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e72eae2871c36352fce3aa4ea38bb0f0</guid>
				<title>Prashant Singh replied to the topic Is it possible in Buddy Press to give only permission to delete private message in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/is-it-possible-in-buddy-press-to-give-only-permission-to-delete-private-message/#post-278463</link>
				<pubDate>Thu, 11 Oct 2018 05:45:14 +0000</pubDate>

									<content:encoded><![CDATA[<p><code>&lt;?php<br />
/**<br />
 * BP Nouveau Messages main template.<br />
 *<br />
 * This template is used to inject the BuddyPress Backbone views<br />
 * dealing with user&#039;s private messages.<br />
 *<br />
 * <a href="https://buddypress.org/members/since/" rel="nofollow ugc">@since</a> 3.0.0<br />
 * <a href="https://buddypress.org/members/version/" rel="nofollow ugc">@version</a> 3.1.0<br />
 */<br />
?&gt;<br />
&lt;div class=&quot;subnav-filters filters user-subnav bp-messages-filters&quot; id=&quot;subsubnav&quot;&gt;&lt;/div&gt;</p>
<p>&lt;div class=&quot;bp-messages-feedback&quot;&gt;&lt;/div&gt;<br />
&lt;div&hellip;</code><span class="activity-read-more" id="activity-read-more-1373935"><a href="https://buddypress.org/support/topic/is-it-possible-in-buddy-press-to-give-only-permission-to-delete-private-message/#post-278463" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c2a1886487df81cea266f6b9dac47d2a</guid>
				<title>Prashant Singh replied to the topic Members Masonry - Element in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/members-masonry-element/#post-276694</link>
				<pubDate>Mon, 24 Sep 2018 14:02:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>ohh ok got that.</p>
<p><code>/**<br />
* Buddypress Members masonry<br />
*<br />
*<br />
* @package WordPress<br />
* @subpackage K Elements<br />
* <a href="https://buddypress.org/members/author/" rel="nofollow ugc">@author</a> SeventhQueen &lt;themesupport@seventhqueen.com&gt;<br />
* <a href="https://buddypress.org/members/since/" rel="nofollow ugc">@since</a> K Elements 1.0<br />
*/</p>
<p>$output = &#039;&#039;;</p>
<p>extract(<br />
shortcode_atts( array(<br />
&#039;type&#039; =&gt; &#039;newest&#039;,<br />
&#039;member_type&#039; =&gt; &#039;all&#039;,<br />
&#039;number&#039; =&gt; 12,<br />
&#039;class&#039; =&gt; &#039;&#039;,<br />
&#039;rounded&#039; =&gt; &quot;rounded&quot;,<br />
&#039;avatarsize&#039; =&gt;&hellip;</code><span class="activity-read-more" id="activity-read-more-1346377"><a href="https://buddypress.org/support/topic/members-masonry-element/#post-276694" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5c193961e2790ec7abee4ec0f7ea3b8d</guid>
				<title>Slava Abakumov replied to the topic Email all users of updated Forums in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/email-all-users-of-updated-forums/#post-263644</link>
				<pubDate>Thu, 09 Feb 2017 21:58:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>Yes, you can use a hook in a function <code>bp_activity_add()</code> called the same.</p>
<p><code>/**<br />
 * Fires at the end of the execution of adding a new activity item, before returning the new activity item ID.<br />
 *<br />
 * <a href="https://buddypress.org/members/since/" rel="nofollow ugc">@since</a> 1.1.0<br />
 *<br />
 * <a href="https://buddypress.org/members/param/" rel="nofollow ugc">@param</a> array $r Array of parsed arguments for the activity item being added.<br />
 */<br />
do_action( &#039;bp_activity_add&#039;, $r );<br />
</code></p>
<p>So you should&hellip;<span class="activity-read-more" id="activity-read-more-714106"><a href="https://buddypress.org/support/topic/email-all-users-of-updated-forums/#post-263644" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0db08b2cfda0d50b24d3ad8fa1723f8e</guid>
				<title>@mercime replied to the topic [Resolved] Front.php and BuddyPress 2.6 in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/front-php-and-buddypress-2-6/#post-255535</link>
				<pubDate>Thu, 30 Jun 2016 07:20:11 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/destac/" rel="nofollow ugc">@destac</a> There are different ways to implement the new feature. For the screenshot, I did it in 4 simple steps. </p>
<p>Note that you might need to adjust how the widgets are registered, named, or styled based on your theme.</p>
<p>1. Registered three new widget areas in the child/theme&#8217;s <code>functions.php</code> file.</p>
<p><code>&lt;?php // Only add this line if you are adding this&hellip;</code><span class="activity-read-more" id="activity-read-more-579067"><a href="https://buddypress.org/support/topic/front-php-and-buddypress-2-6/#post-255535" 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">aae4b626dffb57e51812ba5e65dfbc09</guid>
				<title>Joshua Blevins started 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/</link>
				<pubDate>Wed, 23 Dec 2015 21:26:09 +0000</pubDate>

									<content:encoded><![CDATA[<p>Right now I am trying to make my own custom entry.php for my activity loops. When looking at the bp-default one to get a good idea of what one should look like i ran into the following code.</p>
<p><code>&lt;?php bp_activity_action(); ?&gt;</code></p>
<p>Now I found this function in bp-activity-template.php in the github project, but that was not too helpful either. The file&hellip;<span class="activity-read-more" id="activity-read-more-499203"><a href="https://buddypress.org/support/topic/question-about-bp_activity_action/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f1e9eb1706e8872ed30b47c310940994</guid>
				<title>Marc started the topic Bug in bp_notifications_get_notifications_for_user hook or misunderstood in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/bug-in-bp_notifications_get_notifications_for_user-hook-or-misunderstood/</link>
				<pubDate>Tue, 25 Aug 2015 10:02:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi everyone,</p>
<p>I&#8217;am currently try to add custom notification from a non BuddyPress component. I&#8217;m using this hooks:<br />
<code>bp_notifications_get_registered_components</code><br />
<code>bp_notifications_get_notifications_for_user</code><br />
and this function:<br />
<code>bp_notifications_add_notification</code></p>
<p>Everything works well except the hook <code>bp_notifications_get_notifications_for_user</code>. My problem&hellip;<span class="activity-read-more" id="activity-read-more-453618"><a href="https://buddypress.org/support/topic/bug-in-bp_notifications_get_notifications_for_user-hook-or-misunderstood/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">503d4937e1049007e9db2651f4a543ff</guid>
				<title>Mr. Vibe replied to the topic BP Messages Star fx for themes based on bp-deafult in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/bp-messages-star-fx-for-themes-based-on-bp-deafult/#post-240664</link>
				<pubDate>Sat, 13 Jun 2015 11:49:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>Updated :<br />
<code>add_action(&#039;wp_ajax_messages_star&#039;,&#039;bp_course_messages_star&#039;);<br />
function bp_course_messages_star(){<br />
  if(function_exists(&#039;bp_messages_star_set_action&#039;) &amp;&amp; is_numeric($_POST[&#039;message_id&#039;]) &amp;&amp; in_array($_POST[&#039;star_status&#039;],array(&#039;star&#039;,&#039;unstar&#039;))){<br />
    echo bp_messages_star_set_action(array(<br />
        &#039;action&#039;     =&gt; $_POST[&#039;star_status&#039;],&hellip;</code><span class="activity-read-more" id="activity-read-more-424845"><a href="https://buddypress.org/support/topic/bp-messages-star-fx-for-themes-based-on-bp-deafult/#post-240664" 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">81f74cbcfae6c525fc294dead846799c</guid>
				<title>TracyByrne replied to the topic URL for Menu to Logged-in User&#039;s Profile Page in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/url-for-menu-to-logged-in-users-profile-page/#post-165266</link>
				<pubDate>Sun, 02 Jun 2013 21:51:03 +0000</pubDate>

									<content:encoded><![CDATA[<p>you&#8217;re not going to believe this but there is VERY little in the functions.php file &#8230;</p>
<blockquote><p>
&lt;?php<br />
/**<br />
 * Infinity Theme: theme functions<br />
 *<br />
 * <a href="https://buddypress.org/community/members/author/" rel="nofollow ugc">@author</a> Marshall Sorenson &lt;marshall@presscrew.com&gt;<br />
 * <a href="https://buddypress.org/community/members/link/" rel="nofollow ugc">@link</a> <a href="http://infinity.presscrew.com/" rel="nofollow ugc">http://infinity.presscrew.com/</a><br />
 * <a href="https://buddypress.org/community/members/copyright/" rel="nofollow ugc">@copyright</a> Copyright (C) 2010-2011 Marshall Sorenson<br />
 * @license <a href="http://www.gnu.org/licenses/gpl.html" rel="nofollow ugc">http://www.gnu.org/licenses/gpl.html</a> GPLv2 or&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-208333"><a href="https://buddypress.org/support/topic/url-for-menu-to-logged-in-users-profile-page/#post-165266" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4d0c982c832c80cdd7968e0422a992d2</guid>
				<title>Bigjimmysisco started the forum topic Function to Display Topic Tags in bp-1.3 not working for me. in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/function-to-display-topic-tags-in-bp-1-3-not-working-for-me/</link>
				<pubDate>Fri, 10 Jun 2011 02:11:02 +0000</pubDate>

									<content:encoded><![CDATA[<p>I have been wanting to display the tags in my topic for the <i>longest</i> time in the world, and when I finally think I have it, <i>of coarse </i>, I don&#8217;t. I put this in my bp-custom.php file: `function bp_forum_topic_tag_list_1() { echo bp_get_forum_topic_tag_list_1(); } /** * Get the current topic&#8217;s tag list * * @package BuddyPress * <a href="http://buddypress.org/community/members/since/" rel="nofollow ugc">@since</a> 1.3 [&#8230;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d5fab7dec47e2e26bbb64686d502e3db</guid>
				<title>Oliver Williams posted on the forum topic Forums Bug: There are no posts for this topic. in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/forums-bug-there-are-no-posts-for-this-topic/#post-82353</link>
				<pubDate>Wed, 15 Dec 2010 13:24:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>` &lt; ?php<br />
/**<br />
 * The base configurations of bbPress.<br />
 *<br />
 * This file has the following configurations: MySQL settings, Table Prefix,<br />
 * Secret Keys and bbPress Language. You can get the MySQL settings from your<br />
 * web host.<br />
 *<br />
 * This file is used by the installer during installation.<br />
 *<br />
 * @package bbPress<br />
 */</p>
<p>// ** MySQL settings &#8211; You can get&hellip;<span class="activity-read-more" id="activity-read-more-123265"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/forums-bug-there-are-no-posts-for-this-topic/#post-82353" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>