You are here

INSTALL.txt in TinyMCE 5

Same filename and directory in other branches
  1. 5.2 INSTALL.txt
  2. 6.2 INSTALL.txt
  3. 6 INSTALL.txt
********************************************************************
                     D R U P A L    M O D U L E
********************************************************************
Name: TinyMCE module
         
Dependancies:
  This module requires the third-party TinyMCE editor and a
  Javascript-enabled web browser.  Currently it is known to work
  with Internet Explorer, Mozilla and Firefox and degrade gracefully
  for Safari and Konqueror users. A browser compatibility chart is here:

  http://tinymce.moxiecode.com/tinymce/docs/compatiblity_chart.html


INSTALLATION:
********************************************************************

NOTE: During this installation process you'll be asked to also 
      install the official TinyMCE package from 
      tinymce.moxiecode.com.


1. Place the entire tinymce directory into your Drupal modules/
   directory.

   
2. Download TinyMCE 2.1 from

     http://tinymce.moxiecode.com/

   Remember to uncompress the file and make sure the folder is named
   'tinymce'.

   
3. Place the entire 'tinymce' engine folder inside your modules/tinymce
   directory. So the TinyMCE engine will live in modules/tinymce/tinymce

   
4. Enable this module by navigating to:

     administer > modules
     
     *note - all database tables will be automatically created during this step

     
5. Setup role based tinymce profiles via

     administer > settings > tinymce

     
6. To boost the performance of TinyMCE, download the "TinyMCE compressor" from:

     http://tinymce.moxiecode.com/download.php

   Place the tiny_mce_gzip.js and tiny_mce_gzip.php files in 
   
     modules/tinymce/tinymce/jscripts/tiny_mce

      
7. To use AJAX spell checking, download the spellchecker plugin:
   (note: this requires TinyMCE 2.0.6+)
   
     http://tinymce.moxiecode.com/download.php
   
   Extract this file to
     
     modules/tinymce/tinymce/jscripts/tiny_mce/plugins/
   
   Then edit config.php in plugins/spellchecker/:
   
     Uncomment this line and comment out all other require_once's:
   
       require_once("classes/TinyGoogleSpell.class.php"); // Google web service
   
     Set this to true:	
	 
	     $spellCheckerConfig['enabled'] = true;
	  
	 Enable spellchecker in TinyMCE settings page, under "buttons and plugins"


   
Create new content as a role that has TinyMCE permissions and see TinyMCE in
action!


File

INSTALL.txt
View source
  1. ********************************************************************
  2. D R U P A L M O D U L E
  3. ********************************************************************
  4. Name: TinyMCE module
  5. Dependancies:
  6. This module requires the third-party TinyMCE editor and a
  7. Javascript-enabled web browser. Currently it is known to work
  8. with Internet Explorer, Mozilla and Firefox and degrade gracefully
  9. for Safari and Konqueror users. A browser compatibility chart is here:
  10. http://tinymce.moxiecode.com/tinymce/docs/compatiblity_chart.html
  11. INSTALLATION:
  12. ********************************************************************
  13. NOTE: During this installation process you'll be asked to also
  14. install the official TinyMCE package from
  15. tinymce.moxiecode.com.
  16. 1. Place the entire tinymce directory into your Drupal modules/
  17. directory.
  18. 2. Download TinyMCE 2.1 from
  19. http://tinymce.moxiecode.com/
  20. Remember to uncompress the file and make sure the folder is named
  21. 'tinymce'.
  22. 3. Place the entire 'tinymce' engine folder inside your modules/tinymce
  23. directory. So the TinyMCE engine will live in modules/tinymce/tinymce
  24. 4. Enable this module by navigating to:
  25. administer > modules
  26. *note - all database tables will be automatically created during this step
  27. 5. Setup role based tinymce profiles via
  28. administer > settings > tinymce
  29. 6. To boost the performance of TinyMCE, download the "TinyMCE compressor" from:
  30. http://tinymce.moxiecode.com/download.php
  31. Place the tiny_mce_gzip.js and tiny_mce_gzip.php files in
  32. modules/tinymce/tinymce/jscripts/tiny_mce
  33. 7. To use AJAX spell checking, download the spellchecker plugin:
  34. (note: this requires TinyMCE 2.0.6+)
  35. http://tinymce.moxiecode.com/download.php
  36. Extract this file to
  37. modules/tinymce/tinymce/jscripts/tiny_mce/plugins/
  38. Then edit config.php in plugins/spellchecker/:
  39. Uncomment this line and comment out all other require_once's:
  40. require_once("classes/TinyGoogleSpell.class.php"); // Google web service
  41. Set this to true:
  42. $spellCheckerConfig['enabled'] = true;
  43. Enable spellchecker in TinyMCE settings page, under "buttons and plugins"
  44. Create new content as a role that has TinyMCE permissions and see TinyMCE in
  45. action!