Active
Project:
Tiny Tiny MCE
Version:
6.x-1.9
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2009 at 07:40 UTC
Updated:
24 Feb 2009 at 08:23 UTC
Hi,
i am wondering how to integrate G2 image with tiny tinymce. Is there any way to enable G2 image
with regards,
Don
Comments
Comment #1
stompersly commentedI too am really missing support for gallery2 in this editor, I use the gallery drupal module just fine. But unlike with tinymce tiny tiny mce cannot seem to be modified to add a button for gallery images. I would be willing to look at doing this if you could point me in the right direction for adding a button in general.
Thanks for providing Drupal 6 support!
Comment #2
donkasok commentedHi,
In Tiny MCE /var/www/html/sites/all/modules/tinymce/tinymce/jscripts/tiny_mce/plugins
is the place where G2 image have to install.
Then in /var/www/html/sites/all/modules/tinymce/plugin_reg.phpwith this code below will enable G2 image in TinyMCE
$plugins['g2image'] = array();
$plugins['g2image']['theme_advanced_buttons1'] = array('g2image');
I hope this will help you.
with regards,
Don