<?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: Combining User Photo Plugin and Registration Add-on</title>
		<link>https://legacy.forums.gravityhelp.com/topic/combining-user-photo-plugin-and-registration-add-on</link>
		<description>Gravity Support Forums Topic: Combining User Photo Plugin and Registration Add-on</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 16:51:17 +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/combining-user-photo-plugin-and-registration-add-on" rel="self" type="application/rss+xml" />

		<item>
			<title>clicknathan on "Combining User Photo Plugin and Registration Add-on"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combining-user-photo-plugin-and-registration-add-on#post-44735</link>
			<pubDate>Wed, 21 Dec 2011 17:43:34 +0000</pubDate>
			<dc:creator>clicknathan</dc:creator>
			<guid isPermaLink="false">44735@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay so this isn't exactly an elegant solution, but I've figured out how to fix this all. It involves editing the User Photo plugin's core files (everything here refers to 0.9.5.1), so updating that plugin will definitely break this. If you still want to have a go, here's the rundown:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Go to /wp-content/plugins/user-photo/ and open user-photo.php&#60;/li&#62;
&#60;li&#62;Find line 602, you should see this code `&#38;lt;p class='image'&#38;gt;&#38;lt;img src=&#34;&#38;lt;?php echo $bdir . $profileuser-&#38;gt;userphoto_image_file . &#34;?&#34; . rand() ?&#38;gt;&#34; alt=&#34;Full size image&#34; /&#38;gt;&#38;lt;br /&#38;gt;&#60;br /&#62;
			Full size&#60;br /&#62;
			&#38;lt;/p&#38;gt;&#60;br /&#62;
			&#38;lt;p class='image'&#38;gt;&#38;lt;img src=&#34;&#38;lt;?php echo $bdir . $profileuser-&#38;gt;userphoto_thumb_file . &#34;?&#34; . rand() ?&#38;gt;&#34; alt=&#34;Thumbnail image&#34; /&#38;gt;&#38;lt;br /&#38;gt;&#60;br /&#62;
			Thumb&#60;br /&#62;
			&#38;lt;/p&#38;gt;`&#60;/li&#62;
&#60;li&#62;Replace that with `&#38;lt;p class='image'&#38;gt;&#38;lt;img src=&#34;&#38;lt;?php echo $profileuser-&#38;gt;userphoto_image_file . &#34;?&#34; . rand() ?&#38;gt;&#34; alt=&#34;Full size image&#34; /&#38;gt;&#38;lt;br /&#38;gt;&#60;br /&#62;
			Full size&#60;br /&#62;
			&#38;lt;/p&#38;gt;`&#60;/li&#62;
&#60;li&#62;If you haven't already, in WordPress, go to Forms &#38;gt; User Registration &#38;gt; the feed you're looking to edit and then in the User Meta section, add a new custom meta field with the value of &#60;code&#62;userphoto_image_file&#60;/code&#62;&#60;/li&#62;
&#60;li&#62;Save that file and you should be all set.&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;This removes the thumbnail functionality of the User Photos plugin as well, which definitely sucks, but at least it's working for me at the moment. I'll let you know if there are any further updates where I can get the thumbnail functionality working as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Capacitron on "Combining User Photo Plugin and Registration Add-on"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combining-user-photo-plugin-and-registration-add-on#post-17830</link>
			<pubDate>Mon, 07 Feb 2011 14:18:06 +0000</pubDate>
			<dc:creator>Capacitron</dc:creator>
			<guid isPermaLink="false">17830@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Carl Got it. I should have been a bit more clear. kfawcett made the additional statement: &#34;Now the problem is that it's adding this as the link to the photo -&#34; kfawcett's links are now 404 so I was just curious if he ever solved that bit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Combining User Photo Plugin and Registration Add-on"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combining-user-photo-plugin-and-registration-add-on#post-17827</link>
			<pubDate>Mon, 07 Feb 2011 14:05:40 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">17827@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Capacitron The user @kfawcett explained above he got it working fine once he determined what the correct name (userphoto_image_file) for the meta information he wanted to store. So yes, he did solve it and the solution was using the correct custom meta key when setting up the registration add-on.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Capacitron on "Combining User Photo Plugin and Registration Add-on"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combining-user-photo-plugin-and-registration-add-on#post-17803</link>
			<pubDate>Mon, 07 Feb 2011 01:12:28 +0000</pubDate>
			<dc:creator>Capacitron</dc:creator>
			<guid isPermaLink="false">17803@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What's the update? Did you solve it? If so what was your solution?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kfawcett on "Combining User Photo Plugin and Registration Add-on"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combining-user-photo-plugin-and-registration-add-on#post-16773</link>
			<pubDate>Fri, 21 Jan 2011 11:42:50 +0000</pubDate>
			<dc:creator>kfawcett</dc:creator>
			<guid isPermaLink="false">16773@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK I figured out the correct label. It was userphoto_image_file. Now the problem is that it's adding this as the link to the photo - &#60;a href=&#34;http://mysite.com/files/userphoto/http://mysite.com/files/gravity_forms/3/2011/01/shapeimage_14.png?1109998&#34; rel=&#34;nofollow&#34;&#62;http://mysite.com/files/userphoto/http://mysite.com/files/gravity_forms/3/2011/01/shapeimage_14.png?1109998&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It should be &#60;a href=&#34;http://mysite.com/files/userphoto/shapeimage_14.png?1109998&#34; rel=&#34;nofollow&#34;&#62;http://mysite.com/files/userphoto/shapeimage_14.png?1109998&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In addition, the User Photo Plugin does some processing of the image to create a thumbnail and places both images in the file/userphoto/ directory.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Combining User Photo Plugin and Registration Add-on"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combining-user-photo-plugin-and-registration-add-on#post-16763</link>
			<pubDate>Fri, 21 Jan 2011 10:59:39 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">16763@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If this field is being displayed on the profile view page, trying looking in the source code for that page and see what the label for that field is assigned to: &#60;a href=&#34;http://grab.by/8vwp&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/8vwp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There is a good chance this is the same name the meta field should be when setting up your User Registration plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kfawcett on "Combining User Photo Plugin and Registration Add-on"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/combining-user-photo-plugin-and-registration-add-on#post-16725</link>
			<pubDate>Thu, 20 Jan 2011 16:43:13 +0000</pubDate>
			<dc:creator>kfawcett</dc:creator>
			<guid isPermaLink="false">16725@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am running the User Photo plugin so that users are able to add a picture to their profile. This is then being used to populate a photo on two other plugins on the front end.&#60;/p&#62;
&#60;p&#62;How can I get the image upload field that I have added to my registration page to populate the user photo plugin section in my profile page?&#60;/p&#62;
&#60;p&#62;I know I can add custom meta fields, but I'm not sure what the custom meta field would be for this. Any ideas? Will this even work?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
