TinyMCE editor addon for Zen Cart v1.3.xx
License
TinyMCE is licensed under the LGPL. For complete terms of the license, see: http://tinymce.moxiecode.com/license.php or visit http://wiki.moxiecode.com/index.php/TinyMCE:FAQ#Can_I_use_TinyMCE_in_my_commercial_application.3F for more details on acceptable use.
Installing TinyMCE for Zen Cart v1.3.xx
Installation is simple:
- Download and unzip this file (you've done that if you're reading this)
- Upload the various files from your PC to your website, placing each file in the same folder where you found it in the zip, i.e.:
- /admin/includes/tinymce.php goes to your website into your existing /admin/includes/ folder.
- /admin/includes/languages/english/extra_definitions/editors_list.php replaces your existing /admin/includes/languages/extra_definitions/editors_list.php file.
- /admin/includes/languages/english/extra_definitions/tinymce.php is added to your /admin/includes/languages/english/extra_definitions/ folder
- /admin/includes/init_includes/overrides/init_html_editors.php goes into your /admin/includes/init_includes/overrides/ folder
- /editors/tinymce/ (the entire folder) gets copied to your /editors/ folder
(Note: If you've renamed your admin, rename the equivalent folder in this add-on before you upload it. If you haven't renamed your admin ... why not?)
- When you login to your admin area, select TinyMCE from the list of editors on applicable pages.
- (Recommended) You can also set your default editor choice via Admin->Configuration->My Store->HTML Editor (note: this may not take effect until you log in the next time)
- (Optional) You can change the folder in which the editor file live, by renaming the folder and adding the following line to your admin/includes/configure.php file:
define('DIR_WS_EDITORS', 'the new name of your folder');
If you are using an external add-in for uploading images or other content, then this step moves from optional to recommended.
Upgrading to future TinyMCE versions
This package is derived from the TinyMCE 3.6.6 jQuery version. All files in that distribution are included and unchanged.
You can easily update your TinyMCE installation in the future by replacing all the files in your site's /editors/tinymce/ folder. There's no need to change the files in the /admin/ folders merely for TinyMCE version upgrades.
Languages
By default TinyMCE comes with english only. This integration adds Dutch, French, German, Italian and Spanish. Many more languages are available from the TinyMCE site.
Donations
If you find this add-on module helpful, please consider showing your appreciation by making a donation to support the Zen Cart project.
Version History
- v3.6.6 - Addon for Zen Cart v1.3.8a/v1.3.9x.
Contains TinyMCE v3.6.6 published 20-May-2010 at tinymce.moxiecode.com