Here's the run down using the latest version of Tiny MCE as was a few days ago (version: 3.5.1.1 - Release 2012-05-25)
- Download the new version and extract
- Rename the old tiny_mce folder (in /admin/includes ) to something like tiny_mce-OLD
- Copy the new tiny_mce folder across to take the old ones place
- Open: /admin/templates/editor.tpl
Find:... and replace with:Code: Select all
plugins : "safari,pagebreak,style,layer,table,save,advimage,advlink,media,searchreplace,print,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,template,inlinepopups,preview,syntaxhl",
(syntaxhl seems to break things so just disable it)Code: Select all
plugins : "safari,pagebreak,style,layer,table,save,advimage,advlink,media,searchreplace,print,contextmenu,paste,fullscreen,visualchars,nonbreaking,xhtmlxtras,template,inlinepopups,preview",
For those probably ready to ask about whether this can be done in ISC... I'll tackle that later when time allows.