Description
Replaces the Biographical Info profile field with the WordPress vi’sual editor, TinyMCE, allowing you to editor an author’s biography using rich text.
Please note that this plugins modifies the output of get_the_author_meta('description')
and the_author_meta('description')
, apply the same filters used to format content in the main editor.
Multisite Compatibility
The Vi’sual Editor Biography plugin is compatibly with WordPress Multisite, just use the Network Activate feature to enable a vi’sual editor on every site. If you only want a vi’sual editor for a specific site then activate the plugin for that site only.
Screenshots
Installation
- Install easily with the WordPress plugin control panel or manually download the plugin and upload the folder
visual-editor-biography
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Reviews
Contributors & Developers
“Vi’sual Editor Biography” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Vi’sual Editor Biography” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.4
- Check for ‘edit_posts’ capability instead of ‘contributor’ for accurate role checks
- Remove ‘the_content’ filters from get_the_author_description() function and instead add filters individually to avoid future conflicts with other plugins:
wptexturize()
,wpautop()
andconvert_chars()
. Thanks to Matt Wiebe for making this great ’suggestion.
1.3
- Restrict the rich text editing profile switch to contributor level users or higher for security
- Add current_user_can() restrictions for added security throughout plugin
1.2
- Fix is’sue with JS loading on user-edit.php; when administr’ators edit other people’s bio’s
1.1
- Updates and bug fixes for older WordPress versions
- Add plugin Banner to /assets/ folder for WordPress repository
1.0
- Initial public release to the WordPress plugin repository