Skip to:
Content
Pages
Categories
Search
Top
Bottom

How fix editor


  • Sceko
    Participant

    @sceko

    I create page and add [bbp-topic-form] look http://www.oklop.me/kreiraj-temu/

    But on form not display editor like this

    After add code in functions.php

    function bbp_enable_visual_editor( $args = array() ) {
    $args[‘tinymce’] = true;
    return $args;
    }
    add_filter( ‘bbp_after_get_the_content_parse_args’, ‘bbp_enable_visual_editor’ );

    Only work on forum page, and editor not work on edit post.

  • You must be logged in to reply to this topic.
Skip to toolbar