ປລັກອິນນີ້ ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ. ມັນອາດຈະບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

Visual User Description Editor

ຄຳອະທິບາຍ

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.

Copyright

Visual User Description Editor
Copyright (c) 2022 zwwuu https://zwwuu.dev/
License: GPLv2
Source: https://github.com/zwwuu/visual-user-description-editor

Visual User Description Editor is based on Visual Editor Biography v1.4
License: GPLv2
Source: https://github.com/Kevinlearynet/Visual-Biography-Editor

ພາບໜ້າຈໍ

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

ການຕິດຕັ້ງ

  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

ຄຳຖາມທີ່ພົບເລື້ອຍ

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' )
}

ການຣີວິວ

14 ກໍລະກົດ 2022
Thank you for your plugin development. The formatting on the front end was problematic until I installed this plugin. Thank you for advancing the look of the Author Bio with formatting including the Visual Editor.
ອ່ານການຣີວິວທັງໝົດ 2 ລາຍການ

ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Visual User Description Editor” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

ບັນທຶກການປ່ຽນແປງ

1.2.0

  • Bumped the “Tested up to” tag to WP 6.1

1.1.1

  • Update readme.txt

1.1.0

  • Bumped the “Tested up to” tag to WP 6.0

1.0.0

  • Initial release