Posted by jpcwebb on June 15, 2010 at 10:00am
6 followers
| Project: | U Create |
| Version: | 6.x-1.0-beta4 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Issue Summary
It would be good for this module to respect the profile fields that have the 'display on registration page' checkbox ticked as the core user module does and allow those fields to be filled it at the same time as the user is created. Alternatively, make the add user form template-able so that additional profile fields can be added manually.
Comments
#1
A very simple patch. I tested with only one text field and it worked. Yet is so simple I can't trust it to be done.
#2
oops, I forgot to change account... subscribing
#3
Great! Patch worked perfectly for me, I tested in the following ways:
1) Ensure core Profile module fields of the following types are created successfully. [success]
* textfield
* textarea
* url
* checkbox
* selection
2) Ensure multiple field categories are shown (as fieldsets) on the ucreate form. [success]
2) Ensure required fields were respected during form submit. [success]
#4
Patch doesn't apply, but it's a really trivial change to apply manually and works fine.
#5
Marked #353457: how can i add fields to registration page? as a duplicate.
#6
Oh, the patch is horrible... Sorry, didn't actually reviewed properly. But since there are only 3 lines, shouldn't be a great trouble...
#7
Hehe, no it's fine. Very easy to apply. ;-)
#8
The patch above was made in reverse. Here's a modified version for anyone looking for it.
This was made with git, so refer to git instructions for info on applying. You can apply with
patch -p1 < integrate_profile_fields-827828-8.patchif you're not using git.Also, thank you for the patch - works great!