G2Image Version 3.0 Beta
capt_kirk
Joined: 2006-01-24
Posts: 492 |
![]() |
The Beta of G2Image Version 3.0 is out. Please download it here. Changes (v3.0 vs v2.2.3): Changes (v2.2.3 vs v2.0) Notes: Thanks to all who contributed ideas, language files, and beta testing, |
|
inthedistance
Joined: 2006-03-24
Posts: 41 |
![]() |
Many thanks for your hard work. As per your changelog about future releases, this is my personal vote for the option to add a target= option to all inserted thumbs, so I can keep joomla content (stories) in the main window while users open the full-sized photo in a new tab. Thanks again, |
|
capt_kirk
Joined: 2006-01-24
Posts: 492 |
![]() |
Matt, Thanks for the feedback. I'll make sure to get it into 3.1. That's the second-most requested item on the "remaining-to-do list" behind variable image sizes. My goal is to get both of those into 3.1. I had to almost completely rewrite the back end to get the full-size image insertion and multiple image selection into 3.0 and didn't want to introduce too many changes at once. It makes it easier to troubleshoot if there are fewer moving parts. In the meantime, in WordPress you can achieve that effect using LightBox. Looking at the Joomla extensions, it doesn't look like there is a straight-forward lightbox-only extension like there is for WordPress, but it seems like you could just add their scripts, css, and images directories to your joomla directory and then include the scripts and css in the header and you'd have a simple lightbox setup. Then you'd have the same effect as a popup, without having to worry about popup blockers and forcing users to close an extra window. I'll definitely add the target option, because several people have asked for it, but I think LightBox is a more elegant solution. Cheers, |
|
dlane99
Joined: 2006-10-10
Posts: 8 |
![]() |
Ive been trying to get g2image working with my joomla site for the last few days. i installed the 3.0 beta, it looks really good and im sure it will be very helpful so thanks capt_kirk & co! on the g2image wiki it says to come here to report any issues, so i hope im in the right place. when i insert a pic with the "link to image" option selected it works as expected, however, i get a problem when i try to link to an album, if i right click on a thumbnail while still in fckeditor and go to the properties of the image, <a href=""><img width="150" height="113" title="DSCN1675" alt="DSCN1675" src="/gallery2/main.php?g2_view=core.DownloadItem&g2_itemId=1424&g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" />
I fully accept that it might be something that i have done wrong, some config stuff: thanks again for g2image. dlane99 |
|
capt_kirk
Joined: 2006-01-24
Posts: 492 |
![]() |
dlane99 wrote:
when i insert a pic with the "link to image" option selected it works as expected, dlane99, Thanks for finding and reporting a bug! Your description was very good and I found the cause in about three minutes. I've fixed it in SVN. Until I release an update, please change line 368 in g2image.php (the second of these two lines) from function g2ic_make_html_about($version){ global $g2ic_options; to global $g2ic_options, $g2ic_album_info; |
|
dlane99
Joined: 2006-10-10
Posts: 8 |
![]() |
capt_kirk, no problem, im looking forward to using g2image with my website, thanks again and keep up the good work! dlane99 |
|
poehoes
![]()
Joined: 2006-10-14
Posts: 6 |
![]() |
Mén! This is really great! I was already weeks trying to get version 1 of G2Image working in Xoops, with Xoopsgallery and the Content-module. So when i write stories in content i can insert thumbnails of gallery. But I could not find a way to get passed G2Bridge-function. But with version 3 of G2Image It works very fine, inside the FCKeditor that the Content-module uses. One small problem: I downloaded the g2image-v3.0-beta.zip and followed the instructions. The zip contains the g2image-directory in small characters.... If you read the install-instruction very precisely they state to use: Quote:
o Add the following line somewhere in the file (case sensitive): But then i get the message (inside fckeditor) that g2image.path is not a propertie. So the best is to use only "G2Image" everywhere to avoid config-problems ;-) |
|
capt_kirk
Joined: 2006-01-24
Posts: 492 |
![]() |
poehoes wrote:
Mén! Poehoes, Thanks for the feedback. I think that may be a Xoops content-module specific issue. G2Image works as documented with FCKEditor in WordPress, Joomla, and Drupal. I'd like to make an Xoops-specific entry in the instruction. Just to be clear, it worked after you changed the directory name to G2Image and changed that line to FCKConfig.Plugins.Add( 'G2Image' ) ;, right? The reason behind the lower case is that it was developed originally for TinyMCE which uses lowercase for all of its plugins. Several integrations have incorporated it with "g2image" as the directory name, and it would break them to change to the uppercase. So, if I can get the Xoops instructions correct, that would be great. Thanks, |
|
poehoes
![]()
Joined: 2006-10-14
Posts: 6 |
![]() |
Quote:
I'd like to make an Xoops-specific entry in the instruction. Just to be clear, it worked after you changed the directory name to G2Image and changed that line to FCKConfig.Plugins.Add( 'G2Image' ) ;, right? Sorry for late respons, yes everything works fine with "G2Image"! I've been busy upgrading xoopsgallery from 2.1.2 to 2.2.3. If I find what has to be changed to have Xoops also use g2image i'll post it here again... |
|