WP-Orphanage Extended

Descrizione

Users who have not been assigned any Roles or Capabilities are called ‘orphans’.
When using the shared users table trick to link up multiple WordPress installations, users who register on one of your blogs, are not given any privileges on the other blogs in the network.
WP-Orphanage is a plugin that automatically adopts your orphan users by promoting them to the role of your choosing.
By default it is the same as the default role set in the WP Options.

It does it in two ways:

  1. Users who try to login to a different blog in the network than the one they signed up on, will be promoted at the time of login. The user won’t even know that it happened.
  2. When the admin logs into the blog and views the users page, all orphan users โ€“ for that blog โ€“ are promoted automatically.

By taking a just in time approach, this plugin will not add any noticeable overhead to your WordPress blogs, while providing a seamless experience for the users and administrators.

This plugin is a extended version of WP-Orphanage plugin written by Eric Marden

Screenshot

  • WP-Orphanage Extended Options Screen

Installazione

  1. Download the wp-orphanage-extended.zip file, unzip and upload the whole directory to the /wp-content/plugins/ directory
  2. Attivare il plugin tramite il menu ‘Plugin’ di WordPress
  3. Edit the plugin options to set the role you would like users to be promoted to, and other WP prefixes where to search for roles.
  4. As an admin you can visit the Users page to automatically upgrade all orphan users of that blog to that role. Users who login before you do that will also get the same treatment (but only for their account).

FAQ

Why Would I Want This?

If you are using the CUSTOM_USER_TABLE and CUSTOM_USER_META_TABLE in your wp-config.php, you’re probably going to want this.

Recensioni

4 Gennaio 2018
Btw - Mike McLin has created an excellent video tutorial (see: mikemclin.net/single-users-table-multiple-wordpress-sites/) in which he explains the perfect use case for this WP-Orphanage Extended plugin ๐Ÿ™‚
3 Settembre 2016
Just ensure you enter the table suffixes correctly like wp_ etc. if they are different for different installs. Works in subdomain. what a blessing! Thanks so much
Leggi tutte le recensioni di 5

Contributi e sviluppo

“WP-Orphanage Extended” รจ un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“WP-Orphanage Extended” รจ stato tradotto in 1 lingua. Grazie ai traduttori per i loro contributi.

Traduci “WP-Orphanage Extended” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.

Changelog (registro delle modifiche)

1.2

  • Escaped data on settings page

1.1

  • Changed textdomain to ‘wp-orphanage-extended’, represented by constant WPOEX_TD
  • Minor code styling corrections

1.0

  • Initial release.

This plugin is a extended version of WP-Orphanage plugin written by Eric Marden (xentek.net)