Opened 15 years ago
Last modified 15 years ago
#1287 new enhancement
Patch supporting moving Required plugin fields
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Severity: | normal |
| Plugin: | not-listed | Keywords: | register-plus-redux |
| Cc: |
Description
Hi,
As we started developing our new web-site we chosed to go with register-plus-redux to handle custom fields. However due to the current structure we decided to do a couple of patches allowing one to move around required fields. The patch isn't perfect but hopefully it's somewhat useful.
Some outstanding issues:
- Required fields needs to be written to the database during installation
- Password fields isn't dynamically movable
Added features:
- Ability to move required fields
- Required fields isn't modifiable nor removable after being added to the database
Changes:
- Removed the standard required field listing
If someone would like to review the code and possibly make appropriate changes it would be golden, I'll try to do some more clean-up and send the patches here.
Attachments (9)
Change History (17)
#1
@
15 years ago
Added updated patch
Added features:
- Password field isn't shown by default, by adding the type "Password field" to the fields you can position where it's going to be displayed.
Outstanding issues:
- General cleanup
- Required fields needs to be written to the database during installation
- Interoperability with account verification using theme-my-login doesn't seam to work properly
- Automatically add password-field upon enabling user set password
#3
@
15 years ago
Added updated patch:
Added features:
- Automatically add required fields to database on installation
- "Beutification" of required fields, should probably be solved in a better way
- Cleanup
Outstanding issues
- General cleanup
- Automatically add password-field upon enabling user set password (worked a bit on this but I need to go back to the drawing-board as I ran into some issues)
Other:
- Interoperability with theme-my-login was caused due to a bug in theme-my-login, patch provided http://wordpress.org/support/topic/plugin-theme-my-login-register_redirect-doesnt-honor-redirects-made-by-other-plugins?replies=1
#5
@
15 years ago
Added updated patch:
- Further beautification making the UI more consistent
- More cleanup
Remaining outstanding issues
- Automatically add password field
#6
@
15 years ago
Updated patch:
- Bugfixed related to Yahoo field
- Added support for AlterProfileForm
- Cleanup
Note: See
TracTickets for help on using
tickets.
Updated patch