So far everything works great
except the paths with ibrowser (again)!
Used the following in modules/TinyMCE/tinymce/modulefunctions
Code: Select all
theme : "advanced",
theme_advanced_toolbar_location: "top",
verify_html: "false",
plugins : "table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,zoom,flash,searchreplace,print,ibrowser",
theme_advanced_buttons1_add_before : "save,separator",
theme_advanced_buttons1_add : "fontselect,fontsizeselect",
theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,zoom,separator,forecolor,backcolor",
theme_advanced_buttons2_add_before: "cut,copy,paste,separator,search,replace,separator",
theme_advanced_buttons3_add_before : "tablecontrols,separator",
theme_advanced_buttons3_add : "emotions,iespell,flash,advhr,separator,print,ibrowser",
theme_advanced_toolbar_align : "left",
theme_advanced_path_location : "bottom",
document_base_url : "<?php echo $cms->config['root_url']?>/",
relative_urls : "false",
plugin_insertdate_dateFormat : "%Y-%m-%d",
plugin_insertdate_timeFormat : "%H:%M:%S",
valid_elements : "*[*]"