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

ToDo Plugin

外掛說明

This plugin lets you create and manage a todo list. Writers are sent assignments and a list kept on the Dashboard on the status of the assignments.

Upgrading

If you are upgrading from v0.1 to v0.2.2, go to the ToDo -Add page and use this to DROP your table.You will lose all ToDo data and settings! After you press the button, you may get an error. It is expected. Deactivate the plugin and activate it again to recreate your tables.

Uninstalling

  1. Go to the ToDo -Add page and use the button in the Advanced section to DROP your table.You will lose all ToDo data and settings! After you press the button, you may get an error. It is expected.
  2. Deactivate the plugin. If you activate it again, it will recreate your tables.

Usage

  1. You enter your to-do using the form on the Add a ToDo page (ToDo – Add link in the WordPress Tools menu).
  2. Do a brief summary in the “Task” field
  3. Select a deadline date and make sure to
  4. Select the correct user.
  5. Information in the “Notes” text area will be appended to the “Task” in the body of the email message, so you may try to make the idea flow by giving details about the task.
  6. The information saved will be displayed in the list above the form and an email will be sent to the person given the task.

Settings

In the default settings at installation, any registered user of your site may be chosen from the entire membership and assigned a task. This means scrolling through the list of all users to find the person to receive the assignment. This may be tedious if you have many users. Because WordPress groups users by roles, it may be easier to select a recipient from a smaller group of say “Authors” or “Editors”. The ToDo List Settings page allows you to keep the default total list or you may select a role (group) from which to choose who will get an assignment.

This plugin is compatible with the Role Manager plugin so you will also be able to select users from groups created by Role Manager.

Roles:
By default only users in the administrator and editor roles can access the Add a ToDo page. However, if you have installed the Role Manager plugin, you may assign persons with other roles to have access to assign tasks.

To do this you must use Role Manager to create a capability called Add Assignment. You can then activate it for Administrator, Editor and other roles you wish to give the privilege of adding to dos (assignments).

Assignments Board:
An Assignment Board (ToDo List) widget displays in the Dashboard to remind administrators and editors of the pending tasks. The Widget is set to be viewed only by administrators and editors.

Template Usage:
A ToDo list can be shown in your template by using a widget. To show your todo list, just put <?php pravin_get_todo(); ?> in your template.

安裝方式

  1. Place the todo-plugin folder in your plugins directory/wp-content/plugins/.
  2. Activate from the Plugins page in WordPress.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈ToDo Plugin〉的開發相關工作。

參與者

將〈ToDo Plugin〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

April 2009 – added Dashboard widget, email notification and role capability via options setting.

2007 – Original version