Skip to:
Content
Pages
Categories
Search
Top
Bottom

Unable to edit reply as Moderator or Participant


  • iliyan
    Participant

    @iliyan

    I am having troubles when I enable “Add toolbar & buttons to textareas to help with HTML formatting” from Settings->Forums I get many errors and can’t edit replies even as moderator or participant look this image

    If I disable this option I have no problem editing the replies.

    What could be the problem? Please help! I want to have this option enabled.

Viewing 2 replies - 1 through 2 (of 2 total)

  • iliyan
    Participant

    @iliyan

    and when I add this code to disable only visual editing everything works but I don’t want to do this:

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

    iliyan
    Participant

    @iliyan

    Please help me….

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