<?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 | Abhishek Saini | Activity</title>
	<link>https://buddypress.org/members/abhishek6394/activity/</link>
	<atom:link href="https://buddypress.org/members/abhishek6394/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Abhishek Saini.</description>
	<lastBuildDate>Sun, 05 Apr 2026 21:33:34 +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">8c9ccdd286c59abf5664c680b3d36655</guid>
				<title>Abhishek Saini 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-334557</link>
				<pubDate>Mon, 08 Jul 2024 13:20:31 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/andrew_long15/" rel="nofollow ugc">@andrew_long15</a> , you can simply add this to remove the invites tab from the all groups.</p>
<p>add_filter( &#8216;bp_groups_user_can_send_invites&#8217;, &#8216;__return_false&#8217;  );</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">348ed93934e906f85538c7e00418d273</guid>
				<title>Abhishek Saini replied to the topic Display Avatar Changes in Activity Feed in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/display-avatar-changes-in-activity-feed/#post-334456</link>
				<pubDate>Wed, 26 Jun 2024 04:58:09 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/kokiri/" rel="nofollow ugc">@Kokiri</a><br />
Please change this function name &#8220;custom_bp_avatar_activity&#8221; and keep it unique and please remember this also that this will create a new activity So, you will get two activity for single profile uploads.<br />
<code>// Add action to show new avatar in activity stream<br />
function bp_generate_custom_avatar_activity($user_id, $args) {<br />
// Get the user&hellip;</code><span class="activity-read-more" id="activity-read-more-3627420"><a href="https://buddypress.org/support/topic/display-avatar-changes-in-activity-feed/#post-334456" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1afca83f5c62b4e374ce6630e960ba90</guid>
				<title>Abhishek Saini replied to the topic Hide own profile in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/hide-own-profile/#post-334444</link>
				<pubDate>Tue, 25 Jun 2024 09:46:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>If you want to hide currunt loggedin user from member directory you can easily use this code snippet.<br />
`function buddyx_exclude_users( $args ) {<br />
    if ( is_admin() &amp;&amp; ! defined( &#8216;DOING_AJAX&#8217; ) ) {<br />
        return $args;<br />
    }</p>
<p>    $excluded = isset( $args[&#8216;exclude&#8217;] ) ? $args[&#8216;exclude&#8217;] : array();</p>
<p>    if ( ! is_array( $excluded ) ) {&hellip;<span class="activity-read-more" id="activity-read-more-3627097"><a href="https://buddypress.org/support/topic/hide-own-profile/#post-334444" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c092ea0531a8cd2286ed71a0ca1f30f8</guid>
				<title>Abhishek Saini&#039;s profile was updated</title>
				<link>https://buddypress.org/updates/p/3626301/</link>
				<pubDate>Mon, 24 Jun 2024 11:00:38 +0000</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3e0dd2d2f5d0fa33ad6d99227ec76911</guid>
				<title>Abhishek Saini replied to the topic Display Avatar Changes in Activity Feed in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/display-avatar-changes-in-activity-feed/#post-334424</link>
				<pubDate>Mon, 24 Jun 2024 10:49:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>Buddypress by default provide the creating activity on profile uploads.</p>
<p><a href="https://prnt.sc/qg-NDzJP9nll" rel="nofollow ugc">https://prnt.sc/qg-NDzJP9nll</a></p>
<p>If you want to add your custom activity as you have given in your code snippet you can use it like this because hook is deprecated.</p>
<p>// Add action to show new avatar in activity stream<br />
function custom_bp_avatar_activity($user_id, $args) {<br />
    //&hellip;<span class="activity-read-more" id="activity-read-more-3626296"><a href="https://buddypress.org/support/topic/display-avatar-changes-in-activity-feed/#post-334424" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">77f6d43112bfcfc280c69b86ec43be3f</guid>
				<title>Abhishek Saini replied to the topic Members page sidebar in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/members-page-sidebar/#post-334423</link>
				<pubDate>Mon, 24 Jun 2024 09:52:49 +0000</pubDate>

									<content:encoded><![CDATA[<p><img loading="lazy" src="https://prnt.sc/GdVvz9bqfmdM" alt="" /></p>
<p>First Go to appearance section click on widgets and remove all widgets from the &#8221; Members Directory Right Sidebar &#8220;.<br />
It will remove all widgets from member directory</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>