I’ve got the mcfilemanager in its proper folder on the server, and the following config info:
button_tile_map : 'true',
mode:'textareas',
editor_selector : 'lg_mceEditor',
content_css : '/css/tinymce-base-styles.css',
mode: "textareas",
theme: "advanced",
theme_advanced_toolbar_align : "left",
plugins : "advlink,spellerpages,paste,filemanager",
theme_advanced_buttons1: "bold, italic, bullist, numlist, undo, redo, link, unlink, image, cleanup, removeformat, formatselect, spellerpages,pastetext,code,filemanager",
theme_advanced_buttons2: "",
theme_advanced_buttons3: "",
theme_advanced_blockformats: "p,h2,h3,h4,pre",
relative_urls: "false",
remove_script_host: "false",
convert_newlines_to_brs: "false",
force_p_newlines: "true",
paste_create_paragraphs : "true",
paste_use_dialog : "true",
cleanup_on_startup: "false",
theme_advanced_toolbar_location : "top",
custom_undo_redo_levels : 10,
remove_script_host: "false",
cleanup_on_startup: "false",
extended_valid_elements : "a[name|href|target|title|onclick|class|style],img[src|class|style|width|height|border],td[nowrap]",
paste_use_dialog : "false",
width: "500"TinyMCE is working.
I also have the LG File Manager working fine.
The only thing that doesn’t work is: I don’t get the File Mgr icon when I click the link or image icon the TinyMCE toolbar.