Linux 软件免费装
Banner图

Sortable Dashboard To-Do List

开发者 Jeffinho2016
jfgmedia
更新时间 2024年11月2日 20:44
PHP版本: 7.2.0 及以上
WordPress版本: 6.6
版权: GPLv2 or later
版权网址: 版权信息

标签

dashboard admin list todo list task

下载

2.1.3 1.1 2.1.4 2.1.5 1.0.4 1.0.2 1.2 1.2.1 1.0 1.0.3 1.0.5 1.3.1 2.0 1.3 2.1 2.1.1 1.0.1 2.1.2

详情介绍:

The plugin adds a sortable to-do list to your WP dashboard. This can be useful for developers, or even for content writers. With the possibility to affect tasks to other users, it's like having your own mini Trello directly on your dashboard! Task Affectation Item Creation Front-end Display WP Filters Manage affectation rights: "sdtdl_users_not_allowed_to_affect" to prevent some users to be able to affect items, by returning an array of user IDs: add_filter('sdtdl_users_not_allowed_to_affect',function(){return ['3','6','8'];}) "sdtdl_[user_role]_can_affect_to" to allow a specific user role to affect items to other roles, by returning an array of roles: add_filter('sdtdl_editor_can_affect_to',function(){return ['administrator','editor'];}) "sdtdl_[user_role]_cannot_affect_to_users" to prevent specific roles from affecting tasks to specific users, by returning an array of user IDs: add_filter('sdtdl_[user_role]_cannot_affect_to_users',function($current_user_id){return ['2','4'];}) "sdtdl_never_affect_task_to_users" to prevent specific users from ever being affected any tasks, by return an array of user IDs: add_filter('sdtdl_never_affect_task_to_users',function(){return ['1'];}) Administrators can affect tasks to all user roles with the "edit_posts" capability, but this can also be altered with the previous 3 filters. Manage list creation rights: By default, users with the "edit_posts" capability can create a to-do-list "sdtdl_min_user_capability" to override this minimum capability: add_filter('sdtdl_min_user_capability',function(){return 'publish_posts';})

安装:

  1. Visit the Plugins page within your dashboard and select "Add New"
  2. Search for "Sortable Dashboard To-Do List"
  3. Click "Install"

屏幕截图:

  • The website list, in its collapsed (left) and expanded (right) forms
  • The website list, with a bunch of tasks opened for consultation

升级注意事项:

Not available at the moment

常见问题:

Will this plugin slow down my site?

It will have no impact on site speed whatsoever. The plugin only launches for users that have the ability to edit posts.

更新日志:

2.1.5 2.1.4 2.1.3 2.1.2 2.1.1 2.1 2.0 1.3.1 1.3 1.2.1 1.2 1.1 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0