<?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 | Peet | Mentions</title>
	<link>https://buddypress.org/members/peter-kuipers/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/peter-kuipers/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning Peet.</description>
	<lastBuildDate>Sat, 11 Apr 2026 16:36:09 +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">b421f2a7c4ae1b81c8b71b8ab5d354ae</guid>
				<title>Henry replied to the topic [Resolved] Disable &#039;activate&#039; page in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/disable-activate-page/#post-168798</link>
				<pubDate>Thu, 25 Jul 2013 14:15:36 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/peter-kuipers/" rel="nofollow ugc">@peter-kuipers</a></p>
<p>Yep, I wrote a function to do redirect users away from it. You can add this to your theme&#8217;s functions.php<br />
<code>function bp_redirect_away_from_activate() {<br />
	global $bp;</p>
<p>	if ( bp_is_activation_page() ) {<br />
		wp_redirect( $bp-&gt;loggedin_user-&gt;domain );<br />
		exit();<br />
	}<br />
}<br />
add_action(&#039;wp&#039;,&#039;bp_redirect_away_from_activate&#039;);</code></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>