By j.patrick1982 on
why there is no module if there are so many ppl requiring same module
just for and example
http://drupal.org/node/122092#comment-986342
i have gone thru all ths related links
why there is no perfect module for multiple registration pages
my proposal is
1.)Module shud support for n no of registration pages that can be assigned to a particular ROLE
2.)Same registration inf can be then used for profile of that user
3.) Each Registration page can have any no of fields
I m totally new to drupal and can only give ideas this possible
Regards
Abhay Arora
Comments
another duplicate post
please stop flooding the support forums with the same question:
this is yet another duplicate of this:
http://drupal.org/node/301881
I AM NOT MAKING DUPLICATE POST NW
THIS IS A NEW QUESTION ABOUT THE SAME TOPIC IS IT WRONG
possible solution
NOTE: I'm reposting this here from one of the multiple threads you opened.
The simplest way of doing it is to follow these steps:
Remember to select PHP as the Input Filter before submitting your page
hope that helps.
other possible solutions
Multiple registration pages in Drupal 5.x
A client of mine wanted to have multiple registration pages with different fields so I wrote this script
http://drupal.org/node/134107
Membership types and registration modification
http://drupal.org/project/nf_registration_mod
can i ask drupal core developers for this module?
can this module be developed by drupal core team so that it can support upgradation ?
It is not a core requirement
No, ask these guys
.dan.
.dan. is the New Zealand Drupal Developer working on Government Web Standards
Social Community Feature Request
Since Drupal is Supporting Community Feature dont you think there must be such feature for Multiple type s of users Instead of HACKING CORE module as mentioned above?
Who suggested hacking core?
Who suggested hacking core? I see several very usable solutions posted above, and don't understand your reluctance to try them.
changing the core modules means what ?
The suggestion give above are either to change inner code or just some other PROCESS just a illusion of the requirment ?
THE NEED IS OF 2 DIFFERENT REGISTRATION PAGES for 2 diff types of users
what if i m developing a site for N no of user with N no of roles how will this be carried out WE WILL DEFINITLY NEED A MODULE
like we have
Lecturer
Principle
student
parent
librarian
all having different registration forms and different roles
or we have
administrator
user
superuser
seo expert
AND ALL THESE ARE PAID MEMBERS
Personally I don't
Personally I don't understand what you mean. When a user REGISTERS they don't *have* any role, so how could Drupal display a certain registration form on sign-up?
Usually users register with basic account info, are then given their role by an admin, and so it is their PROFILE PAGE which would then reflect their role, not the registration form.
actually..
you can assign a role when a user signs up....using the Auto assign role module...or the ecommerce modules if you're selling "roles".
Standard practice is to get the teacher/student to sign up and/or pay for a teacher/student account. Once they have done that, they are automatically assigned a role and when they login, you can redirect them to their profile page, where a teacher can have different profile fields to the student..using the profile.module or a many other modules available.
Just thought I'd clarify that, Anti.
There's loads of ways of achieving what the original poster wants to achieve...so many, in fact, that a module isn't needed because it will duplicate existing functionality.