Closed (won't fix)
Project:
TinyMCE
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2007 at 06:51 UTC
Updated:
3 Feb 2013 at 19:57 UTC
Just add this code to plugin_reg.php
if (is_dir(drupal_get_path('module', 'tinymce') . '/tinymce/jscripts/tiny_mce/plugins/g2image/')) {
$plugins['g2image'] = array();
$plugins['g2image']['theme_advanced_buttons3'] = array('g2image');
}More or less that is correct, unless you want to place the g2image button by the image button, etc.
Comments
Comment #1
Ryanbach commentedComment #2
Ryanbach commentedComment #3
Ryanbach commentedKeeping this here just in case.
Comment #4
pomliane commentedThis version of TinyMCE is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.