has a plugin for TinyMCE. I copied it to the plugin directory and added drupalimage to the botton list. To my dissappointment the button won't appear. Is that because the plug-in is too old for the TinyMCE version that is used in this module?

Comments

Steve Lockwood’s picture

You might need to alter the Init string in two places:
- modifying the list of plugins so that tinymce knows about the plugin
- adding the button, which you describe above

Have you done both? Let me know how you get on.

Steve

Steve Lockwood’s picture

Hi,

I think you might be right that the plugin is out of date - when I tried it it made called to tinymce functions which do not exist. I tried a few simple modifications but quickly found myself in deep water! I will have another go but can promise anything quick.

Steve

rych’s picture

Hi,

As I see the new version of TinyTinyMCE drupal module supports 3.x version of TinyMCE, and...

"The new API of TinyMCE 3.x has changed quite a bit from the old 2.x API."

I've run into this problem a few days ago, but haven't got enough time to dig deeper. I've found some info in TinyMCE's wiki:

http://wiki.moxiecode.com/index.php/TinyMCE:Migration_guide

rych’s picture

Hi!

I made some work on this DrupalImage plugin, I've posted my patches here: http://drupal.org/node/245799

Steve Lockwood’s picture

Status: Active » Fixed

I've checked in a development snapshot (25/6/2008) which integrates the IMCE module (see thread http://drupal.org/node/260217). If it all works this should offer quite a good solution which has the benefit of being free! (The Moxiecode modules have to be paid for, as I understand it.)

I hope this takes things forward. I'm closing this thread for now - but if enough people want me to look at alternatives it can be reopened.

STeve

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.