Re: [New Plugin] BuddyPress Group Forum Extras
here is the javascript that updates the textarea, maybe tinymce renames/overwrites it? i’m not sure. i’ll install it and see if it is anything simple
previous_content = jQuery("textarea#reply_text").val();
jQuery("textarea#reply_text").val( previous_content + data );
where data is the quoted text.
also i notice bp-tinymce does hook on add_filter( 'bp_forums_allowed_tags'
this may cause another problem with extra html i add for bbcode (strike, cite, u, etc….)