TinyMCE is not showing all though I've set it up completely. I'm using the default Garland theme of Drupal 5.0. Using Firefox on Linux, with Adblock disabled.

Comments

marqpdx’s picture

I am using the Internet_Jobs theme, and the module is enabled, set to show for page node type, but when i create a page, there is not TinyMCE either; am using linux, firefox, 5.1 of Drupal.
thanks
mark

kreynen’s picture

Does it work in any theme? I can't get the current release to show up in 5 or 5.1 with multiple Drupal installs I've tested it with.

kreynen’s picture

The versions on this and the previous release are confusing similar...

NEW (not working in 5 or 5.1 for me)

; $Id: tinymce.info,v 1.0 2006/12/24 17:51:48 Wendy Exp $
name = TinyMCE
description = The most popular WYSIWYG editor for advance content.
; version added by drupal.org packaging script on 2006-11-25
version = "5.x-1.0"

PREVIOUS (working in 5 and 5.1)

; $Id: tinymce.info,v 1.0 2006/12/24 17:51:48 Wendy Exp $
name = TinyMCE
description = The most popular WYSIWYG editor for advance content.
; version added by drupal.org packaging script on 2006-11-25
version = "5.x-1.x-dev"

superfly’s picture

Got it working... not sure why or how...

Note: I had installed TinyMCE module et al to /modules/tinymce

Steps I took:

  1. Disabled TinyMCE module
  2. Physically removed TinyMCE et al
  3. Copied TinyMCE et al to <drupal>/sites/all/modules/tinymce
  4. Logged into the database (using phpMyAdmin) and cleared the cache table
  5. Went back to Drupal and re-enabled TinyMCE and set it's settings

Drupal 5.0, TinyMCE 2.0.8, module 5.x-1.x-dev

kreynen’s picture

OK, now I feel dumb. When I went to compare the two versions of TinyMCE, I figured out my problem pretty quickly. I was missing everything in the includes dir. I don't know where I was downloading the previous version of TinyMCE for Drupal 5, but that version included the TinyMCE files. I thought someone was being nice to new users... no longer forcing them download TinyMCE sperately.

Is there some licensing issue that prevents the current version of TinyMCE from being included with the module?

kreynen’s picture

Status: Active » Closed (fixed)