<?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 | Prashant Singh | Activity</title>
	<link>https://buddypress.org/members/prashantvatsh/activity/</link>
	<atom:link href="https://buddypress.org/members/prashantvatsh/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Prashant Singh.</description>
	<lastBuildDate>Sun, 12 Apr 2026 01:31:27 +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">94ab4d5195c954a29d18c3955a45eb48</guid>
				<title>Prashant Singh replied to the topic by default sort groups alphabetically in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/by-default-sort-groups-alphabetically/#post-312235</link>
				<pubDate>Mon, 08 Jun 2020 09:27:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>I have tested from both the users and also as a guest, groups are sorted alphabetically.</p>
<p>Please try to clear your cache. Also, check if everything you did for sorting is reverted except the code which I gave.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6b19916e28489f31a2a2cff4f4665cd2</guid>
				<title>Prashant Singh replied to the topic by default sort groups alphabetically in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/by-default-sort-groups-alphabetically/#post-312232</link>
				<pubDate>Sun, 07 Jun 2020 22:35:44 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi</p>
<p>Please revert this </p>
<blockquote><p>I basically reordered the options in the php file. and It worked to some extent.</p></blockquote>
<p> and put the following code in your bp-custom.php file or child theme&#8217;s functions.php file:</p>
<p><code>add_filter( &#039;bp_nouveau_get_groups_filters&#039;, function( $filters, $context ){<br />
	return array_reverse( $filters, true );<br />
},10,2);</code></p>
<p>I hope this will help&hellip;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7d29c933c374f29d9f458dd4d5b787ab</guid>
				<title>Prashant Singh replied to the topic Upload document at registration in the forum Requests &#038; Feedback</title>
				<link>https://buddypress.org/support/topic/upload-document-at-registration/#post-312231</link>
				<pubDate>Sun, 07 Jun 2020 22:05:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Please check this plugin <a href="https://wordpress.org/plugins/bp-xprofile-custom-field-types/" rel="nofollow ugc">https://wordpress.org/plugins/bp-xprofile-custom-field-types/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0fc5eda350c9e3f5dd1da92f784bf0f1</guid>
				<title>Prashant Singh replied to the topic Limit activity stream only to self in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/limit-activity-stream-only-to-self/#post-312216</link>
				<pubDate>Sat, 06 Jun 2020 14:34:45 +0000</pubDate>

									<content:encoded><![CDATA[<p><code>function ps_mine_activity_args( $args ) {</p>
<p>    if ( ! bp_is_activity_directory() || ! is_user_logged_in() || ! empty( $args[&#039;scope&#039;] ) ) {<br />
        return $args;<br />
    }</p>
<p>    $user_id = get_current_user_id();</p>
<p>    $args[&#039;user_id&#039;] = $user_id;</p>
<p>    return $args;</p>
<p>}<br />
add_filter( &#039;bp_after_has_activities_parse_args&#039;, &#039;ps_mine_activity_args&#039;&hellip;</code><span class="activity-read-more" id="activity-read-more-2316970"><a href="https://buddypress.org/support/topic/limit-activity-stream-only-to-self/#post-312216" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dfd9fe13348352ab2b63ec88d7fa774c</guid>
				<title>Prashant Singh replied to the topic Customize user activity form in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/customize-user-activity-form/#post-312215</link>
				<pubDate>Sat, 06 Jun 2020 14:15:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>Please check this plugin <a href="https://wordpress.org/plugins/mediapress/" rel="nofollow ugc">https://wordpress.org/plugins/mediapress/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">94a46c0d0b05b481ce8d170e58b5f97e</guid>
				<title>Prashant Singh replied to the topic followers in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/followers/#post-312201</link>
				<pubDate>Fri, 05 Jun 2020 21:41:37 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Please check this plugin <a href="https://wordpress.org/plugins/buddypress-followers/" rel="nofollow ugc">https://wordpress.org/plugins/buddypress-followers/</a></p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3f3fb75961fc39e9a52f1b29f1ca05d5</guid>
				<title>Prashant Singh replied to the topic Remove all members section in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/remove-all-members-section/#post-312200</link>
				<pubDate>Fri, 05 Jun 2020 21:09:29 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Hopefully this <a href="https://buddydev.com/set-default-landing-tab-buddypress-activity-directory/" rel="nofollow ugc">https://buddydev.com/set-default-landing-tab-buddypress-activity-directory/</a> will help you.</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5bfbf88e72b38726b13a3eef9ed08cc8</guid>
				<title>Prashant Singh replied to the topic Refresh activities without having to click the &#034;Latest Updates&#034; button in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/refresh-activities-without-having-to-click-the-latest-updates-button/#post-311222</link>
				<pubDate>Sat, 25 Apr 2020 02:55:33 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>There&#8217;s a setting in BuddyPress for auto-refresh <a href="https://prnt.sc/s5kof3" rel="nofollow ugc">https://prnt.sc/s5kof3</a></p>
<p>Please check if this helps you.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">27033fba34da8f5589071a44db49b3dd</guid>
				<title>Prashant Singh replied to the topic Send Invites Adds Users to Group Automatically in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/send-invites-adds-users-to-group-automatically/#post-309966</link>
				<pubDate>Thu, 30 Jan 2020 21:38:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Please check this: <a href="https://wordpress.stackexchange.com/questions/6664/how-to-auto-accept-a-friend-request-in-buddypress-based-on-user-meta" rel="nofollow ugc">https://wordpress.stackexchange.com/questions/6664/how-to-auto-accept-a-friend-request-in-buddypress-based-on-user-meta</a></p>
<p>Please remove the condition of <code>is_user_expert</code> and check after that. You should try this on the dev/staging version of your site and if it works for you then you can use it on your live site.</p>
<p>For members&hellip;<span class="activity-read-more" id="activity-read-more-2108011"><a href="https://buddypress.org/support/topic/send-invites-adds-users-to-group-automatically/#post-309966" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b9b50831d8fd909cc4ed729b8a31ae9d</guid>
				<title>Prashant Singh replied to the topic Post ratings buddypress sweet date core profile in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/post-ratings-buddypress-sweet-date-core-profile/#post-309755</link>
				<pubDate>Tue, 14 Jan 2020 18:13:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi</p>
<p>I think you are looking for this <a href="https://wordpress.org/plugins/bp-user-profile-reviews/" rel="nofollow ugc">https://wordpress.org/plugins/bp-user-profile-reviews/</a> but this was last updated a year ago so please test it once on staging or localhost before going live.</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">df97eba67e79ed148deb4a46f8954c05</guid>
				<title>Prashant Singh replied to the topic Can not create members menu in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/can-not-create-members-menu/#post-309754</link>
				<pubDate>Tue, 14 Jan 2020 18:06:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi</p>
<p>If it is not created then please create a page with the name &#8216;Members&#8217; <a href="https://prnt.sc/qno0jj" rel="nofollow ugc">https://prnt.sc/qno0jj</a> and assign it here <a href="https://prnt.sc/qno0l4" rel="nofollow ugc">https://prnt.sc/qno0l4</a> then you can see that page in the menu panel.</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">75420b750f2d7d2b77fc62f2dec3c286</guid>
				<title>Prashant Singh replied to the topic Can not create members menu in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/can-not-create-members-menu/#post-309746</link>
				<pubDate>Mon, 13 Jan 2020 21:14:03 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Please check if the page is created under pages and also if it is assigned in BuddyPress settings.</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d1d7c25d9ec048a6a6d6c33551e62c4c</guid>
				<title>Prashant Singh replied to the topic @all in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/all/#post-309725</link>
				<pubDate>Sat, 11 Jan 2020 19:34:21 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>I guess it is not possible to tag all members at once. Although this one <a href="https://buddypress.org/support/topic/how-mention-all-members/" rel="nofollow ugc">https://buddypress.org/support/topic/how-mention-all-members/</a> is old but just to check the reason why &#8216;all mention&#8217; is not recommended you can see that. The plugin mentioned there is very old and hasn’t been tested with the latest 3 major releases so be careful to use it.</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1f3282e0696c0f3a5ddf22c41765346f</guid>
				<title>Prashant Singh replied to the topic buddypress group display in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buddypress-group-display/#post-309724</link>
				<pubDate>Sat, 11 Jan 2020 19:19:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>You can mark that group as a featured group using this plugin <a href="https://wordpress.org/plugins/bp-featured-groups/" rel="nofollow ugc">https://wordpress.org/plugins/bp-featured-groups/</a> and then can show that on your page using the shortcode provided.</p>
<p>I hope this will help you.</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">75e7ff8887ffe76f382eccfa0d8d23b6</guid>
				<title>Prashant Singh replied to the topic Profile fields can only be changed by admin? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/profile-fields-can-only-be-changed-by-admin/#post-309723</link>
				<pubDate>Sat, 11 Jan 2020 19:12:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/dfcday/" rel="nofollow ugc">@dfcday</a></p>
<p>I think you are looking for this solution <a href="https://buddydev.com/plugins/bp-non-editable-profile-fields/" rel="nofollow ugc">https://buddydev.com/plugins/bp-non-editable-profile-fields/</a></p>
<p>Hope this will help.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f3cbbe001892b6bc97d2563d5ee89881</guid>
				<title>Prashant Singh replied to the topic How To: Change Number of Entries on the Group and Members Pages? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-change-number-of-entries-on-the-group-and-members-pages/#post-307058</link>
				<pubDate>Sat, 20 Jul 2019 14:33:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Please try this code.</p>
<p><code>function ps_groups_per_page( $loop ) {<br />
if ( bp_is_groups_directory() ) {<br />
$loop[&#039;per_page&#039;] = &#039;40&#039;;<br />
}<br />
return $loop;<br />
}<br />
add_filter( &#039;bp_after_has_groups_parse_args&#039;, &#039;ps_groups_per_page&#039;);</code></p>
<p>You can paste this code in your child theme&#8217;s functions.php file or just create&hellip;<span class="activity-read-more" id="activity-read-more-1836054"><a href="https://buddypress.org/support/topic/how-to-change-number-of-entries-on-the-group-and-members-pages/#post-307058" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f59a85aec498bcf3a194051cd2cffcc7</guid>
				<title>Prashant Singh replied to the topic Display custom action in group activity stream tab in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/display-custom-action-in-group-activity-stream-tab/#post-307057</link>
				<pubDate>Sat, 20 Jul 2019 14:23:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Can you please confirm if you are getting the id of the group in this variable <code>$gid</code>?</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b350597d9c672f04ca2e6d25a41aa285</guid>
				<title>Prashant Singh replied to the topic Custom Group Fields not storing if you go to previous step in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/custom-group-fields-not-storing-if-you-go-to-previous-step/#post-307056</link>
				<pubDate>Sat, 20 Jul 2019 14:07:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>It&#8217;s because you forgot to use this function <a href="https://prnt.sc/ohpc6z" rel="nofollow ugc">https://prnt.sc/ohpc6z</a></p>
<p>You have created it but have not used it. It returns the value of saved meta.</p>
<p>So now you have to replace this line:<br />
<code><br />
&lt;textarea name=&quot;group-guidelines&quot; id=&quot;group-guidelines&quot; aria-required=&quot;true&quot;&gt;&lt;/textarea&gt;<br />
</code></p>
<p>with this<br />
<code><br />
&lt;textarea name=&quot;group-guidelines&quot; id=&quot;group-guidelines&quot;&hellip;</code><span class="activity-read-more" id="activity-read-more-1836018"><a href="https://buddypress.org/support/topic/custom-group-fields-not-storing-if-you-go-to-previous-step/#post-307056" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cccfc244eb8b94db4dcbf1be448f74b3</guid>
				<title>Prashant Singh replied to the topic How can i assign a CSS class/selector to the unread notification count. in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-can-i-assign-a-css-class-selector-to-the-unread-notification-count/#post-307055</link>
				<pubDate>Sat, 20 Jul 2019 13:49:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>If you need a different color then you have to use the element class and add a CSS rule for it.</p>
<p>For example:</p>
<p><code><br />
.your_class_name_here{<br />
  background: your_color_code_here;<br />
}<br />
</code></p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">17ee762e220884705ce702eab54c53cd</guid>
				<title>Prashant Singh replied to the topic Name Not Displaying on Profile Pages, Register Link Not Displaying in Menu in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/name-not-displaying-on-profile-pages-register-link-not-displaying-in-menu/#post-307054</link>
				<pubDate>Sat, 20 Jul 2019 13:42:54 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Have you checked if the issue remains with any default theme, like twenty nineteen, in use?</p>
<p>Please have a full backup of your site and then try switching the theme to test this.</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0fb0354b459d2f6753293d61ea8c7635</guid>
				<title>Prashant Singh replied to the topic How can I make Buddypress Activity Stream for friends only? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-can-i-make-buddypress-activity-stream-for-friends-only/#post-307053</link>
				<pubDate>Sat, 20 Jul 2019 13:34:13 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Please try this solution <a href="https://buddydev.com/make-your-buddypress-sitewide-activity-stream-friends-only/" rel="nofollow ugc">https://buddydev.com/make-your-buddypress-sitewide-activity-stream-friends-only/</a></p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">642d8cdbdc6ea57fe14fe0ba37dd9bab</guid>
				<title>Prashant Singh replied to the topic User Feedback Buttons in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/user-feedback-buttons/#post-306662</link>
				<pubDate>Sun, 23 Jun 2019 14:00:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>Yes, please try that and if there is any browser cache clear that too.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2da32b7dacf55c53d47c6b2f0c51c1ad</guid>
				<title>Prashant Singh replied to the topic User Feedback Buttons in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/user-feedback-buttons/#post-306660</link>
				<pubDate>Sun, 23 Jun 2019 13:43:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>It&#8217;s very strange. I can see it perfectly fine with just BuddyPress and Twenty Nineteen theme activated. Can you please try changing the theme to twenty seventeen and then check if it is coming there?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9cee3e11c5fe1ffd5519eae75dc9f3da</guid>
				<title>Prashant Singh replied to the topic group creation doenst work in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/group-creation-doenst-work/#post-306659</link>
				<pubDate>Sun, 23 Jun 2019 13:36:24 +0000</pubDate>

									<content:encoded><![CDATA[<p>Please have a backup first and then try deactivating plugins except for BuddyPress.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">88839fb6e492e27b5f1638fbb3c5f79c</guid>
				<title>Prashant Singh replied to the topic group creation doenst work in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/group-creation-doenst-work/#post-306656</link>
				<pubDate>Sun, 23 Jun 2019 13:20:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>Ok, please check if your_site_url/groups/create/ this is leading you towards a group creation or not. If not then there is a possibility that any other plugin is creating the conflict here.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a89fe5584dbc5d1737ec87c556770345</guid>
				<title>Prashant Singh replied to the topic buddypress comments on regular wordpress blog post in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/buddypress-comments-on-regular-wordpress-blog-post/#post-306655</link>
				<pubDate>Sun, 23 Jun 2019 13:10:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Please check this <a href="https://github.com/Turn2honey/plugins/blob/master/wp-mention-plugin/wp-mention-plugin.php" rel="nofollow ugc">https://github.com/Turn2honey/plugins/blob/master/wp-mention-plugin/wp-mention-plugin.php</a> for the mention feature and this <a href="https://themeisle.com/blog/attach-comment-images-wordpress/" rel="nofollow ugc">https://themeisle.com/blog/attach-comment-images-wordpress/</a> for image uploads.</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9b3c7288b7a96d31aa6b24b1487c2c97</guid>
				<title>Prashant Singh replied to the topic User Feedback Buttons in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/user-feedback-buttons/#post-306653</link>
				<pubDate>Sun, 23 Jun 2019 13:05:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>We need to check in console(inspect element of the browser <a href="https://www.webperformance.com/load-testing-tools/blog/articles/real-browser-manual/building-a-testcase/how-inspect-element-browser/" rel="nofollow ugc">https://www.webperformance.com/load-testing-tools/blog/articles/real-browser-manual/building-a-testcase/how-inspect-element-browser/</a>) if there is any error.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c15dc30e49966e0f4a3b6675f2aa6900</guid>
				<title>Prashant Singh replied to the topic group creation doenst work in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/group-creation-doenst-work/#post-306652</link>
				<pubDate>Sun, 23 Jun 2019 12:57:21 +0000</pubDate>

									<content:encoded><![CDATA[<p>Ok, so now just type your site URL then /groups(your_site_url/groups) and see if there you can see the create group button or not.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b19554e36a5bba45aed9fed26c8f2d41</guid>
				<title>Prashant Singh replied to the topic Create links to Buddypress pages in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/create-links-to-buddypress-pages/#post-306649</link>
				<pubDate>Sun, 23 Jun 2019 12:49:11 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Please check this plugin: <a href="https://wordpress.org/plugins/bp-profile-shortcodes-extra/" rel="nofollow ugc">https://wordpress.org/plugins/bp-profile-shortcodes-extra/</a></p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">79532bda46e1e877869e2d0d4e2b9b6d</guid>
				<title>Prashant Singh replied to the topic User Feedback Buttons in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/user-feedback-buttons/#post-306648</link>
				<pubDate>Sun, 23 Jun 2019 12:40:18 +0000</pubDate>

									<content:encoded><![CDATA[<p>Can you please check if there is any console error? Ans also check the CSS in inspect tool if there is any which is causing the issue.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d49fd3d83e8b811c594d6b08ebda66cb</guid>
				<title>Prashant Singh replied to the topic group creation doenst work in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/group-creation-doenst-work/#post-306645</link>
				<pubDate>Sun, 23 Jun 2019 12:35:21 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Under the options tab, you will find this setting: <a href="https://prnt.sc/o5k7h2" rel="nofollow ugc">https://prnt.sc/o5k7h2</a></p>
<p>Please check if this is enabled or not.</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6dbae3fa846fc33b2202083c923e81ad</guid>
				<title>Prashant Singh replied to the topic User Feedback Buttons in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/user-feedback-buttons/#post-306643</link>
				<pubDate>Sun, 23 Jun 2019 12:32:31 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Do you have other plugins active?</p>
<p>I am asking this because for me the icons are appearing absolutely fine.</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5c0c0c077346a7a1553db34c7458e41a</guid>
				<title>Prashant Singh replied to the topic Filter Activity by Category in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/filter-activity-by-category/#post-305118</link>
				<pubDate>Fri, 19 Apr 2019 19:53:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>The given code only hides posts from the specific category in the sitewide activity stream but it will be saved in the activity table. So you can test that with your condition. </p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f50229968fe8cfa385f76e79927c1ba7</guid>
				<title>Prashant Singh replied to the topic remove &#039;last active&#039; status in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/remove-last-active-status/#post-305117</link>
				<pubDate>Fri, 19 Apr 2019 19:42:51 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/support/topic/how-can-i-disable-the-last-active-time/" rel="nofollow ugc">https://buddypress.org/support/topic/how-can-i-disable-the-last-active-time/</a></p>
<p>Please check the link. Hope this will fix your issue. </p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1f6c72ac6a96c5bf89beba81d4eb23d7</guid>
				<title>Prashant Singh replied to the topic Set BuddyPress settings programatically in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/set-buddypress-settings-programatically/#post-281880</link>
				<pubDate>Thu, 15 Nov 2018 22:35:49 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Please check these plugins: <a href="https://wordpress.org/plugins/ns-cloner-site-copier/" rel="nofollow ugc">https://wordpress.org/plugins/ns-cloner-site-copier/</a> and <a href="https://wordpress.org/plugins/multisite-clone-duplicator/" rel="nofollow ugc">https://wordpress.org/plugins/multisite-clone-duplicator/</a></p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">74aebd5a34d511b6d6c3b341494a7f45</guid>
				<title>Prashant Singh replied to the topic How to use custom mail on new user reg in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/how-to-use-custom-mail-on-new-user-reg/#post-281879</link>
				<pubDate>Thu, 15 Nov 2018 22:33:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>These are general problems and not associated with BuddyPress at all. Sometimes we only need to google it and we will find the solution.</p>
<p>Anyways, please check this <a href="https://webania.net/customize-email-sending-header-in-wordpress/" rel="nofollow ugc">https://webania.net/customize-email-sending-header-in-wordpress/</a> and use the snippet they gave, just replace from &#8216;name&#8217; and &#8217;email&#8217; to yours.</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b862da8449ea52296e2a75bb7825cdf5</guid>
				<title>Prashant Singh replied to the topic BuddyPress.Org Profile Issue - Not allowed to access my profile in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/buddypress-org-profile-issue-not-allowed-to-access-my-profile/#post-281878</link>
				<pubDate>Thu, 15 Nov 2018 22:23:55 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>The URL you have mentioned is admin URL, it will only work for admins and to access your profile just hover on your avatar and there you will see a menu &#8216;profile&#8217; just click on this and it will lead you to your forum profile.</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c7f08b68e3e4fce8d61328ad28bdbe19</guid>
				<title>Prashant Singh replied to the topic Change &#039;Edit Profile&#039; link in &#039;Edit Member&#039; menu in admin bar in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/change-edit-profile-link-in-edit-member-menu-in-admin-bar/#post-281877</link>
				<pubDate>Thu, 15 Nov 2018 22:19:29 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Please try this snippet:</p>
<p><code>add_action( &#039;wp_before_admin_bar_render&#039;, &#039;ps_changed_admin_bar&#039; ); </p>
<p>function ps_changed_admin_bar() {<br />
    global $wp_admin_bar;</p>
<p>    $wp_admin_bar-&gt;remove_menu(&#039;edit-profile&#039;);</p>
<p>    $wp_admin_bar-&gt;add_menu( array(<br />
            &#039;id&#039;    =&gt; &#039;edit-profile&#039;,<br />
            &#039;title&#039; =&gt; &#039;Edit Zee Profile&#039;,<br />
            &#039;href&#039;&hellip;</code><span class="activity-read-more" id="activity-read-more-1427865"><a href="https://buddypress.org/support/topic/change-edit-profile-link-in-edit-member-menu-in-admin-bar/#post-281877" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7169f96deaaed9e74fbb10e1f2e5ab33</guid>
				<title>Prashant Singh replied to the topic noindex for members profile in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/noindex-for-members-profile/#post-281876</link>
				<pubDate>Thu, 15 Nov 2018 22:16:47 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Please check this thread: <a href="https://premium.wpmudev.org/forums/topic/noindex-all-buddypress-pages-members-groups-etc" rel="nofollow ugc">https://premium.wpmudev.org/forums/topic/noindex-all-buddypress-pages-members-groups-etc</a></p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5396821e4c4327f3ba5acff868b717d5</guid>
				<title>Prashant Singh replied to the topic Big problem with activity embeds in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/big-problem-with-activity-embeds/#post-281875</link>
				<pubDate>Thu, 15 Nov 2018 22:14:19 +0000</pubDate>

									<content:encoded><![CDATA[<p>You must be getting caught in moderation check.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c9356f80836ad71530646e976c28b218</guid>
				<title>Prashant Singh replied to the topic Notifications, mycred page is blank in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/notifications-mycred-page-is-blank/#post-281874</link>
				<pubDate>Thu, 15 Nov 2018 22:07:55 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>With the default theme like twenty-seventeen, I do not see the case, everything looks fine there. </p>
<p>Please check by changing the theme if it works fine for you then certainly your current theme is having the issue.</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d21954598886f6b077fa99bb921deef2</guid>
				<title>Prashant Singh replied to the topic Big problem with activity embeds in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/big-problem-with-activity-embeds/#post-281842</link>
				<pubDate>Tue, 13 Nov 2018 22:01:22 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://wordpress.org/plugins/buddypress-activity-plus/" rel="nofollow ugc">https://wordpress.org/plugins/buddypress-activity-plus/</a> Please check this plugin.</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d8d854183bdd81c5e4ffea6a0d385bca</guid>
				<title>Prashant Singh replied to the topic Adding Browse Members to Profile in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/adding-browse-members-to-profile/#post-281841</link>
				<pubDate>Tue, 13 Nov 2018 21:55:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Please try this plugin <a href="https://wordpress.org/plugins/shortcodes-for-buddypress/" rel="nofollow ugc">https://wordpress.org/plugins/shortcodes-for-buddypress/</a> and use members listing shortcode to get the content of the members directory page.</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">243efe01c267cd9c2180b4cfe8483aca</guid>
				<title>Prashant Singh replied to the topic ?? Disable clickability of &#039;user avatars&#039; and eliminate mouseover message..??? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/disable-clickability-of-user-avatars-and-eliminate-mouseover-message/#post-281214</link>
				<pubDate>Fri, 09 Nov 2018 15:07:48 +0000</pubDate>

									<content:encoded><![CDATA[<p>Please try this <a href="https://stevenword.com/wordpress/buddypress-disable-the-public-members-directory/" rel="nofollow ugc">https://stevenword.com/wordpress/buddypress-disable-the-public-members-directory/</a><br />
to disable members directory.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">890e1b8928f44472eb80284518f5bfe2</guid>
				<title>Prashant Singh replied to the topic ?? Disable clickability of &#039;user avatars&#039; and eliminate mouseover message..??? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/disable-clickability-of-user-avatars-and-eliminate-mouseover-message/#post-281213</link>
				<pubDate>Fri, 09 Nov 2018 15:06:12 +0000</pubDate>

									<content:encoded><![CDATA[<p><code>1.] eliminate the mouseover message “view ___’s profile” when someone mouses over a User Avatar<br />
2.] make User Avatars not clickable at all</code></p>
<p>These are the very much project-specific request which not everyone desires so adding that in the plugin is not possible on one request.</p>
<p>3.] disable the Members Directory or exclude all roles from the Membe&hellip;<span class="activity-read-more" id="activity-read-more-1418345"><a href="https://buddypress.org/support/topic/disable-clickability-of-user-avatars-and-eliminate-mouseover-message/#post-281213" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a0fd44026b74ff57ae9f102b98947a3d</guid>
				<title>Prashant Singh replied to the topic Change direction link from member loop php in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/change-direction-link-from-member-loop-php/#post-281212</link>
				<pubDate>Fri, 09 Nov 2018 15:00:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>Welcome 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e13ad6a6841b638b1d7ce8ffa09ae684</guid>
				<title>Prashant Singh replied to the topic Change direction link from member loop php in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/change-direction-link-from-member-loop-php/#post-281210</link>
				<pubDate>Fri, 09 Nov 2018 14:53:19 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Please write this line in your wp-config.php:</p>
<p><code>define(&#039;BP_DEFAULT_COMPONENT&#039;, &#039;profile&#039; );</code></p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cd41babf832cc0cb4f2c2cb153790149</guid>
				<title>Prashant Singh replied to the topic ARGH -- A &#039;horizontal ellipsis&#039; is preventing display of &#039;group description&#039; in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/argh-a-horizontal-ellipsis-is-preventing-display-of-group-description/#post-281005</link>
				<pubDate>Thu, 08 Nov 2018 19:18:58 +0000</pubDate>

									<content:encoded><![CDATA[<p>It&#8217;s not an issue. They have already provided a filter to change it to any length you want. So, I do not take it as an issue.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">78159b043ce441da4303e0deb4236e4b</guid>
				<title>Prashant Singh replied to the topic Solved - Disable Automatic Account Activation and Manually Approve it in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/disable-automatic-account-activation-and-manually-approve-it/#post-280959</link>
				<pubDate>Thu, 08 Nov 2018 18:08:12 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>You can use this plugin <a href="https://wordpress.org/plugins/bp-registration-options/" rel="nofollow ugc">https://wordpress.org/plugins/bp-registration-options/</a> which allows moderation and members will be restricted to their own profile till when they are not approved. And after approval, a mail will be sent to them.</p>
<p>Maybe this solution can help you with what you want to achieve.</p>
<p>Thanks</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">21f84b4774f45ee2883fbd8768dcc37d</guid>
				<title>Prashant Singh replied to the topic ARGH -- A &#039;horizontal ellipsis&#039; is preventing display of &#039;group description&#039; in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/argh-a-horizontal-ellipsis-is-preventing-display-of-group-description/#post-280956</link>
				<pubDate>Thu, 08 Nov 2018 17:53:13 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>I think you are using nouveau template pack because in the legacy it is not the case.</p>
<p>But with nouveau also they have provided a filter <code>apply_filters( &#039;bp_excerpt_length&#039;,      $length      );</code></p>
<p>which one can use to write their function to change the length of the excerpt.</p>
<p><code>add_filter( &#039;bp_excerpt_length&#039;,   &#039;ps_change_excerpt_length&#039;,10,1&hellip;</code><span class="activity-read-more" id="activity-read-more-1417015"><a href="https://buddypress.org/support/topic/argh-a-horizontal-ellipsis-is-preventing-display-of-group-description/#post-280956" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>