Opened 12 years ago
Last modified 10 years ago
#2223 new enhancement
Add bbPress User Roles Dropdown to new-user.php
Reported by: | alex-ye | Owned by: | |
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | 2.2.3 |
Component: | Back-end | Keywords: | has-patch |
Cc: | nashwan.doaqan@…, wordpress@…, pippin@… |
Description
Hi , We should add bbPress user roles dropdown in new-user.php admin page .
Attachments (2)
Change History (17)
#5
@
12 years ago
Can we add a second dropdown, instead of adding bbPress's roles to the existing one?
#8
follow-up:
↓ 10
@
12 years ago
So, finishing this patch I found that core's user-new.php doesn't have an action to add fields ( http://core.trac.wordpress.org/ticket/18709 ). Out options:
1) Add the combo only in the user edit screen.
2) (Hack) Use the show_password_fields hook and squeeze the combo in, and remember to fix it when core adds the correct action.
3) Wait for core to add the action before doing this patch.
2 is ugly but I guess our best option here. Thoughts?
#12
@
11 years ago
#WP18709 is now in core via [WP25629]
Oversight. Patch should be easyish. Moving to 2.4.