<?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: dagensmedicin</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/dagensmedicin'>dagensmedicin</a></link>
		<description>Gravity Support Forums User Favorites: dagensmedicin</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 21:10:36 +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>Steffen Bang Nielsen on "Setting a default display name when registring"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/setting-a-default-display-name-when-registring#post-22149</link>
			<pubDate>Thu, 31 Mar 2011 07:13:09 +0000</pubDate>
			<dc:creator>Steffen Bang Nielsen</dc:creator>
			<guid isPermaLink="false">22149@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It works nicely
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Setting a default display name when registring"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/setting-a-default-display-name-when-registring#post-20127</link>
			<pubDate>Tue, 08 Mar 2011 12:39:51 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">20127@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey there, give this a shot: &#60;a href=&#34;http://pastie.org/1647908&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1647908&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Just paste that in your theme's functions.php file. It uses a GF User Registration hook to update the display name to the full name immediately after the user is registered.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Steffen Bang Nielsen on "Force display name setting in user registration add on"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/force-display-name-setting-in-user-registration-add-on#post-20114</link>
			<pubDate>Tue, 08 Mar 2011 05:26:54 +0000</pubDate>
			<dc:creator>Steffen Bang Nielsen</dc:creator>
			<guid isPermaLink="false">20114@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Did it make to beta 3 (or 5)&#60;/p&#62;
&#60;p&#62;I can’t seem to find it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Steffen Bang Nielsen on "Setting a default display name when registring"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/setting-a-default-display-name-when-registring#post-20098</link>
			<pubDate>Mon, 07 Mar 2011 20:07:22 +0000</pubDate>
			<dc:creator>Steffen Bang Nielsen</dc:creator>
			<guid isPermaLink="false">20098@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;On &#60;a href=&#34;http://www.dagenspharma.dk&#34; rel=&#34;nofollow&#34;&#62;http://www.dagenspharma.dk&#60;/a&#62; we’re using ’User Registration Add-On’ for signing up people as subscribers.&#60;/p&#62;
&#60;p&#62;The only problem is, that we would like set the users display name to be his/hers full name, not the username, as wordpress would want us to.&#60;/p&#62;
&#60;p&#62;Since ’User Registration Add-On will not let us map a field in the form to be display-name, we’ve tried to change a couple of lines in user.php (/wp-includes) like this:&#60;/p&#62;
&#60;p&#62;BEFORE&#60;br /&#62;
if ( empty($display_name) )&#60;br /&#62;
		$display_name = $display_name;&#60;br /&#62;
	$display_name = apply_filters('pre_user_display_name', $display_name);&#60;/p&#62;
&#60;p&#62;AFTER&#60;br /&#62;
if ( empty($display_name) )&#60;br /&#62;
		$display_name = $first_name.' '.$last_name;&#60;br /&#62;
	$display_name = apply_filters('pre_user_display_name', $display_name);&#60;/p&#62;
&#60;p&#62;It actually works, when a user is created from the wordpress-backend, but not when a user creates his own account from our frontpage. In that case the display-name is just left blank.&#60;/p&#62;
&#60;p&#62;any ideas, anyone?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>2urn on "Force display name setting in user registration add on"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/force-display-name-setting-in-user-registration-add-on#post-15000</link>
			<pubDate>Sun, 26 Dec 2010 07:12:43 +0000</pubDate>
			<dc:creator>2urn</dc:creator>
			<guid isPermaLink="false">15000@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;+1
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TiborP on "Force display name setting in user registration add on"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/force-display-name-setting-in-user-registration-add-on#post-14946</link>
			<pubDate>Thu, 23 Dec 2010 13:19:16 +0000</pubDate>
			<dc:creator>TiborP</dc:creator>
			<guid isPermaLink="false">14946@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great! And thanks for the quick reply :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Force display name setting in user registration add on"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/force-display-name-setting-in-user-registration-add-on#post-14945</link>
			<pubDate>Thu, 23 Dec 2010 13:06:35 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14945@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm now aware of any custom function to do this right now.  But it is something that we can add to the User Registration Add-On as an option to preset the display name.  We had left it off originally because users can edit this in their profile, but it does make sense to make it an option so admins can predefine the default.&#60;/p&#62;
&#60;p&#62;We will try and work this into the Beta 3 release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TiborP on "Force display name setting in user registration add on"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/force-display-name-setting-in-user-registration-add-on#post-14935</link>
			<pubDate>Thu, 23 Dec 2010 12:36:02 +0000</pubDate>
			<dc:creator>TiborP</dc:creator>
			<guid isPermaLink="false">14935@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;First: I really love this add on!&#60;/p&#62;
&#60;p&#62;But...I needed a way to automatically set the registered user's display_name to firstname + lastname and came up with the (not so friendly) solution to edit userregistration.php a little bit.&#60;/p&#62;
&#60;p&#62;The way I did it was by adding&#60;br /&#62;
&#60;code&#62;$config[&#38;quot;meta&#38;quot;][&#38;quot;display_name&#38;quot;] = RGForms::post(&#38;quot;gf_user_registration_display_name&#38;quot;);&#60;/code&#62;&#60;br /&#62;
after line 485, and&#60;br /&#62;
&#60;code&#62;{ &#38;#39;name&#38;#39;: &#38;#39;Display name&#38;#39;, &#38;#39;value&#38;#39;: &#38;#39;display_name&#38;#39; }&#60;/code&#62;&#60;br /&#62;
after line 696.&#60;/p&#62;
&#60;p&#62;Now, in the User Registration Forms settings, I have the option to set 'Display name' to the 'Name (Full)' field of my registration form.&#60;/p&#62;
&#60;p&#62;I guess the way to do this the right way, is through a custom function, but need some directions on how to. Hope someone can provide an example..&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
