By sysspoof on
hello
is it possible to configure drupal, that it allows to choose between 2 different profiles at the registration?
because the website should be made for two different target groups. a person should be able to select, what kind of target group he/her is and then there appears a different registration form. one with a bit more required personal information.
possible?
Comments
Try this
http://drupal.org/project/accounttypes
good start
thank you. it already helps me a bit. now, is it possible to assign profile settings to groups or account types?
i want that some groups or account types have a different user profile, then other groups/account types.
Is that possible?
Subscribing
Subscribing
yeah..
Im in search of a simular solution, if anyone have any info pls let me know...
Hi, I gave up on this issue,
Hi, I gave up on this issue, didn't resolve it. Please let us know if you find a solution.
http://www.faunapolis.org/
Same issues
I am also developping a website and i need this function. Basicaly I have a free account type and a pro account type.
On registration user should be able to choose if they want a free account or a pro account, then the form will be different depending on the account type they just choose.
Do you have any answer on this yet?
Thank you in advance.
Steven
___________
Crea2D.com
I finally found this module
I finally found this module that makes pretty much it !
User types
Right now in dev, but it works pretty good !
Hope this helps
________________________________________________
Crea2D.com
thank you
yeaah perfect module... thank you for tip. I'm free man now... :) :) :)
I did it with 5.x
I achieved this with
1. node profile (to sue a content type as profile.. and embedded into the registration form)
2. role_signup: this allows to bring option to choose which account type the user wants t register. according the desired regd. form is shown
Actually this page gave me clue: http://mybesinformatik.com/content/custom-role-dependent-user-profiles
best of luck!
In Drupal 6.x, I am still not getting the similar solution! any idea?