Reply to on the first post broke tinymce
-
I’ve activated the tinymce for my forum like:
function beforget_bbp_enable_visual_editor( $args = array() ) {
$args[‘tinymce’] = true;
$args[‘teeny’] = true;
$args[‘quicktags’] = false;
return $args;
}
add_filter( ‘bbp_after_get_the_content_parse_args’, ‘beforget_bbp_enable_visual_editor’ );But when I’m on a topic and click to “reply to” on the first post, the tinymce disappears and the text is wirtten on white color.
But if I click reply to on the second post, it works fine…
I try it on a clear WordPress installation and brokes to…
Can somebody help me?
Thanks in advance
- You must be logged in to reply to this topic.