Skip to:
Content

bbPress.org

Opened 4 years ago

Closed 4 years ago

#3387 closed defect (bug) (fixed)

Edit user, language selection HTML bug

Reported by: peterkueger's profile peterkueger Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.6.7 Priority: normal
Severity: normal Version: 2.6.0
Component: Component - Users Keywords:
Cc:

Description

I can edit a user and choose the language of him.

The HTML code for this contains:

<label for="url">

But it must be:

<label for="language">

Location:
templates/default/bbpress/form-user.edit.php line 119

PS
I want to hide the language selection completely. Since I didn't found another way, I would like to do this with custom CSS. For this, I need a fix of this bug.

Change History (4)

#1 @peterkueger
4 years ago

Since you didn't fix this bug, I uninstalled bbPress.

#2 @johnjamesjacoby
4 years ago

  • Component changed from General to Component - Users
  • Milestone changed from Awaiting Review to 2.6.7
  • Owner set to johnjamesjacoby
  • Status changed from new to accepted
  • Version set to 2.6.0

#3 @johnjamesjacoby
4 years ago

In 7181:

Profiles: fix incorrect target for "locale" label.

This commit fixes a copy & paste error, where the "locale" label was targeting the "url" input instead of the language select.

In trunk for 2.7.0. See #3387.

#4 @johnjamesjacoby
4 years ago

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

In 7182:

Profiles: fix incorrect target for "locale" label.

This commit fixes a copy & paste error, where the "locale" label was targeting the "url" input instead of the language select.

In branches/2.6 for 2.6.7. Fixes #3387.

Note: See TracTickets for help on using tickets.