Giter VIP home page Giter VIP logo

multisite-user-management's People

Contributors

edent avatar markrickert avatar thenbrent avatar yazinsai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

multisite-user-management's Issues

So this plugin doesn't let you choose the default role?

When I was reading the description, it said "With this plugin, users are assigned a default role for each of your sites" but it seems like this is only for the second and following registered users (the first being the admin).

I was hoping to establish "premium" and "free" functionality with my multi site blogs and thus give new blog owners a default admin role (with limited permissions), then when they choose to upgrade to "premium", i would change their role to the full administrator.

It seems that even with this plugin, all the new blog owners will be FULL administrator by default? Either I have misinterpreted your description or there must be something I am doing wrong.

Thanks. :)

Make use of WP update notification mechanism

Hello,

Others WP plugins display in the admin panel an info when a new version of the plugin is released, to be installed easily.
Could you please modify your plugin for us not to be required to check the ms-user-mgt plugin homepage every once in a while?

thanks a thousand for this useful plugin!

deploy.sh script for boilerplate code

The deploy.sh script fails to get the version number in the plugin php file created using boilerplate code because the version tag is listed as,

* Version: 1.0.0

the comment section is implemented with an '*' at the beginning of each line, and several spaces are inserted between the Version tag and the number. Hence grep and awk commands are unable to process it. This is easily fixed with the following modification to line 36,

NEWVERSION2=grep "Version:" $GITPATH/$MAINFILE | awk -F'[[:space:]]+ ' '{print $NF}'

I hope this is helpful to others who want to manage their wordpress plugins in Github.

timing out on medium sized user lists

I currently have about 30k members on my multisite setup. I had your plugin active when I imported my users from another platform.

Now I wanted to go and change the settings so members are not automatically assigned to some of the blogs that I had them assigned to.

The problem is when I change the dropdown of one blog form subscriber to nothing, click submit, the script runs, but times out with a white screen. I see the server getting hammered, load jumps up, but the process never finishes.

I have a 5 minute timeout on php set on my server and more than enough resources.

Is there a way you could modify this script so that it will do the change in 'chunks' so that it can complete?

My next project is converting a vbulletin site with 600,000+ members and millions of posts. I'd like to use your plugin on that project as well, but I can't see it possibly finishing before the server timeout pretty much no matter how high I put it.

*I am willing to provide access to the site if you need it for testing just in case you don't have an environment with that many users to test on.

Help on the plugin!

I have installed the multi-user-management plugin, but when I tested it by creating a user account, all the sites are not showing this username! I mean I have 4 sites, and by this plugin, the new user should be a subscriber in all 4 sites, but that's not the case.

I have 4 Sites in my network, I am using WP 3.0.1, please help!

Don't list every single site

Thank you for this very useful plugin but it does have one major drawback in that it lists every single site in the network admin settings. Many multisite networks consist of hundreds or even thousands of sites. It would be better to have a search form, rather than loading that huge list.

not firing on woocommerce action

As advised I created a generic plugin to first make sure that the woo hook works and sure enough the plugin fires correctly when a product becomes status 'completed'.
http://pastebin.com/hefeLsqA

Still troubleshooting to figure out why MSUM is not kicking in and firing when attached to the woo hook.

Can you assign roles for new users on new sites?

If not, any help in pointing me to a plugin that can would be much appreciated! I'm looking to manage a multi-site environment and looking to set permissions and custom views for all new users.

Thanks!

make deploy.sh cross platform

right now deploy.sh assumes you're on Ubuntu (or a linux system with dpkg-query installed) with this line:

if [ $(dpkg-query -W -f='${Status}' subversion 2>/dev/null | grep -c "ok installed") != "1" ]

After confirming subversion always has a 3 digit version (well, for the last 11 years), I believe this line would work on all platforms. It's what I use on my mac:

if [ $(svn --version --quiet|egrep -c '^[0-9]+\.[0-9]+\.[0-9]+$' 2>/dev/null) != "1" ]

Changing Permissions for All Users?

I created a new wordpress multisite with 4 sites. I installed this plugin and now when I change the settings for "new users have the following roles on your sites", it works for new users but it ALSO changes the settings for ALL of my CURRENt users as well. Im using the latest version of wordpress.

Deploy script doesn't update

We've been using a modified version of your deploy script for our WordPress plugins. Thanks!

We noticed a problem when running the script. Around about line 68/69 there are these lines:

echo "Clearing svn repo so we can overwrite it"
svn rm $SVNPATH/trunk/*

We found we had to change the second line to:

rm -r $SVNPATH/trunk/*

otherwise the files in trunk in the subversion repository would just be deleted and not replaced with the updates from git

User role on main site and other issues

Hello,

I'm using WP3.0 (network configuration) with BP1.2.5.

I installed this plugin and I have the following problems:

Step 1

  • when you setup user roles for all secondary blogs - OK (Msum Default User Role = each role OK)
  • when you submit the new Network Options : the Role for new user on Main Site stay Administrator and you cannot change it in listbox (Msum Default User Role = none).

Step 2

  • A new user registered received an activation code :
    • during activation he receive two warnings
      Warning: Illegal offset type in /.../.../www/wp-includes/capabilities.php on line 608
      Warning: Illegal offset type in /.../.../www/wp-includes/capabilities.php on line 609
    • first Login after activation : a warning that an activation code incorrect and Login OK

Step 3

  • A new user is logged
    • he can access each subblog Dashboard except Main Site Dashboard (you are not authorized...).

There is a problem for msum setup for the main blog/site.

Regards

Replicate User Photo across sites.

Hello thenbrent,

Your plugin is fantastic except for one thing. I am using the User Photo Plugin to allow users to upload an image of themselves.

This image then needs to be used across my multisite network, but the problem is, is that the photo is only in the directory of the site where the user signed up. So when on any of the other sites on the network the link points to a non-existent image.

If a user signs up on mysite1.com, the users photo is http://mysite1.com/files/userphoto/carl.jpg?875214483
When the user goes to mysite2.com, the users photo is http://mysite2.com/files/userphoto/carl.jpg?875214483

The problem is that there is no photo in mysite2's directory, it was uploaded to mysite1's directory.

Is there anyway to copy over the users image to the other sites in the network?

Thanks in advanced.

Deploying git code doesn't remove previous files from trunk

This issue is with regard to the (awesome) deploy.sh script you made. I maintain my wordpress plugin in a git repo, then use this script to deploy it to the official WP plugins repo.

The problem I noticed is that this script doesn't remove the files that I remove from my git repo (they don't show up on my local git, but appear on the pushed svn trunk).

It looks like svn co $SVNURL $SVNPATH is copying the files from the trunk, and merging them with the git repo .. as opposed to replacing them.

This would explain why files that already exist in the svn repo don't get removed.

Plugin doesn't load if moved to mu-plugins directory

I have installed the plugin from wordpress3 installation page, and in wp-options.php page it give me the error that ask me to move it inside the mu-plugins directory, so I create it and move the multisite-user-management directory inside mu-plugins: "wp-content/mu-plugins/multisite-user-management".

Now in wp-options.php there is no error and no options about that plugin.

I use the 0.3 version of the plugin.

All of the subdirectories "sites" are the same

Hello,

I once had this plugin working but something changed. Now, when I go into the options section, all of the 'sites' in the list are the same as the main site. It's a bit confusing because it still functionally works to sign new users up for the subdirectories, the only problem is that I can't see which site is which anymore in the list. Any ideas on what may be going on?

Thanks for the help,
-Brant

Error 500 on validating user

Hello,

I have installed latest version of Wordpress and Buddypress and users are getting an error 500 when validating their accounts.

Once I unsinstall your plugin everything works ok.

Any idea about how to solve this problem? Your plugin is great and I'd really like to continue using it.

Thank you in advance.

SOLVED - The reason is that my installation has hundreds and hundreds of blogs. On validation the plugin goes blog by blog using switch to blog, that's why after a time it gives error 500.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.