Closed (fixed)
Project:
Gallery
Version:
6.x-1.x-dev
Component:
User Interface / Theming
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2008 at 22:26 UTC
Updated:
18 Oct 2008 at 11:05 UTC
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
Comments
Comment #1
Joe Malik commentedHi,
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.Comment #2
JuLearn commentedWorks like a charm now, thank you very much!