My Drupal 5.7 site runs with TinyMCE 2.1.3 but that version of TinyMCE has problems embedding Google Maps. (The maps embed just fine and are viewable, but you can't go back to edit the node.)

Allegedly, the new TinyMCE 3 fixes the problem.

I uninstalled TinyMCE module and removed all TinyMCE directories, then did a complete re-install of module and new TinyMCE 3.

TinyMCE javascripts are in...

/public_html/sites/all/modules/tinymce/tinymce/jscripts/tiny_mce

I have activated module, granted permissions, and the problem arises when creating profile. When selecting buttons for TinyMCE toolbar, there are no corresponding button icons. From the past, I know that this usually means there is a pathing problem to TinyMCe but I can't find it.

Any suggestions?

thanks

Comments

kayaker’s picture

It appears that TinyMCE has changed its path for icons and changed the themes directory name from images to img. That's why the icons don't display in the siteconfiguration> TinyMCE settings> Edit Profile> Buttons & Plug-ins area.

Once I ignore the missing icons, I can select the desired buttons and plug-ins, save the profile, and then the TinyMCE toolbar appears as expected. I can edit nodes with embedded Google maps (iFrames). GREAT.

However, third party plug-ins like G2Image no longer work because of the new directory structure. When I can add the G2Image plug-in to TinyMCE (copy directory into plugins and edit plugin_reg.php), it shows up (with icon) on the Editor Profile page.

But, it never appears in the toolbar. I suspect the toolbar can't find g2image to load. Aaargh!!

leramulina’s picture

"Once I ignore the missing icons, I can select the desired buttons and plug-ins, save the profile, and then the TinyMCE toolbar appears as expected. I can edit nodes with embedded Google maps (iFrames). GREAT"

Sorry, can You tell me, how did you add thge buttons?