• Questions:

    1) I only want the BP-TINYMCE editor to be only active on certain screens (in my instance its the edit profile screen). I have changed the line:

    function __construct() {
    //add_action( ‘bp_before_container’, array( $this, ‘add_js’ ), 1 );
    add_action( ‘bp_before_profile_edit_content’, array( $this, ‘add_js’ ), 1 );

    This seems to work – but I’m not sure it is the most correct way of doing this – Can someone confirm?

    2) The floating edit box for Front end Edit seems to disappear when the plugin for bp-tinymce is active – I’m wondering if there is an easy fix for this. I’m not sure if some of the css for each of the plugins is conflicting with each other or it is something more complex. I thought by doing (1) this may resolve any conflicts as I thought bp-tinymce may only become ‘active’ when on the profile edit screen.

    I hope that kind of makes sense

    Jason

    Many thanks

    Jason

    http://wordpress.org/extend/plugins/bp-tinymce/

  • The topic ‘[Plugin: BP-TinyMCE] Front-end Editor plugin conflict’ is closed to new replies.