Hello to you all I'm needing to add quite a few fields to the registration process. Is the native login / registration process easy to amend or would you recommend using webform and building it from the bottom up so to speak. It's seems crazy not to use what's already there, but I cannot see a straightforward way to add to it. What have your experiences been? Many thanks Stewart -- http://www.flickr.com/people/mrbirch
On 02/10/2010 05:31 PM, Stewart Birch wrote:
Hello to you all
I'm needing to add quite a few fields to the registration process. Is the native login / registration process easy to amend or would you recommend using webform and building it from the bottom up so to speak. It's seems crazy not to use what's already there, but I cannot see a straightforward way to add to it.
What have your experiences been?
Many thanks
Stewart
--
Check out CCK. But I'm not sure if it supports creating of profile fields. -- Nilesh Govindarajan Site & Server Adminstrator www.itech7.com
Why not using default profile.module ? Alternatively, try http://drupal.org/project/content_profile Cheers, P. On Wed, Feb 10, 2010 at 1:01 PM, Stewart Birch <stewart.birch@gmail.com>wrote:
Hello to you all
I'm needing to add quite a few fields to the registration process. Is the native login / registration process easy to amend or would you recommend using webform and building it from the bottom up so to speak. It's seems crazy not to use what's already there, but I cannot see a straightforward way to add to it.
What have your experiences been?
Many thanks
Stewart
--
-- Paolo Mainardi CTO Twinbit Blog: http://www.paolomainardi.com -- Please consider the environment before printing this email --
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Stewart Birch schrieb:
Hello to you all
I'm needing to add quite a few fields to the registration process. Is the native login / registration process easy to amend or would you recommend using webform and building it from the bottom up so to speak. It's seems crazy not to use what's already there, but I cannot see a straightforward way to add to it.
I think this is more of a support question and should go to the support list.
What have your experiences been?
http://drupal.org/project/content_profile comes with content_profile_registration.module which lets you integrate the profile with the integration. Cheers, Gerhard -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAktypaAACgkQfg6TFvELooS54gCfXrcb9RM2yLunylt+tjlyDk3f 84YAoKlWmPPdoTrDvyULRpPUbYJYSm1Y =NwcJ -----END PGP SIGNATURE-----
Either use the content_profile contributed module, or write your own module that implements hook_user. I think what you want is the latter, possibly in conjunction with webform (to build the form to add to the registartion page). Nancy E. Wichmann, PMP Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr. ________________________________ From: Stewart Birch <stewart.birch@gmail.com> To: development@drupal.org Sent: Wed, February 10, 2010 7:01:03 AM Subject: [development] Custom registration process Hello to you all I'm needing to add quite a few fields to the registration process. Is the native login / registration process easy to amend or would you recommend using webform and building it from the bottom up so to speak. It's seems crazy not to use what's already there, but I cannot see a straightforward way to add to it. What have your experiences been? Many thanks Stewart -- http://www.flickr.com/people/mrbirch
Thanks all, appreciate your help as always. Stewart On Wed, Feb 10, 2010 at 3:22 PM, nan wich <nan_wich@bellsouth.net> wrote:
Either use the content_profile contributed module, or write your own module that implements hook_user. I think what you want is the latter, possibly in conjunction with webform (to build the form to add to the registartion page).
*Nancy E. Wichmann, PMP*
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
------------------------------ *From:* Stewart Birch <stewart.birch@gmail.com> *To:* development@drupal.org *Sent:* Wed, February 10, 2010 7:01:03 AM *Subject:* [development] Custom registration process
Hello to you all
I'm needing to add quite a few fields to the registration process. Is the native login / registration process easy to amend or would you recommend using webform and building it from the bottom up so to speak. It's seems crazy not to use what's already there, but I cannot see a straightforward way to add to it.
What have your experiences been?
Many thanks
Stewart
--
Dear all, Following this topic, is it possible to change the email sent to administrator, after an user finish his/her registration? I added a drop down field in the user registration page, using form alter and I need that value to be send out to the admin after the user finishes his/her registration. Please help. Thanks in advance. PS: I've tried using content_profile module, but looks like that's not what I need. On Wed, Feb 10, 2010 at 11:36 PM, Stewart Birch <stewart.birch@gmail.com>wrote:
Thanks all,
appreciate your help as always.
Stewart
On Wed, Feb 10, 2010 at 3:22 PM, nan wich <nan_wich@bellsouth.net> wrote:
Either use the content_profile contributed module, or write your own module that implements hook_user. I think what you want is the latter, possibly in conjunction with webform (to build the form to add to the registartion page).
*Nancy E. Wichmann, PMP*
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
------------------------------ *From:* Stewart Birch <stewart.birch@gmail.com> *To:* development@drupal.org *Sent:* Wed, February 10, 2010 7:01:03 AM *Subject:* [development] Custom registration process
Hello to you all
I'm needing to add quite a few fields to the registration process. Is the native login / registration process easy to amend or would you recommend using webform and building it from the bottom up so to speak. It's seems crazy not to use what's already there, but I cannot see a straightforward way to add to it.
What have your experiences been?
Many thanks
Stewart
--
--
participants (6)
-
codebuzz -
Gerhard Killesreiter -
nan wich -
Nilesh Govindarajan -
Paolo Mainardi -
Stewart Birch