Re: 1.2 plug-ins list
BP-TinyMCE wasn’t working on my install for posting updates directly from a user’s profile page. BP wasn’t finding any content in the textbox and giving a ‘please put some content in there, dummy’ message.
I seem to have fixed it by adding
j("input#aw-whats-new-submit").unbind( 'click' );
on line 5 of bp-tinymce-js.js packaged with the plugin.
Edit: Well, it appears in some places and not in others, but works where it appears, at least.