Closed (fixed)
Project:
TinyMCE
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2007 at 05:30 UTC
Updated:
23 Mar 2007 at 02:41 UTC
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
Comment #1
japhy1979 commentedAnyone?
Comment #2
kreynen commentedDid 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.
Comment #3
japhy1979 commentedYes. It's in sites/all/modules/tinymce/includes/
Comment #4
kreynen commentedSo 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.
Comment #5
jewei commentedMe too having same problem. I'm very sure the path is .../all/modules/tinymce/includes/
I'm using tinymce_2_0_9.zip
Comment #6
lenart commentedThis is what I'd do:
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 :)
Comment #7
kreynen commentedClosing all old install and update issues