Re: new plugin: BuddyPress Rate Forum Posts
The collision with BP-TinyMCE is caused by that plugin, not by BuddyPress Rate Forum Posts.
It happens because of what goes on in the function bp_tinymce_allowed_tags in bp-tinymce.php . It removes attributes ONCLICK, ID and CLASS from A tags, it removes ID and CLASS from SPAN tags, and it removes the DIV tag with its CLASS and ID. So, by adding those into the $allowedtags array inside bp_tinymce_allowed_tags, the problem goes away.