<?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 | fuzzllc | Mentions</title>
	<link>https://buddypress.org/members/fuzzllc/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/fuzzllc/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning fuzzllc.</description>
	<lastBuildDate>Sat, 04 Apr 2026 23:00:39 +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">6fcc949e7c2d49a3d13e2eb04497a9f4</guid>
				<title>Henry Wright replied to the topic Default User Role Blocked from ALL BuddyPress in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/default-user-role-blocked-from-all-buddypress/#post-239111</link>
				<pubDate>Fri, 15 May 2015 10:54:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi <a href="https://buddypress.org/members/fuzzllc/" rel="nofollow ugc">@fuzzllc</a></p>
<p>A way of doing this would be to override the user&#8217;s role when they sign up. BuddyPress provides a hook we can use for this <code>bp_core_signup_user</code>. So, you could do something like this:</p>
<p><code>function fuzzllc_set_default_role( $user_id ) {<br />
    $user = new WP_User( $user_id );<br />
    $user-&gt;set_role( &#039;keymaster&#039; ); // keymaster can be whatever you&hellip;</code><span class="activity-read-more" id="activity-read-more-412736"><a href="https://buddypress.org/support/topic/default-user-role-blocked-from-all-buddypress/#post-239111" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>