• Since recent update (we are using now 3.5.1), quote system is no more working. When clicking on quote link in a topic, the content is not cited in the answer.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Milan Petrovic

    (@gdragon)

    This is currently under investigation, it seams that it is an issue related to TinyMCE Editor. What plugin you use to enable TinyMCE Editor?

    Thread Starter Aurélien Denis

    (@maigret)

    I’ve made some investigations and I remember that we use this snippet:

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

    If I disable this hook, the blockquote is added…

    Plugin Author Milan Petrovic

    (@gdragon)

    Thanks, I have managed to replicate the problem. Fixed version is coming out soon.

    Plugin Author Milan Petrovic

    (@gdragon)

    Fixed in 3.5.2.

    Thread Starter Aurélien Denis

    (@maigret)

    Awesome, it’s fixed!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Quote no more working’ is closed to new replies.