<?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 | kayart | Activity</title>
	<link>https://buddypress.org/members/kayart/activity/</link>
	<atom:link href="https://buddypress.org/members/kayart/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for kayart.</description>
	<lastBuildDate>Sat, 11 Apr 2026 20:35:58 +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">41ac694c4bcf6ed7eb465fe7d00cd964</guid>
				<title>kayart replied to the topic Group member ban and unbanned action hooks in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/group-member-ban-and-unbanned-action-hooks/#post-323533</link>
				<pubDate>Mon, 21 Feb 2022 11:50:03 +0000</pubDate>

									<content:encoded><![CDATA[<p>The <em>groups_unban_member</em> hook fires before the unbanning of a member from a group and the the 	<em>groups_ban_member</em> hook fires before the banning of a member from a group.</p>
<p>Both hooks are defined in the <em>bp-groups/bp-groups-functions.php</em> file.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f319cde6a2e11b86654ed5d583cd619f</guid>
				<title>kayart replied to the topic User Likn in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/user-likn/#post-323489</link>
				<pubDate>Fri, 18 Feb 2022 17:36:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>Maybe this part of the BuddyPress Codex could help you:</p>
<p><a href="https://codex.buddypress.org/getting-started/guides/change-members-profile-landing-tab/" rel="noopener" rel="nofollow ugc">Change Default Members Profile Landing Tab</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">af045614b5d0d8d879a82234cf23253f</guid>
				<title>kayart replied to the topic How to use bp hooks? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-use-bp-hooks/#post-323377</link>
				<pubDate>Thu, 10 Feb 2022 19:09:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>Try this:</p>
<p><code>add_filter( &#039;bp_members_signup_error_message&#039;, &#039;function_voornaam&#039;, 10, 2 );<br />
function function_voornaam( $value,  $fieldname ) {<br />
    if ( $fieldname == &#039;field_1&#039; ) {<br />
        return &#039;&lt;style&gt;{font-family:bold}&lt;/style&gt;  you have to enter name.&#039;;<br />
    }</p>
<p>    return $value;<br />
}</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7f45a418c43e71d9cd193cc73b762a1e</guid>
				<title>kayart replied to the topic How to hide the tab &#039;friends&#039; from other users in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-hide-the-tab-friends-from-other-users/#post-323231</link>
				<pubDate>Sun, 06 Feb 2022 11:15:37 +0000</pubDate>

									<content:encoded><![CDATA[<p><code>function hide_friend_tabs_for_other_users() {<br />
	if ( bp_is_user() &amp;&amp; !bp_is_my_profile() ) {<br />
		bp_core_remove_nav_item( &#039;friends&#039; );<br />
		bp_core_remove_subnav_item( &#039;activity&#039;, &#039;friends&#039; );<br />
	}<br />
}<br />
add_action( &#039;bp_setup_nav&#039;, &#039;hide_friend_tabs_for_other_users&#039;, 10 );</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c71f80cf732b0277df30ef88946c7d10</guid>
				<title>kayart replied to the topic How to migrate to buddypress theme in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/how-to-migrate-to-buddypress-theme/#post-323203</link>
				<pubDate>Thu, 03 Feb 2022 20:26:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>Migrate from what? Do you use another community/membership plugin at the moment?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d81786df00a5d3cec5e56658d282812d</guid>
				<title>kayart replied to the topic How can I build community for shopify website? in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/how-can-i-build-community-for-shopify-website/#post-323129</link>
				<pubDate>Thu, 27 Jan 2022 21:54:33 +0000</pubDate>

									<content:encoded><![CDATA[<p>You can create a subdomain and set up a WordPress website there</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>