PDA

View Full Version : TinyMCE


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,

thomas
02-18-2006, 05:35 AM
awsome. this is coming out in the next update of sd btw.

jblackburn
02-18-2006, 05:46 AM
<div class='quotetop'>QUOTE(thomas &#064; Feb 17 2006, 09&#58;35 PM) 4049</div>
awsome. this is coming out in the next update of sd btw.
[/b]

Thanks, I fear that I may be painfully ignorant of other problems - yet, I&#39;ve had none to date that I&#39;m aware of.

It is cool that you can tweak or edit what menu items you want available on your toolbar...

thomas
02-18-2006, 05:50 AM
sweet. well done anyhow for giving it a go :)

spib
02-20-2006, 09:27 AM
Just to say that the Subdreamer plugins for image manager and smilies won&#39;t work with TinyMCE 2.0.3, only 2.0.2 or below. We are using 2.0.2 for Subdreamer 2.3 because TinyMCE 2.0.3 has a few bugs