Opened 12 years ago
Closed 12 years ago
#2364 closed defect (bug) (fixed)
User's profile on front end deletes show admin bar preference
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.4 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | Component - Users | Keywords: | commit |
Cc: |
Description
Hi,
version of my bbPress : 2.4-alpha-5008
If a user wants to keep the WP Admin Bar while on front, editing his profile on the front end will remove this preference. To have the WP Admin Bar back, he needs to go into his backend profile to activate the checkbox. It can be annoying to remember that if we want to keep the WP Admin Bar then, we need to edit our profile from the back end.
So i suggest 2 diffs :
option 1 : simulate a post var to preserve the preference of the user
option 2 : add some markup to the form-user-edit template.
Option 1 makes the most sense. Option 2 would pave the way towards a new Settings page, which I'm trying to avoid for now.