Mô tả
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:
- 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.
- 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
Ảnh màn hình
Cài đặt
- Download the wp-orphanage-extended.zip file, unzip and upload the whole directory to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress.
- 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.
- 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).
Hỏi đáp
-
Why Would I Want This?
-
If you are using the
CUSTOM_USER_TABLE
andCUSTOM_USER_META_TABLE
in your wp-config.php, you’re probably going to want this.
Đánh giá
Người đóng góp & Lập trình viên
“WP-Orphanage Extended” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng góp“WP-Orphanage Extended” đã được dịch qua 1 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.
Dịch “WP-Orphanage Extended” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
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)