這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

BP Delegated XProfile

描述

Creates a simple, secure delegation system whereby a privileged user (such as an administrator) can assign other registered BuddyPress members to be “delegates” for a given user. A delegate has the capability to view and edit Extended Profile (XProfile) fields for the delegated user. This is useful on sites where certain relationships exist between one user and another, such as legal guardianship by an adult over a child. Using delegation reduces the need to share passwords or log in to shared accounts.

Donations for this plugin make up a chunk of my income. If you continue to enjoy this plugin, please consider making a donation. 🙂 Thank you for your support!

Roles and capabilities

This plugin uses the built-in capabilities system as part of WordPress core, along with core BuddyPress hooks (bp_current_user_can) to check for appropriate permissions, making it both simple to customize and as secure as WP and BP core code. The custom capabilities are:

  • edit_user_delegates – Users with this capability can assign delegates for users they can edit (determined by edit_users).

Additionally, the following core capabilities are required:

  • list_users – The delegation options implicitly enumerate all registered users, so a user must also have the list_users capability to be granted access to the Delegation user interface.
  • edit_users – If you cannot edit_users, you cannot edit_user_delegates, either.

On a default WordPress and BuddyPress installation, these capabilities are granted only to Administrator users. However, this can be changed using the built-in capability filter hooks.

安裝

BP Delegated XProfile can be installed automatically from the WordPress plugin repository by searching for “BP Delegated XProfile” in the “Add new plugin” screen of your WordPress admin site and clicking the “Install now” button.

Minimum requirements:

The plugin will automatically de-activate itself, or certain features, if these requirements are not met. If you do not see a given feature, ensure your server (and your web hosting provider) meet the above requirements!

BP Delegated XProfile can also be installed manually by following these instructions:

  1. Download the latest plugin code from the WordPress plugin repository.
  2. Upload the unzipped bp-delegated-xprofile folder to the /wp-content/plugins/ directory of your WordPress installation.
  3. Activate the plugin through the “Plugins” menu in WordPress.

常見問題

Installation Instructions

BP Delegated XProfile can be installed automatically from the WordPress plugin repository by searching for “BP Delegated XProfile” in the “Add new plugin” screen of your WordPress admin site and clicking the “Install now” button.

Minimum requirements:

The plugin will automatically de-activate itself, or certain features, if these requirements are not met. If you do not see a given feature, ensure your server (and your web hosting provider) meet the above requirements!

BP Delegated XProfile can also be installed manually by following these instructions:

  1. Download the latest plugin code from the WordPress plugin repository.
  2. Upload the unzipped bp-delegated-xprofile folder to the /wp-content/plugins/ directory of your WordPress installation.
  3. Activate the plugin through the “Plugins” menu in WordPress.
A question asked often

The answer to the question.

評價

There are no reviews for this plugin.

貢獻者及開發者

“BP Delegated XProfile” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 BP Delegated XProfile 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.1.1

  • Fix activation error on old versions of PHP.

0.1

  • Initial public release.