MyBB.de Forum

Normale Version: TinyMcs
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hallo alle zusammen!
Kennt sich jemand mit dem Wysiwyg Editor Tinymcs aus?

Habe folgendes problemm:
Der Editor wird im FF ganz normal angezeigt im IE wird garnichts geladen??.
Hier der Code im header:
Code:
<script language="javascript" type="text/javascript" src="../js/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
<script language="javascript" type="text/javascript">
tinyMCE.init({
  theme : "advanced",
    mode : "exact",
    elements : "wysiwyg",
  plugins : "emotions,insertdatetime,table,preview,searchreplace,print,contextmenu,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras",
    theme_advanced_buttons1_add : "fontselect,fontsizeselect",
    theme_advanced_buttons2_add : "separator,insertdate,inserttime,separator",
    theme_advanced_buttons2_add_before: "forecolor,backcolor,separator,search,replace,separator",
  theme_advanced_toolbar_location : "top",
  theme_advanced_buttons3_add_before : "tablecontrols",
    theme_advanced_buttons3_add : "emotions,print,separator,fullscreen",
  theme_advanced_toolbar_align : "left",
    theme_advanced_path_location : "bottom",
});
</script>