<?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 Topic: User Registration V1.5 beta 1.11 &#62; Saving a picture</title>
		<link>https://legacy.forums.gravityhelp.com/topic/user-registration-v15-beta-111-saving-a-picture</link>
		<description>Gravity Support Forums Topic: User Registration V1.5 beta 1.11 &gt; Saving a picture</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 19:16:31 +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/topic/user-registration-v15-beta-111-saving-a-picture" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "User Registration V1.5 beta 1.11 &#62; Saving a picture"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-v15-beta-111-saving-a-picture#post-152530</link>
			<pubDate>Fri, 22 Feb 2013 18:41:39 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">152530@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We'll close it.  Thank you for the update and I'm glad you found the trouble.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Taeke on "User Registration V1.5 beta 1.11 &#62; Saving a picture"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-v15-beta-111-saving-a-picture#post-152121</link>
			<pubDate>Fri, 22 Feb 2013 05:14:03 +0000</pubDate>
			<dc:creator>Taeke</dc:creator>
			<guid isPermaLink="false">152121@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Thanks for your reply. I've been investigating it further, and everything seemed allright. After investigating it further I've stumbled upon a mistake I've made.. So the User Registration plug-in works fine! &#60;/p&#62;
&#60;p&#62;This topic can be closed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "User Registration V1.5 beta 1.11 &#62; Saving a picture"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-v15-beta-111-saving-a-picture#post-151981</link>
			<pubDate>Thu, 21 Feb 2013 23:58:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">151981@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you take a look at the usermeta table and see if there are entries for user_foto for existing users, and what happens when you edit their profile?  Also, if you create a new user via the Users admin rather than a Gravity Form, can you add the profile picture there?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Taeke on "User Registration V1.5 beta 1.11 &#62; Saving a picture"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-v15-beta-111-saving-a-picture#post-150705</link>
			<pubDate>Wed, 20 Feb 2013 04:53:53 +0000</pubDate>
			<dc:creator>Taeke</dc:creator>
			<guid isPermaLink="false">150705@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Three days ago I reported this issue: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/delete-values-with-user-registration&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/delete-values-with-user-registration&#60;/a&#62;. &#60;/p&#62;
&#60;p&#62;I got a new beta version of the User Registration plug-in via Chris Hajer. It solves the previous stated problem, but it introduces a new issue: I can't save the profile image anymore. &#60;/p&#62;
&#60;p&#62;Here's what I'm doing:&#60;/p&#62;
&#60;p&#62;In the user profile I've added a field: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;tr&#38;gt;
	&#38;lt;th&#38;gt;&#38;lt;label for=&#38;quot;user_foto&#38;quot;&#38;gt;Avatar&#38;lt;/label&#38;gt;&#38;lt;/th&#38;gt;

	&#38;lt;td&#38;gt;
		&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;user_foto&#38;quot; id=&#38;quot;user_foto&#38;quot; value=&#38;quot;&#38;lt;?php echo esc_attr( get_the_author_meta( &#38;#39;user_foto&#38;#39;, $user-&#38;gt;ID ) ); ?&#38;gt;&#38;quot; class=&#38;quot;regular-text&#38;quot; /&#38;gt;&#38;lt;br /&#38;gt;

	&#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and I save it with: &#60;/p&#62;
&#60;p&#62;&#60;code&#62;update_user_meta( $user_id, &#38;#39;user_foto&#38;#39;, $_POST[&#38;#39;user_foto&#38;#39;] );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;In my form I've added a file upload field like this: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i.imgur.com/WTVVDvV.png&#34; rel=&#34;nofollow&#34;&#62;Example 1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And I mapped it with User Registration like this: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i.imgur.com/03Tzfst.png&#34; rel=&#34;nofollow&#34;&#62;Example 2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Like I said earlier, this worked fine until I've installed your version. Can you analyse what's going wrong?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
