<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums User Favorites: timmee</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/timmee'>timmee</a></link>
		<description>Gravity Support Forums User Favorites: timmee</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:20:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Newly registered members dont appear in Activity Stream"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/newly-registered-members-dont-appear-in-activity-stream#post-53493</link>
			<pubDate>Mon, 26 Mar 2012 17:21:36 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">53493@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I understand exactly what you are saying. Dana (who responded above) isn't familiar with BuddyPress because she has never used it.  She only uses WordPress.&#60;/p&#62;
&#60;p&#62;The Gravity Forms User Registration Add-On does not use the BuddyPress user registration functionality.  It registers the user directly in WordPress.  It doesn't trigger any specialized BuddyPress functionality when doing so beyond the BuddyPress profile fields.&#60;/p&#62;
&#60;p&#62;I will discuss this with the developer on our team that works on the User Registration Add-On tomorrow and explain to him what is happening.  I will have him look at what needs to be updated to make sure that new users to appear in the member directory as well as the activity stream.  I am a bit surprised that users don't appear in the member directory automatically, but there must be some sort of custom user meta that isn't being created that is preventing the user from being included.&#60;/p&#62;
&#60;p&#62;We'll take a look and see what needs to be updated in the Add-On so that these features are supported and will get them included in the next update to the User Registration Add-On.  If it's a minor change I will try and get it pushed through so we release an update that resolves these issues later this week.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dana Cobb on "Newly registered members dont appear in Activity Stream"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/newly-registered-members-dont-appear-in-activity-stream#post-52165</link>
			<pubDate>Mon, 12 Mar 2012 17:21:05 +0000</pubDate>
			<dc:creator>Dana Cobb</dc:creator>
			<guid isPermaLink="false">52165@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, ignatiusjeroe,&#60;/p&#62;
&#60;p&#62;The user registration add-on simply creates a WordPress user.  There is some integration with Buddy Press. I am not sure what you mean by the activity stream or the members directory. Can you give me a bit more information?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dana Cobb on "Registration form still accessible to logged in users"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registration-form-still-accessible-to-logged-in-users#post-52163</link>
			<pubDate>Mon, 12 Mar 2012 17:18:26 +0000</pubDate>
			<dc:creator>Dana Cobb</dc:creator>
			<guid isPermaLink="false">52163@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, ignatiusjeroe,&#60;/p&#62;
&#60;p&#62;You can accomplish this by adding some code using the &#34;gform_pre_render&#34; (&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#60;/a&#62;) hook. The example below is something you could add to your theme's functions.php file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//add the pre_render filter for form id = 5
add_action(&#38;quot;gform_pre_render_5&#38;quot;, &#38;quot;redirect_logged_in_user&#38;quot;);
function redirect_logged_in_user()
{
	if (is_user_logged_in())
	{
		echo &#38;#39;&#38;lt;script language=&#38;quot;javascript&#38;quot;&#38;gt;location.href=&#38;quot;http://www.rocketgenius.com&#38;quot;&#38;lt;/script&#38;gt;&#38;#39;;
	}
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>ignatiusjeroe on "Newly registered members dont appear in Activity Stream"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/newly-registered-members-dont-appear-in-activity-stream#post-51248</link>
			<pubDate>Sun, 04 Mar 2012 15:37:54 +0000</pubDate>
			<dc:creator>ignatiusjeroe</dc:creator>
			<guid isPermaLink="false">51248@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I noticed that newly registered users arent mentioned in the activity stream.&#60;br /&#62;
Also after a user has subscribed he's not automatically put on the members directory. Only after he logged in for the first time he's put in the member directory. Dont know i that is how BP works or has something to do with Gravity Forms
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ignatiusjeroe on "Registration form still accessible to logged in users"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registration-form-still-accessible-to-logged-in-users#post-51247</link>
			<pubDate>Sun, 04 Mar 2012 15:26:21 +0000</pubDate>
			<dc:creator>ignatiusjeroe</dc:creator>
			<guid isPermaLink="false">51247@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've noticed that a logged in user can still access the registration form and make use of it. Not really practical. Is there any way that the user will be redirected to the homepage on click?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Any update on the registration add-on to support already registered users?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-update-on-the-registration-add-on-to-support-already-registered-users#post-30043</link>
			<pubDate>Thu, 14 Jul 2011 17:26:52 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30043@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We have a lot of features we want to add to the User Registration Add-On. Our developer who handles the User Registration Add-On returns from a month long trip to Europe later this week.  Once he returns to the office on Monday we can go over plans for future development.  Until we have a chance to discuss things I can't give you a time table.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gotequity on "Any update on the registration add-on to support already registered users?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-update-on-the-registration-add-on-to-support-already-registered-users#post-30038</link>
			<pubDate>Thu, 14 Jul 2011 17:17:53 +0000</pubDate>
			<dc:creator>Gotequity</dc:creator>
			<guid isPermaLink="false">30038@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm in the same boat - several existing users and need to add new meta to use in conditional fields on other forms. Was thinking it could be done through phpMyAdmin by manually adding new values to the usermeta, rg_lead, rg_lead_detail and rg_lead_detail_long tables for each user, but unsure if this will work without firing the user_registration_validation hook. &#60;/p&#62;
&#60;p&#62;Thanks in advance for looking into this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michelle on "Any update on the registration add-on to support already registered users?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-update-on-the-registration-add-on-to-support-already-registered-users#post-30026</link>
			<pubDate>Thu, 14 Jul 2011 16:11:15 +0000</pubDate>
			<dc:creator>Michelle</dc:creator>
			<guid isPermaLink="false">30026@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I have a very long form and I need the data to save into the WordPress user profile table (eventually I need users to be able to add to or edit their submissions, but that's a problem for another day). All the visitors who fill out this form will already have registered for the site; they will all be existing users.&#60;/p&#62;
&#60;p&#62;I've tried to use the User Registration add-on to create the custom fields, and that seems to work fine, but of course it also wants to create a new user every time. Is there a hook or filter or something I can use to disable the registration action and just Update the user instead to add the new custom fields?&#60;/p&#62;
&#60;p&#62;I saw this post from a few months ago saying the User Registration add-on might be updated with this functionality but didn't know if that had gotten anywhere yet. I'd be up for beta testing if it's available! &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/user-registration-logic-seems-strange#post-23843&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/user-registration-logic-seems-strange#post-23843&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks so much for your help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
