Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: new plugin: BuddyPress Rate Forum Posts


andrew_s1
Participant

@andrew_s1

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.

Skip to toolbar