By MrInterweb on
I keep getting this error:
*mywebroot*/modules/tinymce/tinymce/jscripts/tiny_mce/tiny_mce.js
I searched the everything in the modules directory and there is not a file named tiny_mce.js.
I have the tinymce module installed, but there must have been some problem installing this file.
I downloaded: tinymce-4.7.0.tar.gz
I "tar -xvf" the file as root in the modules directory and applied 775 permissions to the entire modules directory just for testing.
Did I do anything wrong, or is the tinymce module just screwed up for 4.7?
Thanks
Comments
You need to download TinyMce and place it as in the read me file
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.0 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.php file 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!
README:
********************************************************************
Once TinyMCE is enabled, the default behavior is that all textareas
will use TinyMCE for all users. The admin can change these defaults
at
administer > settings > tinymce
The admin can choose what theme TinyMCE should be the default and
user's can override this by editing their account (if they've been
given permissions to do so). User's also have the option of disabling
TinyMCE completely.
The admin can also define which pages TinyMCE should be used on.
This cannot be changed on a per user basis.
A great deal for business.
http://affiliatesexcel.com
Thank you
That was a great guide to help me get up and going with TinyMCE.
Thanks again,
Sean