Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga asistencia ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Approval Workflow

Descripción

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.

Capturas

  • 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.

Instalación

  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.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

“Approval Workflow” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “Approval Workflow” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Registro de cambios

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