I installed tinymce for my site visitors since they are used to wysiwyg editor instead of html code.

However, I like the non-wysiwyg display and want to install BUEditor only for myself. However, I found as long as tinymce is installed, the button bar of BUEditor does not come out. Anyway to overcome this problem?

Thanks a lot.

Comments

ufku’s picture

Tinymce makes the textareas invisible and BUE doesnt install on invisible textareas. To prevent initial tetxarea processing, you should set the default state of tinymce to false.

huayen’s picture

Thanks for replying.

For admin role, indeed I already set default state of tinymce to false, but BUE still does not come out.

-Derek

ufku’s picture

i can't reproduce this. as far as i tested, if tinymce is disabled on page load, bue successfully installs on textareas. Do you get any js errors? Do you see that bueditor.js is included in the source?

huayen’s picture

I checked the source page, following js included:

I set default state of tinymce to false for all tinymce profiles, still have same problem, reallly frustrated...

ufku’s picture

Status: Active » Closed (fixed)