user level field not updated
-
A small possible bug in an otherwise flawless plugin…
Looking at how the “Author” drop-down on the post edit screen is populated, it seems, when you dig down, to depend on the
wp_user_level
field in thewp_usermeta
table being greater than 0. I tried editing a custom role, defined using Members, to includelevel_1
, but the users in that role didn’t appear in the drop-down. Theirwp_user_level
field only updated when I changed their role (then changed it back again).I’m using this line to keep levels:
remove_filter( 'members_get_capabilities', 'members_remove_old_levels' );
I’m not sure if this has anything to do with the issue.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘user level field not updated’ is closed to new replies.