• When enabling tinyMCE visual editor on the bbpress reply editor, the @mention functionality here fails to load.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bunty

    (@bhargavbhandari90)

    Hi @qco

    Sorry to hear that. Could you please share a screenshot? I tried to check on my side, but not able to have this issue.

    Also, let me know which theme you are chacking.

    Thanks

    Thread Starter qco

    (@qco)

    So, I’ve tried three methods for enabling tinyMCE for certain requirements we have on our forum and ease of use

    1) enabling tinyMCE using built-in BBPress filters:

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

    2) Using bbp style pack plugin
    3) using Image Upload for BBPress plugin

    In all cases, while the tinyMCE editor is active on the reply box, the @mention feature of this plugin does not work.

    Here is a screenshot: https://www.dropbox.com/s/qm3aglade5p85ry/comment-mention-mce.jpg?dl=0

    • This reply was modified 3 years, 3 months ago by qco.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working with TinyMCE Editor enabled’ is closed to new replies.