<?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 | Thomas Maier | Activity</title>
	<link>https://buddypress.org/members/webzunft/activity/</link>
	<atom:link href="https://buddypress.org/members/webzunft/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Thomas Maier.</description>
	<lastBuildDate>Mon, 06 Apr 2026 10:15: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">5ad7405ae873be70e7cf825d078ea2e8</guid>
				<title>Thomas Maier replied to the topic Upload Profile Picture Missing in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/upload-profile-picture-missing/#post-327162</link>
				<pubDate>Sat, 12 Nov 2022 09:46:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>I just had the same problem and wanted to clarify the solution, in case anyone else stumbles upon this.</p>
<p>The option that Mathieu was pointing to is not in the BuddyPress option but in the WordPress options: Settings &gt; Discussion &gt; Avatar.<br />
I normally disable avarats on all sites and was also wondering why I didn’t have that option now on my new B&hellip;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d7349f0b511df757b32c2dda5a447603</guid>
				<title>Thomas Maier replied to the topic how to add new members to groups automatically? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-add-new-members-to-groups-automatically/#post-323498</link>
				<pubDate>Sat, 19 Feb 2022 11:15:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>The following code works for me:</p>
<p><code>function automatic_group_membership( $user_id ) {<br />
   if( ! $user_id ) {<br />
	   return false;<br />
   }</p>
<p>   groups_invite_user( array( &#039;user_id&#039; =&gt; $user_id, &#039;group_id&#039; =&gt; $group_id ) );<br />
}<br />
add_action( &#039;bp_core_activated_user&#039;, &#039;automatic_group_membership&#039; );<br />
add_action( &#039;user_register&#039;, &#039;automatic_group_membership&#039;&hellip;</code><span class="activity-read-more" id="activity-read-more-2989889"><a href="https://buddypress.org/support/topic/how-to-add-new-members-to-groups-automatically/#post-323498" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>