Upgrading TinyMCE in IKM
Posted: Wed May 30, 2012 10:57 am
I had to do this because I wanted to install a custom plugin and frankly it's p*ssed me off that Interspire have been so reticent to do this for nigh on 3 years themselves [include=standard_rant_about_poor_service_high_maintenance_etc]
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)
For those probably ready to ask about whether this can be done in ISC... I'll tackle that later when time allows.
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.