Witam,

Mam problem z edytorem tinymce a mianowicie chodzi o spolszczenie tego edytora. Ściągnąłem plik pl.xml z oficjalnej strony i dodałem go do wszystkich folderów "langs" po wpisaniu language : "pl" cały edytor znika zostaje tylko pole tekstowe z opcją rozciągania.

Kod js
[JAVASCRIPT] pobierz, plaintext
  1. tinyMCE.init({
  2. mode : "textareas",
  3. theme : "advanced",
  4. editor_selector : "mceEditor",
  5. editor_deselector : "mceNoEditor",
  6. plugins : "pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,in
    linepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,dir
    ectionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,wo
    rdcount,advlist,autosave"
    ,
  7. theme_advanced_buttons1_add_before : "",
  8. theme_advanced_buttons1_add : "fontselect,fontsizeselect",
  9. theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,separator,forecolor,backcolor",
  10. theme_advanced_buttons2_add_before: "cut,copy,paste,pastetext,pasteword,separator,search,replace,separator",
  11. theme_advanced_buttons3_add_before : "tablecontrols,separator",
  12. theme_advanced_buttons3_add : "iespell,media,advhr,separator,print,separator,ltr,rtl,separator,fullscreen",
  13. theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,spellchecker,c
    ie,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,blockquote,pagebreak"
    ,
  14. theme_advanced_toolbar_location : "top",
  15. theme_advanced_toolbar_align : "left",
  16. theme_advanced_statusbar_location : "bottom",
  17. content_css : "style.css",
  18. plugin_insertdate_dateFormat : "%d-%m-%Y",
  19. plugin_insertdate_timeFormat : "%H:%M:%S",
  20. theme_advanced_resize_horizontal : false,
  21. theme_advanced_resizing : false,
  22. apply_source_formatting : true,
  23. fix_table_elements : true,
  24. fix_list_elements : true,
  25. fix_nesting : true,
  26. inline_styles : true,
  27. cleanup : true,
  28. cleanup_on_startup : true,
  29. verify_html : true,
  30. convert_fonts_to_spans : true,
  31. relative_urls : false,
  32. remove_script_host : false,
  33. language : "pl",
  34. spellchecker_languages : "+English=en,Polish=pl"
  35. });
[JAVASCRIPT] pobierz, plaintext


Oczywiście edytor ma klasę "mceEditor". Już chwilę się nad tym głowię, nawet nic nie znalazłem na forum czy w google.

Pozdrawiam,
Piro

PS. link do przykładu: http://piro.vot.pl/tinymce/example.html

PS2. Zrobiłem konto do katalogu gdyby ktoś chciał zobaczyć strukturę:
login: any@piro.vot.pl
hasło: asdasd
logować się przez ftp://piro.vot.pl/