Support » Plugin: CKEditor for WordPress » [Plugin: CKEditor For WordPress] Error on bbPress

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor dczepierga

    (@dczepierga)

    Hi,
    Pls try to update to last DEV version: link
    After check pls write does it help or not.

    Grettings

    Thread Starter borghese05

    (@borghese05)

    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,

    Plugin Contributor michal

    (@michal_cksource)

    @borghese05 thank you for this information. We will try check and fix this, please be patient.

    Plugin Contributor dczepierga

    (@dczepierga)

    I’ve only fix JavaScript error: “instance is undefined” and commit changes to SVN. Last DEV version is here: link

    @borghese05, bbPress plugin doesn’t add support for WYSIWYG editors in their tetxtareas, so CKEditor not load there – CKEditor enabling in each place where TinyMCE want to load. So if u want WYSIWYG editor on bbPRess textareas u should write to bbPress support about this feature.
    From our side we cannot do anything more.

    Greetings

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: CKEditor For WordPress] Error on bbPress’ is closed to new replies.