Well, this is a great module, nearly perfect for my targets.

Kept some time, but now I integrated it into TinyMCE (2.1.3), got the G2-button working in TinyMCE - great!

Now I am searching for some settings concerning the insert options:

1. It's a great opportunity to have the option to insert Thumbnail with Lightbox link (see att g2-1) - is it possible to make this the default option?

2. The goal is to insert thumbnails into the text, aligned left or right. The options just offer the opportunity to float left/right (see att. g2-2) - is it possible to change this somewhere?

Thanks in advance for any help
JUlearn

CommentFileSizeAuthor
g2-2.jpg16.85 KBJuLearn
g2-1.jpg30.89 KBJuLearn

Comments

Joe Malik’s picture

Hi,

have a look at the config.php of G2image in your /modules/gallery/g2image directory. There you can change the defaults you would like to change:

1. For default Lightbox set $g2ic_default_action = 'thumbnail_lightbox';
2. You can change the default alignment with $g2ic_default_alignment = 'g2image_float_right';. Float right means, that the Image is positioned right, the text floats left the image.

JuLearn’s picture

Status: Active » Closed (fixed)

Works like a charm now, thank you very much!