Could it be a link to the profile, when you click on the name and the email does not appear?
It would be good enough. Maybe add the option of some profile item.
]]>I’ve added both pieces of code and named the section part of the code the same name I see in the plugin section where I drag and drop. I was able to drag and drop my users but still nothing is re-ordering….
]]>Hey, I want to use WordPress in built get_users function, but using the sort order I define with your plugin. Is this possible, perhaps by using meta_key?
]]>I added a role named team-member
with the display name Team Member
but none of the users with this role would show up when Team Member
was selected. Looking into this further, it seems that the plugin is saving the role display name instead of the role name (slug) in the database. It is also using the display name (in the check boxes) to compare with the role names (in the user list) so it could not find the correct items in the list.
I have modified the plugin myself to fix this issue so that it displays roles using the display name but uses only the role name in the database and to compare with items in the list. Unfortunately this took more than just a few lines to fix so I can’t post here but feel free to contact me and I can send you the modified files.
]]>