Hi friends any one know the external registration module which have the "" User Name, First Name, Second Name, email address Thanks
mmm, are you sure it is external? anyway, what is the question? -- Simone Dal Maso. Tutti i miei progetti: Spazioausili: consultazione, ricerca e commenti sugli ausili informatici per non vedenti: http://www.spazioausili.net homepage sviluppo comunita' NVDA: www.nvda.it Visita il mio blog! http://simodm.blogspot.com homepage progetto musicale: www.juvox.it ----- Original Message ----- From: "bharani kumar" <bharanikumariyerphp@gmail.com> To: <support@drupal.org> Sent: Thursday, August 28, 2008 1:06 PM Subject: [support] registration module
Hi friends
any one know the external registration module which have the "" User Name, First Name, Second Name, email address
Thanks
--------------------------------------------------------------------------------
-- [ Drupal support list | http://lists.drupal.org/ ]
Quoting bharani kumar <bharanikumariyerphp@gmail.com>:
Hi friends
any one know the external registration module which have the "" User Name, First Name, Second Name, email address
You can simply create a hook_form_alter for form_id == 'user_register' and add the three columns to the form. You'll also need a hook_load for when then edit form is being displayed. Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/
Hi, You also can you the 'profile' module to add new fields for users. You can choose if it is visible when registering, visible for all when displaying informations, etc... Florent, Earnie Boyd a écrit :
Quoting bharani kumar <bharanikumariyerphp@gmail.com>:
Hi friends
any one know the external registration module which have the "" User Name, First Name, Second Name, email address
You can simply create a hook_form_alter for form_id == 'user_register' and add the three columns to the form. You'll also need a hook_load for when then edit form is being displayed.
Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/
what is that profile module................. Or Is it possible to add the firstname and lastname to default druapl register module... Any Great guess,,, On Thu, Aug 28, 2008 at 5:19 PM, Florent JOUSSEAUME < florent.jousseaume@makina-corpus.com> wrote:
Hi,
You also can you the 'profile' module to add new fields for users. You can choose if it is visible when registering, visible for all when displaying informations, etc...
Florent,
Earnie Boyd a écrit :
Quoting bharani kumar <bharanikumariyerphp@gmail.com>:
Hi friends
any one know the external registration module which have the "" User Name, First Name, Second Name, email address
You can simply create a hook_form_alter for form_id == 'user_register' and add the three columns to the form. You'll also need a hook_load for when then edit form is being displayed.
Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/
-- [ Drupal support list | http://lists.drupal.org/ ]
Profile module is an optional core module You can add any field you want with this module Florent, bharani kumar a écrit :
what is that profile module.................
Or Is it possible to add the firstname and lastname to default druapl register module...
Any Great guess,,,
On Thu, Aug 28, 2008 at 5:19 PM, Florent JOUSSEAUME <florent.jousseaume@makina-corpus.com <mailto:florent.jousseaume@makina-corpus.com>> wrote:
Hi,
You also can you the 'profile' module to add new fields for users. You can choose if it is visible when registering, visible for all when displaying informations, etc...
Florent,
Earnie Boyd a écrit : > Quoting bharani kumar <bharanikumariyerphp@gmail.com <mailto:bharanikumariyerphp@gmail.com>>: > > >> Hi friends >> >> any one know the external registration module which have the "" User Name, >> First Name, Second Name, email address >> >> > > You can simply create a hook_form_alter for form_id == 'user_register' > and add the three columns to the form. You'll also need a hook_load > for when then edit form is being displayed. > > Earnie -- http://for-my-kids.com/ > -- http://give-me-an-offer.com/ > >
-- [ Drupal support list | http://lists.drupal.org/ ]
i downloaded that profuile module... How i add the firstname and last name for the for user registration... where i go On Thu, Aug 28, 2008 at 5:34 PM, Florent JOUSSEAUME < florent.jousseaume@makina-corpus.com> wrote:
Profile module is an optional core module
You can add any field you want with this module
Florent,
bharani kumar a écrit :
what is that profile module.................
Or Is it possible to add the firstname and lastname to default druapl register module...
Any Great guess,,,
On Thu, Aug 28, 2008 at 5:19 PM, Florent JOUSSEAUME <florent.jousseaume@makina-corpus.com <mailto:florent.jousseaume@makina-corpus.com>> wrote:
Hi,
You also can you the 'profile' module to add new fields for users. You can choose if it is visible when registering, visible for all when displaying informations, etc...
Florent,
Earnie Boyd a écrit : > Quoting bharani kumar <bharanikumariyerphp@gmail.com <mailto:bharanikumariyerphp@gmail.com>>: > > >> Hi friends >> >> any one know the external registration module which have the "" User Name, >> First Name, Second Name, email address >> >> > > You can simply create a hook_form_alter for form_id == 'user_register' > and add the three columns to the form. You'll also need a hook_load > for when then edit form is being displayed. > > Earnie -- http://for-my-kids.com/ > -- http://give-me-an-offer.com/ > >
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
participants (5)
-
bharani kumar -
Earnie Boyd -
Florent JOUSSEAUME -
Luke -
Simone Dal Maso