Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 3 years ago

#76 closed defect (bug) (fixed)

Make validation errors on profile signup consitent with Wordpress Mu - also remove tables

Reported by: phlux0r's profile 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)

#1 @apeatling
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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.

#2 @(none)
15 years ago

  • Milestone Extended Profiles - v0.3 deleted

Milestone Extended Profiles - v0.3 deleted

Note: See TracTickets for help on using tickets.