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

Approval Workflow

描述

Approval Workflow is meant to create a workflow process in WordPress. This plugin adds a box to the post edit screen when a user does not have publish permissions for that post type. It also allows you to set a WordPress role as the approvers. Note: this role must have publish permissions. The approvers get notified by email when someone has submitted something to the workflow. This works on WordPress Multisite too.

If you need help setting up the roles, I’d recommend the Members plugin.

螢幕截圖

  • Added a checkbox to the edit page for submitting to the workflow.
  • Approval Workflow dashboard. This shows all the items in the workflow.
  • Comparing the old and new pages.

安裝

  1. Copy the plugin files to wp-content/plugins/

  2. Activate plugin from Plugins page or Network Activate for multisite

  3. Go to Settings -> Approval Workflow to adjust plugin settings

  4. You must ensure the users you want to approve are in a role that does not have publish_page (or any publish permissions for other post types) permissions.

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

將 Approval Workflow 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.3.2

  • Small fix for usort() error on Workflow page when no items are in the workflow.

1.3.1

  • Small fix for incorrect variable name being called.

1.3

  • Fix for new items not showing up in workflow.

1.2

  • Fix for not being able to access settings page after changing approval role in settings.

1.1

  • Better compatibility with regular WordPress. I had intended this for WordPress Multisite.

1.0

  • Initial release