jblackburn
02-18-2006, 05:32 AM
Maybe I'm missing something, but I've never let an update of TinyMCE delay me... you mileage may vary and backup first as I don't want to be responsible for your *&%$$!!!
1. You can download the latest version from http://tinymce.moxiecode.com/download.php
2. In the tinymce_2_0_3 > tinymce > jscripts tiny_mce folder, you'll find the same basic structure in SD in admin > tiny_mce folder. Upload it.
3. Want to add or tweak the functions? Go to the file adminfunctions.php in the SD admin folder and edit the section relating to TinyMCE. For example (see the TinyMCE site for details), around line 60, I changed it to this:
plugins : "table,save,advhr,advimage,advlink,emotions,iespell ,insertdatetime,preview,zoom,flash,imagemanager,se archreplace,print,paste,directionality,noneditable ,contextmenu",
theme_advanced_buttons1_add : "fontselect,fontsizeselect,forecolor,backcolor",
theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,zoom,lists tyle",
theme_advanced_buttons2_add_before: "cut,copy,paste,pastetext,pasteword,separator,searc h,replace,separator",
theme_advanced_buttons3_add_before : "tablecontrols,separator",
theme_advanced_buttons3_add : "emotions,iespell,flash,advhr,separator,print,separ ator,ltr,rtl,separator,imagemanager",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_path_location : "bottom",
plugin_insertdate_dateFormat : "%Y-%m-%d",
plugin_insertdate_timeFormat : "%H:%M:%S",
paste_use_dialog : false,
theme_advanced_resizing : true,
theme_advanced_resize_horizontal : false,
1. You can download the latest version from http://tinymce.moxiecode.com/download.php
2. In the tinymce_2_0_3 > tinymce > jscripts tiny_mce folder, you'll find the same basic structure in SD in admin > tiny_mce folder. Upload it.
3. Want to add or tweak the functions? Go to the file adminfunctions.php in the SD admin folder and edit the section relating to TinyMCE. For example (see the TinyMCE site for details), around line 60, I changed it to this:
plugins : "table,save,advhr,advimage,advlink,emotions,iespell ,insertdatetime,preview,zoom,flash,imagemanager,se archreplace,print,paste,directionality,noneditable ,contextmenu",
theme_advanced_buttons1_add : "fontselect,fontsizeselect,forecolor,backcolor",
theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,zoom,lists tyle",
theme_advanced_buttons2_add_before: "cut,copy,paste,pastetext,pasteword,separator,searc h,replace,separator",
theme_advanced_buttons3_add_before : "tablecontrols,separator",
theme_advanced_buttons3_add : "emotions,iespell,flash,advhr,separator,print,separ ator,ltr,rtl,separator,imagemanager",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_path_location : "bottom",
plugin_insertdate_dateFormat : "%Y-%m-%d",
plugin_insertdate_timeFormat : "%H:%M:%S",
paste_use_dialog : false,
theme_advanced_resizing : true,
theme_advanced_resize_horizontal : false,