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?
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
Comment #1
Steve Lockwood commentedYou 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
Comment #2
Steve Lockwood commentedHi,
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
Comment #3
rych commentedHi,
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
Comment #4
rych commentedHi!
I made some work on this DrupalImage plugin, I've posted my patches here: http://drupal.org/node/245799
Comment #5
Steve Lockwood commentedI'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
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.