Linux 软件免费装
Banner图

Cleverness To-Do List

开发者 elusivelight
更新时间 2017年6月6日 23:33
捐献地址: 去捐款
PHP版本: 3.8 及以上
WordPress版本: 4.8
版权网址: 版权信息

标签

list to do list todo multi-author task to-do assignments to-do list to do assign

下载

3.3.2 3.4 3.4.1 3.4.2 1.2 1.2.1 1.3 1.3.1 1.3.2 1.3.3 1.4 1.4.1 1.5 1.5.1 1.5.2 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.1 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.2.1 3.2.2 3.2.3 3.3 3.3.1

详情介绍:

This plugin provides users with a to-do list feature. You can configure the plugin to have private to-do lists for each user, to have all users share a to-do list, or to have a master list with individual completion of items. The shared to-do list has a variety of settings available. You can assign to-do items to a specific user (includes a setting to email a new to-do item to the assigned user) and optionally have those items only viewable by that user. You can also assign different permission levels using capabilities. There are also settings to show deadline and progress fields. Category support is included as well as front-end administration. A new menu item is added to the backend to manage your list and the to-do list is also listed on a dashboard widget. A sidebar widget is available as well as a shortcode to display the to-do list items on your site. There are two shortcodes for front-end administration of the list. Management of categories is restricted to the back-end. You can also use this plugin to create custom to-do lists for your Post Planners if you own my commercial plugin, Post Planner. Plugin Website

安装:

  1. Upload the folder /cleverness-to-do-list/ to the /wp-content/plugins/ directory
  2. 通过WordPress的的“Plugins”菜单激活插件
  3. Configure the settings on the Settings page under the To-Do List menu

屏幕截图:

  • Dashboard Widget
  • To-Do List Page
  • 设置页面
  • Everything Enabled

升级注意事项:

3.4.2 Bug fix 3.4.1 Bug fix 3.4 Bug fixes, new features 3.3.2 Bug fix, updated translation 3.3.1 Bug fix 3.3 New translation, bug fix, features 3.2.3 Bug fix 3.2.2 Bug fix 3.2.1 New features 3.1.7 Bug fix 3.1.6 Bug fix 3.1.5 Bug fix 3.1.4 Bug fix 3.1.3 Bug fix 3.1.2 Bug fix 3.1.1 Bug fix 3.1 Bug fix, new features 3.0.6 Bug fix 3.0.5 Bug fix 3.0.4 Bug fix 3.0.3 Bug fix 3.0.2 Bug fix 3.0.1 Bug fix 3.0 Major code rewrite and custom tables were converted to custom post types. 2.3 Code rewrite and front-end administration 2.2.8 Bug fix 2.2.7 Bug fix 2.2.6 Bug fix 2.2.5 Bug fix 2.2.4 Bug fix 2.2.3 Bug fix 2.2.2 Two small features added 2.2.1 Spanish translation updated, bug fix 2.2 Master list feature added 2.1.5 Bug fix 2.1.4 Updated German translation 2.1.3 Bug fix 2.1.2 Bug fix 2.1.1 Bug fix and new email option 2.1 Categories and sort order added 2.0.4 Two new translations added 2.0.3 Bug fix 2.0.2 Bug fix 2.0.1 Bug fix 2.0 Backend code changes, bug fixes 1.5.2 Bug fix 1.5.1 Bug fix 1.5 New features added 1.4.1 Bug fix 1.4 Added several new features and settings, added new field to database table 1.3.4 Spanish translation added 1.3.3 Bug fix, Go to the To-Do List settings page and click on Save Changes if unable to mark items as completed 1.3.2 Bug fixes Changed function names 1.3.1 Bug fixes 1.3 Added features, changed database structure. Be sure to deactivate and activate plugin. = 1.2.1 Bug fix 1.2 Major changes to plugin

常见问题:

What is the shortcode to display items in a post or page?

[todolist] Several options are available:

  • title - default is no title.
  • type - you can chose list or table view. Default is list.
  • priorities - default is show. Use a blank value to hide (only applies to table view).
  • assigned - default is show. Use a blank value to hide.
  • deadline - default is show. Use a blank value to hide.
  • progress - default is show. Use a blank value to hide.
  • addedby - default is show. Use a blank value to hide.
  • date - default is hide (0). Use 1 to show.
  • completed - default is blank. Set to show to display completed items. Set to only to show just the completed items.
  • completed_title - default is no title.
  • completed_date – default is hide (0). Use 1 to show.
  • list_type - default is ol (ordered list). Use ul to show an unordered list.
  • category - default is all. Use the category ID to show a specific category.
如: Table view with the title of Upcoming Articles, hiding priorities, deadline, and added by. [todolist title="Upcoming Articles" type="table" priorities="" deadline="" addedby=""]

What is the shortcode to display a checklist in a post or page?

[todochecklist] The options are:

  • title - default is no title.
  • priority - default is hide (0). Use 1 to show.
  • assigned - default is hide (0). Use 1 to show.
  • deadline - default is hide (0). Use 1 to show.
  • progress - default is hide (0). Use 1 to show.
  • category - default is all categories (0). Use the category ID to show a specific category.
  • addedby - default is hide (0). Use 1 to show.
  • date - default is hide (0). Use 1 to show.
  • editlink - default is hide (0). Use 1 to show.
  • todoid - default is blank (""). Use the ID of the to-do item to display just one item.
  • completed – default is 0. Use 1 to show completed items only
Example: Set the title to "My To-Do List" and show the deadline and only items in a specific category. [todochecklist title="My To-Do List" deadline=1 category=1]

What is the shortcode to display the administration page in the front-end?

[todoadmin] The options are:

  • title - default is no title.
  • priority - default is hide (0). Use 1 to show.
  • assigned - default is hide (0). Use 1 to show.
  • deadline - default is hide (0). Use 1 to show.
  • progress - default is hide (0). Use 1 to show.
  • categories - default is hide (0). Use 1 to show.
  • addedby - default is hide (0). Use 1 to show.
  • date - default is hide (0). Use 1 to show.
  • editlink - default is show (1). Use 0 to hide.
  • category - default is all categories (0). Use the category ID to show a specific category.
  • completed – default is hide (0). Use 1 to show
  • completed_date – default is hide (0). Use 1 to show
  • planner – default is hide(0). Use 1 to show
Example: Set the title to "Things to Do" and show the priority and the progress. [todoadmin title="Things to Do" priority=1 progress=1]

Can you explain the permissions in more detail?

  • View To-Do Item Capability - This allows the selected capability to view to-do items.
  • Complete To-Do Item Capability - This allows the selected capability to mark to-do items as completed or uncompleted.
  • Add To-Do Item Capability - This allows the selected capability to add new to-do items.
  • Edit To-Do Item Capability - This allows the selected capability to edit existing to-do items.
  • Assign To-Do Item Capability - This allows the selected capability to assign to-do items to individual users.
  • View All Assigned Tasks Capability - This allows the selected capability to view all tasks even if Show Each User Only Their Assigned Tasks is set to Yes.
  • Delete To-Do Item Capability - This allows the selected capability to delete individual to-do items.
  • Purge To-Do Items Capability - This allows the selected capability to purge all the completed to-do items.
  • Add Categories Capability - This allows the selected capability to add new categories.

How can I customize the plugin?

I have numerous hooks in the plugin so you can customize how it looks and functions. If a hook is needed somewhere, please let me know.

You can create your own templates for the dashboard widget and the widget. You can find them in the /templates/ directory. Place them in your theme's folder in a directory called ctdl-templates.

What should I do if I find a bug?

Visit the plugin website and leave a comment or contact me.

更新日志:

3.4.2 3.4.1 3.4 3.3.2 3.3.1 3.3 3.2.3 3.2.2 3.2.1 3.1.7 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1 3.0.6 3.0.5 3.0.4 3.0.3 3.0.2 3.0.1 3.0 2.3 2.2.8 2.2.7 2.2.6 2.2.5 2.2.4 2.2.3 2.2.2 2.2.1 2.2 2.1.5 2.1.4 2.1.3 2.1.2 2.1.1 2.1 2.0.4 2.0.3 2.0.2 2.0.l 2.0 1.5.2 1.5.1 1.5 1.4.1 1.4 1.3.4 1.3.3 1.3.2 1.3.1 1.3 1.2.1 1.2 1.1 1.0