Hi,
I had the same problem of disappearing “code source” button.
Always after saving TinyMCE Advanced Options, this button and Tools menu were going away.
The only way the get it back was to reset default options.
I just had a look at tinymce-advanced.php file, fonction get_plugins(), and i add following instruction :
if (in_array('code', $this->used_buttons, true)) $plugins[] = 'code';
Now it works for me, i have my nice code button and tools menu, event after saving options.
Thanx for your plugin.
-
This reply was modified 9 years, 6 months ago by stefen8.