Title: Visual Editor Biography
Author: Kevin Leary
Published: <strong>2012.01.19.</strong>
Last modified: 2012.03.22.

---

Bővítmények keresése

![](https://ps.w.org/visual-biography-editor/assets/banner-772x250.png?rev=492432)

Ez a bővítmény **nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával**. Lehetséges,
hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb
WordPress verziókkal.

![](https://s.w.org/plugins/geopattern-icon/visual-biography-editor_e6e6e6.svg)

# Visual Editor Biography

 Szerző: [Kevin Leary](https://profiles.wordpress.org/kevinlearynet/)

[Letöltés](https://downloads.wordpress.org/plugin/visual-biography-editor.zip)

 * [Részletek](https://hu.wordpress.org/plugins/visual-biography-editor/#description)
 * [Vélemények](https://hu.wordpress.org/plugins/visual-biography-editor/#reviews)
 *  [Telepítés](https://hu.wordpress.org/plugins/visual-biography-editor/#installation)
 * [Fejlesztés](https://hu.wordpress.org/plugins/visual-biography-editor/#developers)

 [Támogatás](https://wordpress.org/support/plugin/visual-biography-editor/)

## Leírás

Replaces the _Biographical Info_ profile field with the WordPress visual 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 _Visual Editor Biography_ plugin is compatibly with WordPress Multisite, just
use the [Network Activate](https://codex.wordpress.org/Create_A_Network#WordPress_Plugins)
feature to enable a visual editor on every site. If you only want a visual editor
for a specific site then activate the plugin for that site only.

## Képernyőmentések

 * [[
 * The TinyMCE visual editor added to the _Users > Profile_ page
 * [[
 * The formatted front end view for `get_the_author_meta('description')` and `the_author_meta('
   description')`

## Telepítés

 1. 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
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## Vélemények

![](https://secure.gravatar.com/avatar/b386c3be63ad40515532f06f0a3f8fc3c5a9c760da75708f03eff64f35cd66d4?
s=60&d=retro&r=g)

### 󠀁[Still word well](https://wordpress.org/support/topic/still-word-well/)󠁿

 [shawfactor](https://profiles.wordpress.org/shawfactor/) 2022.05.22.

Great plugins last and this one still worsk well.

![](https://secure.gravatar.com/avatar/e375f8b274badb1c1c5d360299feaba06ec1658a48a3fe983d77ca149b93b15c?
s=60&d=retro&r=g)

### 󠀁[A good plugin with a need for an update](https://wordpress.org/support/topic/a-good-plugin-with-a-need-for-an-update/)󠁿

 [certainlyakey](https://profiles.wordpress.org/certainlyakey/) 2018.01.18.

It’s a good plugin, but being so old it’s got its share of problems already. Here’s
an updated version that adds Polylang compatibility (by Rocco Marco Guglielmi), 
composer.json and a hook to change passed WP_editor args.

![](https://secure.gravatar.com/avatar/c378aee095230b7a96185c5e91175eb8922cebd50225aaf37c23cd3b09a47c1a?
s=60&d=retro&r=g)

### 󠀁[This appears to improve the security of this](https://wordpress.org/support/topic/this-appears-to-improve-the-security-of-this/)󠁿

 [lectest1](https://profiles.wordpress.org/lectest1/) 2017.12.10.

Nice, straightforward plugin. Replacing the public function save_filters() function
with the following appears to sanitize the input: public function save_filters(){//
Contributor level user or higher required if ( !current_user_can('edit_posts') )
return; //disable WordPress sanitization to allow more than just $allowedtags from/
wp-includes/kses.php remove_filter('pre_user_description', 'wp_filter_kses'); //
add sanitization add_filter( 'pre_user_description', 'wp_filter_post_kses'); } Credit
for the sanitize snippet to: http://badlywired.com/2015/03/allow-html-in-user-description/(
although it may be seen on 1 or 2 other posts/sites).

![](https://secure.gravatar.com/avatar/112596744797595f0b3bf6dcaec64429243da85c6c6322c4407dcbc455c85b15?
s=60&d=retro&r=g)

### 󠀁[Works great](https://wordpress.org/support/topic/works-great-2367/)󠁿

 [Mindshare Labs, Inc.](https://profiles.wordpress.org/mindshare/) 2016.09.03.

Thanks!

![](https://secure.gravatar.com/avatar/9b90d865143f656d045406f23a81437501df67b1e8ccc73e60ddd862904d6a4a?
s=60&d=retro&r=g)

### 󠀁[Works fine, but a security hole.](https://wordpress.org/support/topic/works-fine-but-a-security-hole/)󠁿

 [Jean Michel Caupain](https://profiles.wordpress.org/jmrc/) 2016.09.03.

This plugin is extremely convenient but you should change a line of code before 
using it. File: visual-editor-biography.php Line 137: remove_all_filters(‘pre_user_description’);
This allows you to use HTML by removing all filters, making it impossible for other
plugins to adjust anything AND more important, it allows users to run <script> tags.
Use this instead: remove_filter('pre_user_description', 'wp_filter_kses'); add_filter('
pre_user_description', 'wp_filter_post_kses'); This removes only the strict HTML
filter and replaces it with a less strict version, allowing links, images and markup
including divs.

 [ 11 (az összes) vélemény olvasása ](https://wordpress.org/support/plugin/visual-biography-editor/reviews/)

## Közreműködők és fejlesztők

“Visual Editor Biography” egy nyílt forráskódú szoftver. A bővítményhez a következő
személyek járultak hozzá:

Közreműködők

 *   [ Kevin Leary ](https://profiles.wordpress.org/kevinlearynet/)

[“Visual Editor Biography” fordítása a saját nyelvünkre.](https://translate.wordpress.org/projects/wp-plugins/visual-biography-editor)

### Érdekeltek vagyunk a fejlesztésben?

[Browse the code](https://plugins.trac.wordpress.org/browser/visual-biography-editor/),
check out the [SVN repository](https://plugins.svn.wordpress.org/visual-biography-editor/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/visual-biography-editor/)
by [RSS](https://plugins.trac.wordpress.org/log/visual-biography-editor/?limit=100&mode=stop_on_copy&format=rss).

## Változási napló

#### 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()` and `convert_chars()`. Thanks to [Matt Wiebe](http://somadesign.ca/)
   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 issue with JS loading on user-edit.php; when administrators 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

## Meta

 *  Version **1.4**
 *  Last updated **14 év ezelőtt**
 *  Active installations **1 000+**
 *  WordPress version ** 3.3.0 vagy magasabb **
 *  Tested up to **3.3.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/visual-biography-editor/)
 * Tags
 * [bio](https://hu.wordpress.org/plugins/tags/bio/)[biography](https://hu.wordpress.org/plugins/tags/biography/)
   [profile](https://hu.wordpress.org/plugins/tags/profile/)[rich](https://hu.wordpress.org/plugins/tags/rich/)
   [text](https://hu.wordpress.org/plugins/tags/text/)
 *  [Bővített nézet](https://hu.wordpress.org/plugins/visual-biography-editor/advanced/)

## Vélemények

 4.8 out of 5 stars.

 *  [  10 5-star reviews     ](https://wordpress.org/support/plugin/visual-biography-editor/reviews/?filter=5)
 *  [  2 4-star reviews     ](https://wordpress.org/support/plugin/visual-biography-editor/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/visual-biography-editor/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/visual-biography-editor/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/visual-biography-editor/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/visual-biography-editor/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/visual-biography-editor/reviews/)

## Közreműködők

 *   [ Kevin Leary ](https://profiles.wordpress.org/kevinlearynet/)

## Támogatás

Vélemény? Segítségkérés?

 [Támogatói fórum megtekintése](https://wordpress.org/support/plugin/visual-biography-editor/)