Drupal

From G2Image

Jump to: navigation, search

[edit] Drupal-Specific Information

  • This page is the Drupal-Specific Installation/Configuration Information for G2Image.
  • Please see the Installation Page first for general G2Image installation information.

The following is from this thread on the Drupal forum: http://drupal.org/node/41590

[edit] For Drupal 4.6:

tinyMCE.init({
    $tinymce_settings,
    plugins : "g2image",
    theme_advanced_buttons3_add : "g2image"
})
  • Use the advanced set in the Drupal TinyMCE settings.

[edit] For Drupal 4.7

$plugins['g2image'] = array();
$plugins['g2image']['theme_advanced_buttons2'] = array('g2image');
Personal tools
Developers