It doesn’t work.
But if I put something like this in the header,
</head>
??
<script type="text/javascript">
jQuery("bbp_topic_content").addClass("mceEditor");
if ( typeof( tinyMCE ) == "object" && typeof( tinyMCE.execCommand ) == "function" ) {
tinyMCE.execCommand("mceAddControl", false, "bbp_topic_content");
}
</script>
it works.
But I think, textareas with bbp_* id’s should be captured by the plugin itself.
Should I modify the plugin somewhere?
Thanks,