Updated TinyMCE Module v4.6.0j (1.21.2.11j 2006/02/24 01:55:27)
Long time listener, first time caller... what I'm trying to say is, I've never contributed to a Drupal module before, and I'm not even sure if I'm doing this in the right place.
I've been trying to get the most updated version of TinyMCE installed and configured on my Drupal setup. Currently, I'm running CivicSpace 0.8.3, which I believe synchs with Drupal 4.6.5. As many of you know, the TinyMCE module 4.7.0 has been taken down from the modules area, and only 4.6.0 is available right now (but I hear is still available in the CVS). I guess TinyMCE 4.7.0 is meant to work with Drupal 4.7.0b, and since I won't be moving to Drupal 4.7.0 until CivicSpace certifies their distribution of it, I'm at 4.6.5, probably for a while.
TinyMCE 4.6.0 works fine with CivicSpace 0.8.3/4.6.5, but the documentation on the implementation of the included plugins is aimed at developers using TinyMCE within a custom installation, not with the Drupal module. Because it's not intended for those of us running Drupal, the context of the TinyMCE plugin instructions doesn't apply to how the plugin inits need to be syntaxed within our module.
So I played around with the TinyMCE 4.6.0 module for a while until I figured out the syntax, and I added in the plugins I was most interested in using. They have been added to the "Advanced" theme. Since it took me so long to figure out how to add all of this, I thought I'd provide everyone else with a copy of the tinymce.module that I modified, in case you want to use it until the next version is stabilized.