When I install TinyMCE, I get the module to show up, but nothing ever pops up when I create content. I go into the module settings and all I get is this:

TinyMCE
Basic settings
Editor Mode:
Full
Compact
Simple
FULL: enable all TinyMCE features. COMPACT: enable most used features. SIMPLE: just enable simple editor.
Enable TinyMCE for:
Edit-body only
Edit-comment only
Both
If you want TinyMCE available for textarea of edit-body and comment then you should select Both option.
Enable TinyMCE for this node types:
Node type in case-sensitive name, i.e: page,story,data_product,blog

Comments

japhy1979’s picture

Anyone?

kreynen’s picture

Did you download the TinyMCE files and copy them to the includes directory? Installing TinyMCE is a 2 step process of installing Drupal module and TinyMCE code as well.

japhy1979’s picture

Yes. It's in sites/all/modules/tinymce/includes/

kreynen’s picture

So it's /all/modules/tinymce/includes/jscripts and not /all/modules/tinymce/includes/tinymce/jscripts

Earlier installs had you place the whole tinymce folder into the includes. This version's install has you copy the jscripts, docs, and examples into the include folder.

jewei’s picture

Me too having same problem. I'm very sure the path is .../all/modules/tinymce/includes/

I'm using tinymce_2_0_9.zip

lenart’s picture

This is what I'd do:

  • Doublecheck that you have tinymce installation files in tinymce folder (modules/tinymce/tinymce/*).
  • Install/reinstall the module
  • Check that the role(s) have the right permissions in Access control
  • Make the TinyMCE profiles (Administer -> Site config. -> TinyMCE); in older releases of the module this doesn't exist yet
  • Try to make a basic node (e.g. page) and see if the tinymce appears

If it still doesn't appear check the source of the generated HTML if the TinyMCE files were loaded and check the paths as well; check for a line similar to this one:
<script type="text/javascript" src="/sites/all/modules/tinymce/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>

If it exists check to see if the server actually loads it from there - copy the src and put it in the address bar (e.g. http://localhost//sites/all/modules/tinymce/tinymce/jscripts/tiny_mce/ti...).

Then report back :)

kreynen’s picture

Status: Active » Closed (fixed)

Closing all old install and update issues