#76 closed defect (bug) (fixed)
Make validation errors on profile signup consitent with Wordpress Mu - also remove tables
Reported by: | phlux0r | Owned by: | |
---|---|---|---|
Milestone: | Priority: | minor | |
Severity: | Version: | ||
Component: | Keywords: | signup, tables, validation | |
Cc: |
Description
WPMu doesn't use tables on the wp-signup.php page.
WPMu displays the page with validation errors in the following order:
Label
Error
Field
Buddy press profile validation errors display in this order:
Error
Label
Field
Please make the display order consisten and possibly remove the tables and use <p> tags for formatting.
Also, the tables for extra profile fields and the avatar image have the same id="extraFields". Best to use class="extraFields" on the tables if they stay.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Tables are now removed, but reordering the error message after the label will be much more difficult. I'm moving that to a future enhancement.
I've made the look more consistent with the default input fields.