Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Editor works from Admin Panel but didn't work from forum pages

Hi, all! Have an error trying post messages from forum pages: Body is required. But from CP editor works great! Allready Tested on a fresh installed Vanilla same error. Vanilla Version 2.0.18.8. Any ideas how to make it work?

Comments

  • you can try replacing this in the class.vanillamce.plugin.php

    tinymce.init({

    for this

    $('#Form_Body').tinymce({

  • Hi, vrijvlinder!
    After replacing tinymce.init({ for $('#Form_Body').tinymce({ MCEeditor changed for default vanilla editor.

  • One more thing. If I'm trying to edit published post I see default editor not MCE. Bad Luck for me(((

  • I recommend you try or look at the TinyMCEFour. Look at how the jquery is put together to add the editor to the form. Try to replicate that.

    Both editors have bugs. I know mine works but to edit comments you need to copy the text into the editor to save the edited comment. For all else it works fine.

    The looks and the buttons can easily be changed by changing the css.

  • Hi vrijvlinder! I tried before TinyMCEFour. And now after your advice. VanillaMCE work's only in original init code. Any changes loads original vanilla editor. Still waiting for reply from shaqaruden. Anyway thanks for your help!

Sign In or Register to comment.