Any one know of a problem with tinyMCE not showing up? I set it up on my site (drupal 5) and I don't see it. It is set up correctly as far as I know.

When I go to the drupal 5 demo site I don't see it and there are many posts saying "where is it?" http://tinymce51.sidewalktheory.com/  But when I go to the version 4 site http://tinymce47.sidewalktheory.com/?q=comment/reply/1#comment_form and  the tinyMCE site I can see it http://tinymce.moxiecode.com/example.php  All my browsers can't see version 5 but they can see 4 which is strange. So is this a version 5 problem? If so, why are there posts on the drupal 5 demo site that have been posted with TinyMCE? I am confused anyone know what is going on?

CommentFileSizeAuthor
#15 tinyMCE.txt5.28 KBjessmagz
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

klance’s picture

I'm experiencing the same issue in Firefox. IE automatically displays JavaScript errors, so I tested TinyMCE 5.x-1.x-dev in IE 7 and this is what it output:

Line 1:
Char 1:
Error: Object expected
Code: 0
URL: http://www.myserver.com/en/node/add/page

mariuss’s picture

Same problem here, the JavaScript console reports:
Error: mceToggle is not defined
Source File: javascript:mceToggle('edit-body', 'wysiwyg4body');
Line: 1

It seems that the corresponding JavaScript file is not loaded for some reason.

mariuss’s picture

I figured what the problem was, not a bug in TinyMCE, sorry.

The site was upgraded from Drupal 4.7 and the theme was not upgraded properly, it did not pull in any JavaScript.

uchauhan’s picture

Same problem here. I have installed TinyMCE on Drupal 5.1 and did everything possible still TinyMCE editor don't want to show up.

beauregard’s picture

same problem here, same problem with FCKEditor.

jviana’s picture

I fix a similar problem adding the line print $scripts in the head of my theme's file "page.tpl.php".

euchrid9’s picture

Yep. The above fix by jvlana worked perfectly for me - thanks. It was the theme that was at fault.

demon326’s picture

mm i already have it in my header files cause its only on the edit page and when i look to the sourcode off my website i see the editor is printed 3 times...

g76’s picture

same problem, running 5.1(not an upgrade-clean install), using garland theme, the print $scripts is already in the header. Same error as post #2. I am running thickbox, inline, jstools as well. Could this be a conflict?

Daen-1’s picture

I'm also having the same problem. I just installed it recently and have not been able to get it to show up. It's supposed to show up on all textareas, right? My Create Content pages aren't showing it. I've tried several different install locations for the editor itself from Moxiecode, but no go. Finally right now I have it in drupal/modules/tinymce/tinymce. I've done some heavy modifications to the theme my site is using, but I haven't touched the templates-- just the colors and similar things. It was based off of bluebreeze, and I already verified that my page.tpl.php file has print $scripts in the header.

Is there a solution to this? Was it a bad version or is there a work around? I appreciate any help. I am running pathauto-- would that cause problems?

Daen-1’s picture

Found a fix to this-- turns out that a profile must be created for the editor. I stumbled across it while I was poking at the permissions for the module. I don't remember seeing that in the instructions for install-- it may be good to mention it at least.

kreynen’s picture

Status: Active » Closed (fixed)

So the install.txt says...

"5. Setup role based tinymce profiles via

administer > settings > tinymce"

When you look at the TinyMCE settings for the first time and it says...

"No profiles found. Click here to create a new profile."

That's not enough?

ArgentOfChange’s picture

Howdy,

I've created two profiles, Contributor and Administrator (with their corresponding Roles).
I can see print $scripts; in my page.tpl.php's head.
The 'Default State' is enabled, and 'Show disable/enable rich text editor toggle' is true.
I've uploaded the correct files to the correct directory.

But...I still can't see anything.

AOC

jdeg’s picture

Hey i have the same exact problem, i have done several websites with Drupal, but this time i can't see TinyMCE, that's weird. Some body can help?

jessmagz’s picture

FileSize
5.28 KB

See attached file

ajclamp’s picture

Title: Can't see the TinyMCE » Can't see the TinyMCE, but now I can!

jviana,

The print $scripts in the header section worked a treat and boy was this driving me nuts.

Now this is a community.

Fantastic stuff.

Thank you!

GreenIT