i install a multisite drupal, and 2 of them i install gallery2 module.

i just want to know, if the rewrite can work in the multisite mod?
and how can i insert pics from gallery when i write blog?

i tried with g2image , after edit its config.php and tinymce's plugin_reg.php ,i can see the g2image button in tinymce.

but i just insert a thumbnail pic here,not the large size pic.
and the thumbnail have the link did not point to the large size pic ,when i click the thumbnail pic , i went to the page looks like the popup windows that when i want to insert a pic with tinymce g2image button.

i think it should not point to this.

did i miss something?

Comments

ifly3years’s picture

i solved last one, by edit g2image/config.php, change the

$g2ic_embed_uri='gallery'
to
$g2ic_embed_uri = 'http://www.domain.com/gallery'

but i sudenly find that , the g2image can't work in the multisite drupal with multi gallery2.

am i right?

so i want to know
1 how to rewrite gallery2 in multisite drupal ?
2 can g2image work in multisite drupal? howto?

thanks