<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How to: Add fields to the Joomla registration form</title>
	<atom:link href="http://joomla-and-more.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/feed/" rel="self" type="application/rss+xml" />
	<link>http://joomla-and-more.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/</link>
	<description>Offering solutions for Joomla!® and more</description>
	<lastBuildDate>Wed, 16 May 2012 17:30:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: sureshbalaji</title>
		<link>http://joomla-and-more.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/#comment-1719</link>
		<dc:creator><![CDATA[sureshbalaji]]></dc:creator>
		<pubDate>Thu, 03 May 2012 10:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://toretto84.wordpress.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/#comment-1719</guid>
		<description><![CDATA[how to add image upload field in joomla user registration.. please guide me...]]></description>
		<content:encoded><![CDATA[<p>how to add image upload field in joomla user registration.. please guide me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arman</title>
		<link>http://joomla-and-more.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/#comment-1718</link>
		<dc:creator><![CDATA[Arman]]></dc:creator>
		<pubDate>Wed, 02 May 2012 23:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://toretto84.wordpress.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/#comment-1718</guid>
		<description><![CDATA[Hi guys ! I found out how to add a new field in registration form for Joomla 2.5
1. Go to your database and add a new field in table `users`: for exaple `lastname`
2.Then go to xxxxxx/components/com_users/models/forms/registration.xml , where xxxxxx is your root folder. 
add this code for last name:



Save It .

3.Then go to xxxxxx/components/com_users/models/registration.php
You should find a function called register
Add this code into that function 
$data[&#039;lastname&#039;]	= $data[&#039;lastname&#039;];
(add it after $data[&#039;password&#039;]	= $data[&#039;password1&#039;]; near the line 313)
That&#039;s it ! 
Refresh your page and try it ! 
It works for me !]]></description>
		<content:encoded><![CDATA[<p>Hi guys ! I found out how to add a new field in registration form for Joomla 2.5<br />
1. Go to your database and add a new field in table `users`: for exaple `lastname`<br />
2.Then go to xxxxxx/components/com_users/models/forms/registration.xml , where xxxxxx is your root folder.<br />
add this code for last name:</p>
<p>Save It .</p>
<p>3.Then go to xxxxxx/components/com_users/models/registration.php<br />
You should find a function called register<br />
Add this code into that function<br />
$data['lastname']	= $data['lastname'];<br />
(add it after $data['password']	= $data['password1']; near the line 313)<br />
That&#8217;s it !<br />
Refresh your page and try it !<br />
It works for me !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rijadeja</title>
		<link>http://joomla-and-more.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/#comment-1608</link>
		<dc:creator><![CDATA[rijadeja]]></dc:creator>
		<pubDate>Wed, 21 Mar 2012 20:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://toretto84.wordpress.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/#comment-1608</guid>
		<description><![CDATA[How do add fields to Joomla 2.5? There are not available form.php file at /administrator/components/com_users/views/user/tmpl/form.php.... Please help me to solve out this issue.]]></description>
		<content:encoded><![CDATA[<p>How do add fields to Joomla 2.5? There are not available form.php file at /administrator/components/com_users/views/user/tmpl/form.php&#8230;. Please help me to solve out this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhambi</title>
		<link>http://joomla-and-more.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/#comment-1535</link>
		<dc:creator><![CDATA[Bhambi]]></dc:creator>
		<pubDate>Mon, 20 Feb 2012 18:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://toretto84.wordpress.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/#comment-1535</guid>
		<description><![CDATA[hey many thanks to you guys Steven and Ray... works like charm... well added a user type dropdown in registration form now i want this user type to be displayed on login module... but can u tell me now how we should login as per user specified &#039;user type&#039; ...]]></description>
		<content:encoded><![CDATA[<p>hey many thanks to you guys Steven and Ray&#8230; works like charm&#8230; well added a user type dropdown in registration form now i want this user type to be displayed on login module&#8230; but can u tell me now how we should login as per user specified &#8216;user type&#8217; &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anzar</title>
		<link>http://joomla-and-more.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/#comment-1418</link>
		<dc:creator><![CDATA[Anzar]]></dc:creator>
		<pubDate>Sun, 18 Dec 2011 12:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://toretto84.wordpress.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/#comment-1418</guid>
		<description><![CDATA[Hi,
great tutorial , guyz plz help me my backend successfully updated with nrew fields but front is nt changing a bit, i tried again nd again , all codes are corrrect but still no new field is added in front end]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
great tutorial , guyz plz help me my backend successfully updated with nrew fields but front is nt changing a bit, i tried again nd again , all codes are corrrect but still no new field is added in front end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Awais Ahmad (@Awais_Ahmadd)</title>
		<link>http://joomla-and-more.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/#comment-1284</link>
		<dc:creator><![CDATA[Awais Ahmad (@Awais_Ahmadd)]]></dc:creator>
		<pubDate>Thu, 10 Nov 2011 07:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://toretto84.wordpress.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/#comment-1284</guid>
		<description><![CDATA[Great Tutorial !

Can you plz explain how to do it in joomla 1.7. Because files in joomla 1.7 are completley changed. Can you plz explain it with respect to joomla 1.7.]]></description>
		<content:encoded><![CDATA[<p>Great Tutorial !</p>
<p>Can you plz explain how to do it in joomla 1.7. Because files in joomla 1.7 are completley changed. Can you plz explain it with respect to joomla 1.7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anianitasharmadheeraj</title>
		<link>http://joomla-and-more.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/#comment-1250</link>
		<dc:creator><![CDATA[anianitasharmadheeraj]]></dc:creator>
		<pubDate>Fri, 04 Nov 2011 14:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://toretto84.wordpress.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/#comment-1250</guid>
		<description><![CDATA[thank&#039;s for this help]]></description>
		<content:encoded><![CDATA[<p>thank&#8217;s for this help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andarc</title>
		<link>http://joomla-and-more.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/#comment-1204</link>
		<dc:creator><![CDATA[Andarc]]></dc:creator>
		<pubDate>Wed, 05 Oct 2011 20:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://toretto84.wordpress.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/#comment-1204</guid>
		<description><![CDATA[Hi coders,

I am a newbie but managed to fit a custom registration form in the standard user registration process,  and I have found this guide very interesting. My question may look silly, but I am going crazy to find a way to set some fields as not required, but I am not coming out of it. I have already changed the db to accept null values for those fields, but when I try to register, it simply does nothing, unless every field is compiled.

Any (precious, vital, you win) advice?

Thank you all]]></description>
		<content:encoded><![CDATA[<p>Hi coders,</p>
<p>I am a newbie but managed to fit a custom registration form in the standard user registration process,  and I have found this guide very interesting. My question may look silly, but I am going crazy to find a way to set some fields as not required, but I am not coming out of it. I have already changed the db to accept null values for those fields, but when I try to register, it simply does nothing, unless every field is compiled.</p>
<p>Any (precious, vital, you win) advice?</p>
<p>Thank you all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne Grant</title>
		<link>http://joomla-and-more.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/#comment-1196</link>
		<dc:creator><![CDATA[Wayne Grant]]></dc:creator>
		<pubDate>Thu, 29 Sep 2011 17:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://toretto84.wordpress.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/#comment-1196</guid>
		<description><![CDATA[I know this is  little late, however I have only just come across this tutorial.

i have added to form fields to the user registration form successfully. i would now like to add the extra fields to the email sent to admin.

The fields I have added to the form are, Phone, Mobile, Address, Postcode.

I would like this information to appear in the admin email.

Please help. I have posted this on the joomla forum but no one can help.]]></description>
		<content:encoded><![CDATA[<p>I know this is  little late, however I have only just come across this tutorial.</p>
<p>i have added to form fields to the user registration form successfully. i would now like to add the extra fields to the email sent to admin.</p>
<p>The fields I have added to the form are, Phone, Mobile, Address, Postcode.</p>
<p>I would like this information to appear in the admin email.</p>
<p>Please help. I have posted this on the joomla forum but no one can help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Makenoiz</title>
		<link>http://joomla-and-more.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/#comment-1186</link>
		<dc:creator><![CDATA[Makenoiz]]></dc:creator>
		<pubDate>Sun, 25 Sep 2011 21:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://toretto84.wordpress.com/2010/02/05/how-to-velden-toevoegen-bij-de-joomla-registration-form/#comment-1186</guid>
		<description><![CDATA[Steven,
Thanks for this. I use JomSocial 2.2.4 and Jom 1.7. The very first thing the client would like his visitors to see at registration is Gender, Birthdate and County, then followed by the good ol&#039; standards Name, password etc...

I can think of several ways to theroetically do this: one being  Collect the data and write it directly to new fields in jos_users then populate jos_community_fieldsValues . What do you think about this process? Do you think there is a better way? Thanks for your expertise.]]></description>
		<content:encoded><![CDATA[<p>Steven,<br />
Thanks for this. I use JomSocial 2.2.4 and Jom 1.7. The very first thing the client would like his visitors to see at registration is Gender, Birthdate and County, then followed by the good ol&#8217; standards Name, password etc&#8230;</p>
<p>I can think of several ways to theroetically do this: one being  Collect the data and write it directly to new fields in jos_users then populate jos_community_fieldsValues . What do you think about this process? Do you think there is a better way? Thanks for your expertise.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

