• Resolved jsupply

    (@jsupply)


    I need to change the roles of all the users on my Multisite network but the dropdown menu to change roles on the Users page is not displaying. Has anyone else had this experience or know of a fix? Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter jsupply

    (@jsupply)

    Okay, so maybe I should approach this another way. Does anyone know how to change all user roles on a Multisite network without doing so directly in the database?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Roles are per-site, not per network.

    Thread Starter jsupply

    (@jsupply)

    I understand that. What I want to know is if there is a way to change the roles across the entire network. Perhaps there is a MySQL query that can do it.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Change to what?

    You’ll have to be more specific and use a concrete example here 🙂 Like…

    Do you want to change all subscribers on Site A to Admins?

    Do you want all users, on all sites, on the network to be Editors?

    You can do it via plugins, but WHICH plugin depends on WHAT you’re doing 🙂 Changing ‘all users’ is a little vague to go from.

    Thread Starter jsupply

    (@jsupply)

    Thanks for the reply. I need to change all users on all sites, who are currently Admins, to be Editors.

    Thread Starter jsupply

    (@jsupply)

    I actually was able to do this in SQL Editor with a query.

    UPDATE databasename.wp_usermeta SET meta_value = REPLACE(meta_value,’s:13:”administrator”;s:1:”1″;}’,’a:1:{s:6:”editor”;b:1;}’);

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    That’s the best way for it, sadly. It’s an edge case :/

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘User Role Dropdown Not Displaying on Multisite’ is closed to new replies.