My tinymce install has been working just fine but I tried to edit the tiny_mce.js file to enable linebreaks and now the rich text editor is not showing up. It shows the "diable rich-text" link below the text box but clicking on it doesn't do anything. Re-doing the edits I made didn't make a difference and re-uploading a new tiny_mce.js file didn't do anything either. I've double checked my tinymce profile basic setup to see that it's set to true by default. I've also cleared my browser cache and tried restarting it.

Looking at the page source on my site, the tiny_mce.js file doesn't seem to be loading in the head as I cannot find

<script type="text/javascript" src="[...]/modules/tinymce/tinymce/jscripts/tiny_mce/tiny_mce.js">
</script>

Can anyone please help? Thanks

Comments

greygoo’s picture

I even tried disabling the tinymce module and re-enabling it but that didn't do anything either.
I'm not sure what else to try. Any help would be greatly appreciated.

greygoo’s picture

Also tried placing this
<script type="text/javascript" src="/modules/tinymce/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
in page.tpl.php

but that didn't do anything either...

greygoo’s picture

I'm gonna try completely uninstalling this module which I just figured out from searching the forums and start over again.

greygoo’s picture

Manually uninstalling the module and re-installing is what I had to do to get it working again.

mvds’s picture

If your installation works fine, so would you be so kind and tell me what's wrong with mine?
see http://drupal.org/node/88125

greygoo’s picture

No, it doesn't work fine. As I've explained in my original post, it used to work but not anymore since I edited the tiny_mce.js file.

Still looking for help with my problem...

greygoo’s picture

I even tried making a Rich-text editing input filter with all filters disabled and set it as default as suggested by KSA213755 at http://drupal.org/node/88125 but it still didn't solve my problem.

How frustrating.