firstly, tinymce is formalms text editor and tinymce addon new path: "addons/tinymce" ( it isn't name : tiny-mce )
After, you must change lib.editor file for tinymce new version
"/lib/lib.editor" like this:
Code: Select all
//using new tinymce
case 'tinymce':
Util::get_js(Get::rel_path('base').'/addons/tinymce/tinymce.gzip.js', true, true);
Util::get_js(Get::rel_path('base').'/addons/tinymce/formalms.js', true, true);
path: "addons/tinymce/plugins/moxiecut"
you must create new folders for moxiecut:
- files/uploads/documents
files/uploads/downloaded
files/uploads/images
files/uploads/media
files/uploads/other
example:
<FilesMatch "(index\.php|ajax\.adm_server\.php|ajax\.server\.php|paypal\.php|tasks\.php|tinymce.gzip\.php|index_tiny\.php|scormXmlTree\.php|soaplms\.php|scorm_page_body\.php|text\.php|users\.php|write\.php|api\.php|check\.php)$">
Order Allow,Deny
Allow from all
</FilesMatch>
NOTE:
if you want to change tinymce language file
you must change line 51 into "tinymce/tinymce.gzip.php" file.
language package : tinymce/language/en_GB.js
you can download other language package this website : https://www.tinymce.com/download/language-packages/
example:
line 51 : "languages" => "en_GB",
If you don't want to deal with these operations, copy the zip file directly
Download links:
alternative 1 : https://ufile.io/b7864
alternative 2 : http://s000.tinyupload.com/index.php?fi ... 7552838900
alternative 3 : http://www.megafileupload.com/clgK/form ... addons.zip