[ Web Proxy ]
URL:
Viewing: https://bbpress.org/forums/topic/advanced-editor-tools-bbpress/#post-246550 [Back]  [Original]

Topic: Advanced Editor Tools + BBPRESS · bbPress.org
Skip to:
Content
Pages
Categories
Search
Top
Bottom

Advanced Editor Tools + BBPRESS

Viewing 1 replies (of 1 total)
  • I got the editor and this plugin to work by adding a code to my themes functions.php (child theme if you use that)

    function bbp_enable_visual_editor( $args = array() ) {
        $args['tinymce'] = true;
        $args['teeny'] = false;
        return $args;
    }
    add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );

    It activates the TinyMCE editor in BBPress.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar

Web Proxy Viewer  |  New URL  |  Original Page