<?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 | Randy Hicks | Activity</title>
	<link>https://buddypress.org/members/vc27/activity/</link>
	<atom:link href="https://buddypress.org/members/vc27/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Randy Hicks.</description>
	<lastBuildDate>Mon, 27 Apr 2026 02:15:30 +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">53e2d4ff7e4b6d67bbf8d2bbf0ed8cc8</guid>
				<title>Randy Hicks replied to the topic using action bp_core_signup_after_activate in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/using-action-bp_core_signup_after_activate/#post-241825</link>
				<pubDate>Mon, 13 Jul 2015 19:11:49 +0000</pubDate>

									<content:encoded><![CDATA[<p>Found it. This action fires when the user clicks the activate link from the activation-email.</p>
<p><code><br />
do_action( &#039;bp_core_activated_user&#039;, $user_id, $key, $user );<br />
</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7343686b826a7c82f2f524026689db6f</guid>
				<title>Randy Hicks replied to the topic using action bp_core_signup_after_activate in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/using-action-bp_core_signup_after_activate/#post-241823</link>
				<pubDate>Mon, 13 Jul 2015 19:01:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>Further investigation shows that the following added to functions.php will run if the &#8220;activate&#8221; button is clicked from the wp-admin by an existing admin. It will not run from the activate link in the user activation-email.</p>
<p>I must be looking for a different action. </p>
<p>The goal is to login the user and redirect them after they have clicked the&hellip;<span class="activity-read-more" id="activity-read-more-436785"><a href="https://buddypress.org/support/topic/using-action-bp_core_signup_after_activate/#post-241823" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8dc8599dc3ed5c4959107fcb68c25f97</guid>
				<title>Randy Hicks replied to the topic using action bp_core_signup_after_activate in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/using-action-bp_core_signup_after_activate/#post-241823</link>
				<pubDate>Mon, 13 Jul 2015 19:01:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>Further investigation shows that the following added to functions.php will run if the &#8220;activate&#8221; button is clicked from the wp-admin by an existing admin. It will not run from the activate link in the user activation-email.</p>
<p>I must be looking for a different action. </p>
<p>The goal is to login the user and rout them after they have clicked the activate&hellip;<span class="activity-read-more" id="activity-read-more-436782"><a href="https://buddypress.org/support/topic/using-action-bp_core_signup_after_activate/#post-241823" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b15d418101c61a57133186102339c505</guid>
				<title>Randy Hicks replied to the topic using action bp_core_signup_after_activate in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/using-action-bp_core_signup_after_activate/#post-241822</link>
				<pubDate>Mon, 13 Jul 2015 18:25:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ll do some more testing. </p>
<p>I was mainly trying to find out if this action was one that needed to be called in a special way. </p>
<p>Some actions need to be called from within a function that is hooked to another action.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fe8a9e32406d086499f9b8da1259c475</guid>
				<title>Randy Hicks replied to the topic using action bp_core_signup_after_activate in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/using-action-bp_core_signup_after_activate/#post-241820</link>
				<pubDate>Mon, 13 Jul 2015 18:13:13 +0000</pubDate>

									<content:encoded><![CDATA[<p>No errors, no print_r. The user is activated and sent to the sites home_url().</p>
<p>It&#8217;s as if my function is being over looked. I thought maybe it needed to be called at a specific point in time so I dropped it in the functions.php to try and circumvent any timing issues.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">424f781f21b84926789ce520bb2b44e5</guid>
				<title>Randy Hicks started the topic using action bp_core_signup_after_activate in the forum Creating &#038; Extending</title>
				<link>https://buddypress.org/support/topic/using-action-bp_core_signup_after_activate/</link>
				<pubDate>Mon, 13 Jul 2015 17:11:13 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve been trying to hook into this action, but I can&#8217;t seem to. I&#8217;ve been digging into the bp code using phpxref to try and follow any possible paths, but I think I&#8217;m missing something obvious.</p>
<p>My assumption is that this action should file when a new user clicks the activation link from the activation email.</p>
<p>I tired the following get a simple&hellip;<span class="activity-read-more" id="activity-read-more-436729"><a href="https://buddypress.org/support/topic/using-action-bp_core_signup_after_activate/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>