Linux 软件免费装

Dashboard Notepad

开发者 sillybean
更新时间 2017年7月31日 00:20
PHP版本: 2.8 及以上
WordPress版本: 4.1

标签

widget dashboard notes

下载

1.0 1.1 1.2 1.21 1.22 1.23 1.25 1.30 1.31 1.32 1.33 1.34 1.35 1.36 1.37 1.38 1.40 1.41 1.42 1.24 1.39

详情介绍:

This dashboard widget provides a simple notepad. The widget settings allow you to choose which roles can edit the notes, and which roles can merely read them. Version 1.30 also adds support for custom roles and integrates with the Members plugin for role settings. You can display the contents of your notepad using a template tag and/or shortcode. The widget permissions apply to these tags as well: only users with permission to read the notes will see the notes on the front end. You can use div#dashboard-notes in your theme's CSS file to style the notes. 翻译

安装:

  1. Upload the plugin directory to /wp-content/plugins/
  2. 通过WordPress的“插件”菜单激活插件
  3. Go to your Dashboard and configure the widget by clicking the link in its upper right corner.
  4. To display your notes in a theme file, use the <?php dashboard_notes(); ?> template tag.
  5. To display your notes in a post, page, or text widget, use the [dashboard_notes] shortcode. (To use it in a widget, you'll have to enable shortcode parsing in text widgets, if you haven't already. Add add_filter('widget_text', 'do_shortcode'); to your functions.php file.) You can use div#dashboard-notes in your theme's CSS file to style the notes.

屏幕截图:

  • The notepad
  • The widget options

升级注意事项:

1.39
  • Fixed a bug in which users' permissions could not be removed once given. If this has affected you, reset the roles by saving the widget options once more after you have upgraded to this version.

更新日志:

1.42 1.41 1.40 1.39 1.38 1.37 1.36 1.35 1.34 1.33 1.32 1.31 1.30 1.24 1.23 1.22 1.21 1.2 1.1 1.0