Linux 软件免费装

Visual User Description Editor

开发者 kevinlearynet
zwwuu
更新时间 2022年11月26日 05:24
PHP版本: 5.3 及以上
WordPress版本: 6.1.0
版权: GPL v2 or later
版权网址: 版权信息

标签

profile tinymce visual rich editor author biography bio users text user wysiwyg TinyMCE rich text description info user profile profile description wpeditor biographic profile biography

下载

1.1.1 1.2.0 1.0.0 1.0.1

详情介绍:

Replaces the user "Biographical Info" profile field with a TinyMCE visual editor, allowing you to write user biography using rich text. This plugin is multisite-compatible; if you would like to use it on every blog, network activate the plugin from the network dashboard. Otherwise, activate the plugin for individual sites.

安装:

  1. Search for 'Visual User Description Editor' in the 'Plugins > Add New' menu and click 'Install'
  2. Activate the plugin through the 'Plugins' menu in WordPress

屏幕截图:

  • Editing a user profile using the visual editor
  • Viewing a user archive page with the formatted description

常见问题:

How to change who can use visual editor?

By default, the visual editor is available to current user with 'edit_post' capability. You can change this by hooking into the 'vude_can_use_visual_editor' filter. add_filter( 'vude_use_visual_editor', 'my_custom_use_visual_editor' ); function my_custom_use_visual_editor( $use_visual_editor) { return current_user_can( 'edit_others_pages' ) }

更新日志:

1.2.0 1.1.1 1.1.0 1.0.0