• We need a way to turn all our existing users into global users, and we need a way to make new users global users even if not using the MS sign-up form.

    Details:

    We would like all users to be global users. This is stymied by several problems.

    We have preexisting users who were registered before the site became a network.

    We have new users who register using the normal registration page instead of the modified sign-up page, because we much collect extra info about them via the s2Member plugin’s modified account creation process.

    Some of the added fields collected during the modified registration process cannot remain editable after registration, so we cannot simply use the plain sign-up form and then bring them somewhere else to edit their profile.

    We need a way to turn all our existing users into global users, and we need a way to make new users global users even if not using the MS sign-up form.

    Does anyone have any advice for how we can do this?

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter dougjoseph

    (@dougjoseph)

    I have edited the code of the “Add Users Sidebar Widget” plugin, changing the hardcoded “wp_” to $wpdb->prefix

    Now trying again. (Fingers crossed.) 🙂

    Thread Starter dougjoseph

    (@dougjoseph)

    No luck yet. I will keep trying, but I’m out of time for now. Will come to this issue later.

    Thread Starter dougjoseph

    (@dougjoseph)

    Ipstenu wrote:

    That’s why I thought http://wordpress.org/extend/plugins/multisite-user-management/ would work…

    One of the problem we had was this:

    From the plugin documentation:

    Why are new users registering with a site not given the default role for the dashboard site?

    This is by design in the WordPress core.

    We need those registering on the subsite to get a role on the main site, and we were not able to get that. The plugin seems to say that is not possible.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    I didn’t think that’s what it meant, though you’d need to do some testing. I THOUGHT it meant there no default role for the main site, you so you have to make one… I mean, there’s no default role to add people to SUB sites, but you’re doing it via the plugin, right?

Viewing 4 replies - 16 through 19 (of 19 total)

The topic ‘Have all users be global users’ is closed to new replies.