<?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 | Schweizer Solutions GmbH | Activity</title>
	<link>https://buddypress.org/members/schweizersolutions/activity/</link>
	<atom:link href="https://buddypress.org/members/schweizersolutions/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Schweizer Solutions GmbH.</description>
	<lastBuildDate>Tue, 07 Apr 2026 21:30:59 +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">7267cfa450d928d76f48fe984c7f3f4d</guid>
				<title>Schweizer Solutions GmbH started the topic Move subnav to other tab in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/move-subnav-to-other-tab/</link>
				<pubDate>Thu, 14 Dec 2017 15:34:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello!</p>
<p>I moved the &#8220;Change avatar&#8221; and &#8220;Change cover&#8221; subnavs from the tab &#8220;Profile&#8221; to &#8220;Setting&#8221;. It works good, but no content is displayed &#8230; I don&#8217;t know why, because the function &#8220;xprofile_screen_change_avatar&#8221; is triggered.</p>
<p>Does anybody has an idea?</p>
<p>Here is my code from the functions.php:<br />
<code><br />
function custom_bp_menu_tabs() {<br />
    global&hellip;</code><span class="activity-read-more" id="activity-read-more-1008514"><a href="https://buddypress.org/support/topic/move-subnav-to-other-tab/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8572d94bfc98a38e5f00e8138d069fd1</guid>
				<title>Schweizer Solutions GmbH replied to the topic Edit/delete xprofile fields (Multisite) in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/editdelete-xprofile-fields-multisite/#post-265239</link>
				<pubDate>Tue, 04 Apr 2017 15:01:31 +0000</pubDate>

									<content:encoded><![CDATA[<p>We&#8217;ve the same problem.</p>
<p>But we found a solution to fix it.</p>
<p><em>File: htdocswp-contentpluginsbuddypressbp-xprofilebp-xprofile-admin.php</em></p>
<p>Search the function &#8220;xprofile_admin_field&#8221; and there you replace the code from Line 609 to 630 with this:</p>
<p><code>	$field_edit_url = add_query_arg(<br />
		array(<br />
			&#039;page&#039;     =&gt; &#039;bp-profile-setup&#039;,<br />
			&#039;group_id&#039; =&gt; (int)&hellip;</code><span class="activity-read-more" id="activity-read-more-768173"><a href="https://buddypress.org/support/topic/editdelete-xprofile-fields-multisite/#post-265239" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">146f64cc2c1a12dd0a98fe1fa4ec5a18</guid>
				<title>Schweizer Solutions GmbH replied to the topic Activate BuddyPress components programmatically in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/activate-buddypress-components-programmatically/#post-257741</link>
				<pubDate>Thu, 18 Aug 2016 09:04:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>This is the output of the get_option:</p>
<p><code>array (<br />
)</code></p>
<p>And this is, what update_option use to store:</p>
<p><code>array (<br />
  &#039;groups&#039; =&gt; 1,<br />
)<br />
</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e38662029b9ee009064ff626a5a0fab2</guid>
				<title>Schweizer Solutions GmbH replied to the topic Activate BuddyPress components programmatically in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/activate-buddypress-components-programmatically/#post-257724</link>
				<pubDate>Wed, 17 Aug 2016 15:37:11 +0000</pubDate>

									<content:encoded><![CDATA[<p>Thank you Henry, but we already tried this hook.</p>
<p>Maybe I should give you some code:</p>
<p><code><br />
class SKS_Test {<br />
	public function __construct() {<br />
		add_action( &#039;activated_plugin&#039;, array( $this, &#039;activated_plugin&#039; ), 99, 1 );<br />
	}</p>
<p>	public function activated_plugin( $plugin ) {</p>
<p>		if ( $plugin == &#039;buddypress/bp-loader.php&#039; &amp;&amp; ! get_option( &#039;sks_installed&#039;,&hellip;</code><span class="activity-read-more" id="activity-read-more-596227"><a href="https://buddypress.org/support/topic/activate-buddypress-components-programmatically/#post-257724" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9008385bfc8e928a2a5fe45dc0c025aa</guid>
				<title>Schweizer Solutions GmbH started the topic Activate BuddyPress components programmatically in the forum Installing BuddyPress</title>
				<link>https://buddypress.org/support/topic/activate-buddypress-components-programmatically/</link>
				<pubDate>Wed, 17 Aug 2016 13:30:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello,</p>
<p>we build a One-Click-Installer for our WordPress-Multisite and we would like to activate some BuddyPress components.</p>
<p>First we activate the plugin programmatically and then we would like to activate the component groups per default.</p>
<p>We modified array in the option <em>bp-active-components</em> and added <em>&#8216;groups&#8217; =&gt; 1</em>.<br />
But it seems, that BuddyPress&hellip;<span class="activity-read-more" id="activity-read-more-596180"><a href="https://buddypress.org/support/topic/activate-buddypress-components-programmatically/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3d7ee4b37362522a8613a55e6040a7d9</guid>
				<title>Schweizer Solutions GmbH replied to the topic bp_activity_add strips html in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/bp_activity_add-strips-html/#post-255945</link>
				<pubDate>Tue, 05 Jul 2016 08:31:44 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hey Paul,</p>
<p>thats great, it works! Big thanks 🙂</p>
<p>Cheers<br />
Andreas</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">26da34a7d267ad5541b9e5f202a9f0e8</guid>
				<title>Schweizer Solutions GmbH started the topic bp_activity_add strips html in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/bp_activity_add-strips-html/</link>
				<pubDate>Mon, 04 Jul 2016 14:19:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hello,</p>
<p>I have a problem with the bp_activity_add function. I try to save a activity with HTML code as content. But everytime I check the result on the stream, the HTML code is stripped.</p>
<p>The code I use to write to the stream:<br />
<code><br />
$bp_activity_id = bp_activity_add(array (<br />
  &#039;user_id&#039; =&gt; 99,<br />
  &#039;action&#039; =&gt; &#039;&lt;a href=&quot;http://example.org/members/swiss/&quot;&hellip;</code><span class="activity-read-more" id="activity-read-more-580369"><a href="https://buddypress.org/support/topic/bp_activity_add-strips-html/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>