<?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 | Garrett Hyder | Activity</title>
	<link>https://buddypress.org/members/garrett-eclipse/activity/</link>
	<atom:link href="https://buddypress.org/members/garrett-eclipse/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Garrett Hyder.</description>
	<lastBuildDate>Sun, 05 Apr 2026 19:25: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">f960fda3a8ee6b60e8678d88d1ecbb17</guid>
				<title>Garrett Hyder replied to the topic [Resolved] Disable &#034;leave group&#034; and &#034;request membership&#034; buttons in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/disable-leave-group-and-request-membership-buttons/#post-312038</link>
				<pubDate>Fri, 29 May 2020 00:16:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>I assume you&#8217;re talking about the group listing when referring to &#8216;clicking the group&#8217;. In that case I believe you&#8217;d want to customize the groups/groups-loop.php template by copying it into your own theme and conditionally remove the links if the current user isn&#8217;t a member.<br />
Here&#8217;s docs on the template hierarchy in Buddypress -&hellip;<span class="activity-read-more" id="activity-read-more-2304789"><a href="https://buddypress.org/support/topic/disable-leave-group-and-request-membership-buttons/#post-312038" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5a6fcf09a1f40614bcd0a5043ede0972</guid>
				<title>Garrett Hyder replied to the topic [Resolved] Disable &#034;leave group&#034; and &#034;request membership&#034; buttons in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/disable-leave-group-and-request-membership-buttons/#post-312036</link>
				<pubDate>Thu, 28 May 2020 20:48:57 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/welshlamb10/" rel="nofollow ugc">@welshlamb10</a> I believe that should be possible.</p>
<p><code></code>`<br />
// Remove Join/Leave Button<br />
function bp_remove_group_join_button( $button, $group ) {<br />
    $current_user = wp_get_current_user();<br />
    if ( in_array( &#8216;member&#8217;, (array) $current_user-&gt;roles ) ) {<br />
        return &#8221;;<br />
    }<br />
    return $button;<br />
}<br />
add_filter( &#8216;bp_get_group_join_button&#8217;,&hellip;<span class="activity-read-more" id="activity-read-more-2304592"><a href="https://buddypress.org/support/topic/disable-leave-group-and-request-membership-buttons/#post-312036" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8f0d0cbf1785d18fba1a94d087eec1c1</guid>
				<title>Garrett Hyder replied to the topic How to get the page ID associated with a component in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/how-to-get-the-page-id-associated-with-a-component/#post-282099</link>
				<pubDate>Thu, 22 Nov 2018 17:24:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>Glad it&#8217;s still working.</p>
<p>Looking at the original Trac ticket there is now a bp_core_get_directory_page_id() method for this which takes the $component as a param or defaults to bp_current_component().</p>
<p>Just wanted to follow-up for others looking to this as a solution&#8230; there&#8217;s now an official method which is probably more appropriate.</p>
<p>Cheers</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>