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
Comment #1
ufku commentedTinymce 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.
Comment #2
huayen commentedThanks for replying.
For admin role, indeed I already set default state of tinymce to false, but BUE still does not come out.
-Derek
Comment #3
ufku commentedi 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?
Comment #4
huayen commentedI 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...
Comment #5
ufku commented