This module adds ability to create role-specific registration pages.
Example of situation when this module could help you:
You need to create two user registration pages. One for general users and one, let's say, for hosters.
For hosters registration page you need to add several specific fields and these fields should not be available on general users registration page.
Furthermore, if you need some hosters fields only on user edit page, without showing these fields on registration page, this module could help you too.
Project page:
https://www.drupal.org/sandbox/alexandross/2413303
Git clone command:
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/ALEXANDROSS/2413303.git multiple_registration
Reviews of other projects:
Comments
Comment #1
Oleks Iv commentedComment #2
PA robot commentedWe are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #3
Oleks Iv commentedComment #4
Oleks Iv commentedComment #5
Oleks Iv commentedComment #6
Oleks Iv commentedComment #7
Oleks Iv commentedComment #8
Oleks Iv commentedComment #9
tocab commentedHello alexsergivan,
Manual Review
The starred items (*) are fairly big issues and warrant going back to Needs Work. Items marked with a plus sign (+) are important and should be addressed before a stable project release. The rest of the comments in the code walkthrough are recommendations.
If added, please don't remove the security tag, we keep that for statistics and to show examples of security problems.
This review uses the Project Application Review Template.
Regards
Comment #10
tocab commentedComment #11
Oleks Iv commentedHello tocab, thank you for your review.
I've added hook_help() and configure url.
Comment #12
polaki_viswanath commentedHi alexsergivan,
In the create new registration path form when i add a url for a specific role then when I navigate to the path it says forbidden. Need to know the exact use of this path.
If you are using this path for field settings page then you can have checkbox / radios saying "yes" or "no" to show the role in field settings form for displaying of field in user edit form.
Thanks
Comment #13
Oleks Iv commentedHi polaki_viswanath,
Registration path - it's path for role-specific registration page. Therefore, these pages are available only for anonyms who going sign up.
I have updated 'access callback' to 'user_register_access', so from this time, there are no problems to access these registration pages.
On field settings page, you could just assign this field for some registration pages, that you created before.
Thanks
Comment #14
PA robot commentedProject 1: https://www.drupal.org/node/2419367
Project 2: https://www.drupal.org/node/2413889
As successful completion of the project application process results in the applicant being granted the 'Create Full Projects' permission, there is no need to take multiple applications through the process. Once the first application has been successfully approved, then the applicant can promote other projects without review. Because of this, posting multiple applications is not necessary, and results in additional workload for reviewers ... which in turn results in longer wait times for everyone in the queue. With this in mind, your secondary applications have been marked as 'closed(duplicate)', with only one application left open (chosen at random).
If you prefer that we proceed through this review process with a different application than the one which was left open, then feel free to close the 'open' application as a duplicate, and re-open one of the project applications which had been closed.
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #15
Oleks Iv commentedComment #16
darol100 commented@alexsergivan,
Thank you for your contribution this a very nice module and very handy.
I run the coder module and here are all the complains:
Line 214: Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized. '#title' => t('!role Registration page path', array('!role' => $roles[$rid])),I took an screenshot of the coder complains in the attached file.
You should fix these errors.
A personal recommendation is to change the name from multiple_registration to Multiple Registration in the .info file (this is a personal recommendation, this is not required.).
Comment #17
Oleks Iv commentedHi darol100,
Thank you very much for your feedback!
I've fixed coder errors. Furthermore, I've changed name to "Multiple Registration" in the .info
Thanks
Comment #18
darol100 commented@alexsergivan,
Everything seem to be working fine to me.
Thank you for your contribution.
Comment #19
Oleks Iv commentedThank you too, Darryl
Comment #20
klausimanual review:
But that are not critical application blockers, so ...
Thanks for your contribution, alexsergivan!
I updated your account so you can promote this to a full project and also create new projects as either a sandbox or a "full" project.
Here are some recommended readings to help with excellent maintainership:
You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and stay involved!
Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
Thanks to the dedicated reviewer(s) as well.
Comment #21
Oleks Iv commentedHi klausi,
Thank you for your review and for updating my account!
Comment #23
avpaderno