<?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 | Richard Benton G4WKW | Activity</title>
	<link>https://buddypress.org/members/g4wkw/activity/</link>
	<atom:link href="https://buddypress.org/members/g4wkw/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Richard Benton G4WKW.</description>
	<lastBuildDate>Thu, 16 Apr 2026 23:23:41 +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">4467b26d344f3bc7fabf17ead92d84d0</guid>
				<title>Richard Benton G4WKW replied to the topic Disable Group abandonment and Group access request in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/disable-group-abandonment-and-group-access-request/#post-326080</link>
				<pubDate>Mon, 05 Sep 2022 19:55:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>As I have not managed to code something that works to identify my specific group, I did a bit of lateral thinking and my code looks to see whether or not a &#8220;group_mod&#8221; is present in a group and (if not) the Join/Hide button is hidden, like the case of group_admins, when only one is present.  I can live with it for now, as I just have to make sure&hellip;<span class="activity-read-more" id="activity-read-more-3214940"><a href="https://buddypress.org/support/topic/disable-group-abandonment-and-group-access-request/#post-326080" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">53dbeb22967aea516919b1948359abd5</guid>
				<title>Richard Benton G4WKW replied to the topic Disable Group abandonment and Group access request in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/disable-group-abandonment-and-group-access-request/#post-326079</link>
				<pubDate>Mon, 05 Sep 2022 19:55:01 +0000</pubDate>

									<content:encoded><![CDATA[<p><code><br />
// SPECIAL G4WKW CODE<br />
// If NO group mods, STOP ANYONE abandoning that group.<br />
$group_mods = groups_get_group_mods( $group-&gt;id );<br />
$modsno = count( $group_mods );<br />
if ( $modsno &lt; 1 ) {<br />
	return false;<br />
}<br />
</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">138493d6d9d012f47cfc3eb241543ffe</guid>
				<title>Richard Benton G4WKW replied to the topic Disable Group abandonment and Group access request in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/disable-group-abandonment-and-group-access-request/#post-326078</link>
				<pubDate>Mon, 05 Sep 2022 19:53:34 +0000</pubDate>

									<content:encoded><![CDATA[<p>Seems I wrote too much?  I will post in two parts:</p>
<p>Hi <a href="https://buddypress.org/members/hcmendez/" rel="nofollow ugc">@hcmendez</a>, I am trying to do exactly the same thing myself and found the post your referenced, which was now made 10 years ago!  I have developed a staging test site for a Radio Club, where registration is disabled and all user accounts will be set up for the users.  There are 3 levels of&hellip;<span class="activity-read-more" id="activity-read-more-3214938"><a href="https://buddypress.org/support/topic/disable-group-abandonment-and-group-access-request/#post-326078" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">868a076c4e8e6cb5f294cc13fb331c30</guid>
				<title>Richard Benton G4WKW replied to the topic Disable Group abandonment and Group access request in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/disable-group-abandonment-and-group-access-request/#post-326077</link>
				<pubDate>Mon, 05 Sep 2022 19:51:46 +0000</pubDate>

									<content:encoded><![CDATA[<p>My reply is not showing up, so attempting a test one.</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>