sgrayban Posted December 17, 2010 Share Posted December 17, 2010 I found a bug that when you reply to a support ticket the email isn't being sent correctly when TinyMCE is enabled. So far the only way I see around this was to disable the editor tinyMCE.init({ mode : "none" .... I looked through the TinyMCE docs and I found 2 ways to disable it via the init. class="mceNoEditor" mce_editable="false" The first one is suppose to be the new way to do this when you set the mode to tinyMCE.init({ ... editor_deselector : "mceNoEditor" Then you add in the textarea class="mceNoEditor" See http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/editor_deselector The second one is a old way to do it and they suggest you not use it... tinyMCE.init({ ... textarea_trigger : "mce_editable" See http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/textarea_trigger Neither one works and I even downloaded and installed the new version of TinyMCE. WHMCS uses a version that is almost 3 years old. Anyone found a solution to this ? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.