Hello,
Ok, I answered my own question. There's a typo in the tinymce.module file. On line 83:
drupal_add_js(drupal_get_path('module', 'tinymce') . /includes/jscripts/tiny_mce/tiny_mce.js');
It should be:
drupal_add_js(drupal_get_path('module', 'tinymce') . '/includes/tinymce/jscripts/tiny_mce/tiny_mce.js');
- jody
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Jody Cleveland Sent: Thursday, January 18, 2007 11:46 AM To: support@drupal.org Subject: [support] Tinymce problems with 5.0
Hello,
After upgrading to Drupal 5.0 and reinstalling the Tinymce module, I just cannot get it to appear no matter what I do. It appears checked under the list of modules, and the basic settings are there, but there seems to be no option to add roles like there was before. And so i can't get the actual editor to appear.
I checked all the permissions, and I followed the instructions exactly, installing it in under the sites/all/modules folder, and including the library in the "Includes" folder. I've tried reinstalling it but this doesn't help, and I'm only using a default theme at the moment.
Any ideas what may be wrong?
- jody
-- [ Drupal support list | http://lists.drupal.org/ ]