<?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 | wpthemes | Activity</title>
	<link>https://buddypress.org/members/wpthemes/activity/</link>
	<atom:link href="https://buddypress.org/members/wpthemes/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for wpthemes.</description>
	<lastBuildDate>Tue, 07 Apr 2026 13:20:18 +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">97031903c03dd54b4a3dc0b3bf378cb1</guid>
				<title>Mr. Vibe replied to the topic Profile Menu Edit in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/profile-menu-edit/#post-310454</link>
				<pubDate>Thu, 12 Mar 2020 06:59:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>This is a javascript issue not connected to BuddyPress at all.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d738a8d8ba2325e7b99e6fcea866bb45</guid>
				<title>Mr. Vibe replied to the topic Hide admin profile in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/hide-admin-profile/#post-310453</link>
				<pubDate>Thu, 12 Mar 2020 06:58:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>Yes, place it in child theme &#8211; functions.php</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">242ccbb7f2b8dc56f69b0a8c40d07e11</guid>
				<title>Mr. Vibe replied to the topic Hide admin profile in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/hide-admin-profile/#post-310432</link>
				<pubDate>Wed, 11 Mar 2020 09:37:03 +0000</pubDate>

									<content:encoded><![CDATA[<p>You can try this, lets say your admin user IDs are 1 and 23</p>
<p><code>add_filter(&#039;bp_activity_get_where_conditions&#039;,function($where){<br />
if(!current_user_can(&#039;manage_options&#039;)){<br />
$where[]=&#039;user_id NOT IN (1,23)&#039;;<br />
}<br />
return $where;<br />
});</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f44e1fa6f246cdb492371e4da9273bec</guid>
				<title>Mr. Vibe replied to the topic Paid Membership Pro plugin not compatible with Buddypress? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/paid-membership-pro-plugin-not-compatible-with-buddypress/#post-310430</link>
				<pubDate>Wed, 11 Mar 2020 09:12:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>BuddyPress is so much better than PMPRo, I have worked extensively on both Pmpro and BuddyPress. BuddyPress is hands down the best code written, better than WooCommerce and even WordPress itself. I litreally mean there is no competition here. I can show you code examples from BuddyPress vs other plugins to convincingly prove this as well.</p>
<p>If you&hellip;<span class="activity-read-more" id="activity-read-more-2159932"><a href="https://buddypress.org/support/topic/paid-membership-pro-plugin-not-compatible-with-buddypress/#post-310430" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c7e19371ae5d5c3f9c8c9ba8d0dce1db</guid>
				<title>Mr. Vibe replied to the topic RESOLVED-Restrict Activity Posting To Admin in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/restrict-activity-posting-to-admin/#post-310429</link>
				<pubDate>Wed, 11 Mar 2020 09:08:09 +0000</pubDate>

									<content:encoded><![CDATA[<p>You can try this :</p>
<p><code>add_action(&#039;bp_before_group_activity_post_form&#039;,function(){<br />
	add_filter(&#039;bp_get_template_part&#039;,function($template){<br />
		if(!bp_group_is_admin()){<br />
			return false;<br />
		}<br />
		return $template;<br />
	});<br />
});</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0247872934fa54c51cbda7ac18284be4</guid>
				<title>Mr. Vibe replied to the topic BuddyPress 5.0.0 is ready! in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/buddypress-5-0-0-is-ready/#post-308135</link>
				<pubDate>Tue, 01 Oct 2019 09:51:26 +0000</pubDate>

									<content:encoded><![CDATA[<p>Been waiting for this day ! Thank you. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f67da34fa7be308382520c6c92ca01ee</guid>
				<title>Mr. Vibe replied to the topic Sidebar not appearing all where it is needed in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/sidebar-not-appearing-all-where-it-is-needed/#post-246998</link>
				<pubDate>Fri, 20 Nov 2015 12:41:29 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi Agbams,<br />
Please create a topic in our dedicated support site here : <a href="http://vibethemes.com/documentation/wplms/" rel="nofollow ugc">http://vibethemes.com/documentation/wplms/</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">48e86d02e54d2763615da54532956e1e</guid>
				<title>Mr. Vibe replied to the topic BuddyPress 2.4.0 - Pietro in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/buddypress-2-4-0-pietro/#post-246842</link>
				<pubDate>Tue, 17 Nov 2015 08:06:46 +0000</pubDate>

									<content:encoded><![CDATA[<p>Really interesting features.<br />
Great job once again.</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">51ac28daf37c2a981cc4eaad92e8efd8</guid>
				<title>Mr. Vibe started 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/</link>
				<pubDate>Sat, 13 Jun 2015 11:36:44 +0000</pubDate>

									<content:encoded><![CDATA[<p>Love the BP messages star functionality. It works perfectly on Twenty fifteen/fourteen but on  themes based on BP Default this functionality does not appear. </p>
<p>It seems we need to add a small snippet to make it work on BP Default theme.</p>
<p><code><br />
add_action(&#039;wp_ajax_messages_star&#039;,&#039;bp_course_messages_star&#039;);<br />
function bp_course_messages_star(){&hellip;</code><span class="activity-read-more" id="activity-read-more-424843"><a href="https://buddypress.org/support/topic/bp-messages-star-fx-for-themes-based-on-bp-deafult/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c052d40c7f5775cee11dd98e5f434148</guid>
				<title>Mr. Vibe started 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/</link>
				<pubDate>Sat, 13 Jun 2015 11:36:44 +0000</pubDate>

									<content:encoded><![CDATA[<p>Love the BP messages star functionality. It works perfectly on Twenty fifteen/fourteen but on  themes based on BP Default this functioanlity does not appear.  BP Messages</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>