Valtavan suosion saanut LightThumb -plugini Joomlalle päivittyi juuri versioon 1.2. [Tallena plugini]
Uusi versio omaksui samat uudet ominaisuudet mitä esikuvansakin LightBox 2.
Tämä version “pitäisi” olla yhteensopiva edellisen kanssa, mutta Joomlan sivupohjaan täytyy tehdä muutokset, jotta lightbox -efekti toimisi. Korjasin myös kuvan tasausongelmat: Nyt kuvan voi tasata vasemmalle ja oikealle.
Demo edelleen testiserverilläni.
——————
The huge success of LightThumb plugin continues. I just upgraded the plugin to version 1.2. [Download plugin]
The new version has just the same features as it’s inspiration LightBox 2.
This version “should” work with the previous one, but atleas you should make thos template changes. I also fixed the image alignment issue, now it can be possible to align both left and right.
The demo is still available at my demoserver.
So cool :). Couldn’t find the demo though. Oh, the demo link on the previous version’s page works, but not the one on this page: http://www.aktiivi.fi/Jooml…
Would it be a good idea to explain more throughly how to use it, though? So that people could know if it’s what they want before they download? I’m not sure anyway if I do.
Munki täytyy sit lesota mun ainoolla suosioo niittäneellä tuotoksellani (linkki) :).
Ainiin, mun piti kysellä sulta CMSistä yleisemminkin, teen niistä käytettävyystutkimusta yliopistolla nytten. Oon ihastunu WordPressiin täl hetkel. :)
What I was looking for, thank you. Will you be updating anytime soon to incorporate Lightbox JS v2.02.
As the aktiivi.fi -domain is my demoserver the links my be corrupted. Those links were during the time JoomFish was installed.
One image:
http://www.aktiivi.fi/Jooml…
Groupped images:
http://www.aktiivi.fi/Jooml…
Usage: Insert Basic Joomla {mosimage} -tags to you content and attach images to each of them. Use Joomla image alt and caption fields to give magic to images. If the alt -tags are the same will the Images be "groupped".
First of all, this is a SWEEEEET mambot. Thanks for the development of this nice addition to the Joomla! scene.
The problem I think most people are having implementing this awesome bot is with the site template they are using, not with the bot. I have resolved a lot of issues by placing the three script triggers just after the mosMainbody tag instead of just before the /head tag. For some reason, many templates won’t work correctly if following the ‘normal’ approach to putting the code in there. Hope this helps someone out there to make this thing work for them.
Hi,
Interesting bot. My installation is not in the root directory, so I made it work by changing the links to the css backgrounds and the close button from absolute to relative.
Lightbox.css:
#prevLink, #nextLink{
width: 49%;
height: 100%;
background: transparent url(/mambots/content/lightThumb/blank.gif) no-repeat; /* Trick IE into showing hover */
display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/mambots/content/lightThumb/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/mambots/content/lightThumb/nextlabel.gif) right 15% no-repeat; }
change to:
background: transparent url(blank.gif) no-repeat; /* Trick IE into showing hover */
#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }
Lightbox.js:
Change:
var fileLoadingImage = "/mambots/content/lightThumb/loading.gif";
var fileBottomNavCloseImage = "/mambots/content/lightThumb/close.gif";
to:
var fileLoadingImage = "mambots/content/lightThumb/loading.gif";
var fileBottomNavCloseImage = "mambots/content/lightThumb/close.gif";
Also, there is no provision for leaving out the mosimages in the intro – lightThumb.php:
Change:
if (!$published ) {
return true;
}
to:
// expression to search for
$regex = ‘/{mosimage\s*.*?}/i’;
// check whether mosimage has been disabled for page
// check whether mambot has been unpublished
if (!$published || !$params->get( ‘image’ )) {
$row->text = preg_replace( $regex, ”, $row->text );
return true;
}
Hope it’s of some use to someone.
Hello. I’m having a very hard time trying to make the caption to show up. Do I just fill the caption field on the mosimage parameters and should work?
I’m using ab_deviant template, so I had to change the CSS to have black text, since my template’s default is white. But I can’t select the caption wih the mouse (as I could when the text was white, so I realized the pages numbering was there, but only white). The same thing is NOT happening with the caption. Nothing, nada.
Can you please help me? I need to go on and this problem is taking me precious work hours.
Is anyone else having trouble with word wrap and align? I have no trouble getting most of the features to work, it’s amazing! But I can’t get the thumbnails to align using mosimage, and/or I can’t get the text to wrap around the thumbnail. Is this a common problem or am I making a rookie mistake?
Dear Users
i’m using this mambot now, but here is a problem, my site has a flash logo. when the popup window opens the logo is on the top of my picture! but as i change the ogo to a image file there is no problem, what should i do? I use mambo 4.5.4 and i have tested them with IE6 , IE7 and Firefox, i’m working on local.
please help me my friends!
For the flash logo I believe it is happening because, if not specified (via CSS for example) the flash movie will always play in the topmost level. Try to use a negative z-index for the flash or an higher one for the menus.
Good Luck!
First of all thanks Antti!!! This small plugin is as close as it gets to what I have been searching for…
I have tried to use Gallery2, Zoom, Coppermine and implement them into Joomla via Bridges… none of them was good for my purpose. This is a great addition to Joomla! as it allows creation of galleries of portfolio samples (for instance ;D) which do not need a full blown gallery system or component, nor constant management.
It works fine for the most part with some small problems here and although it needs tweaks, I believe it’s almost there!
OK… so I am using this mambot and love it (potentially) ;D though I do have a couple problems:
1) My Joomla! is not installed in the webroot but in a subfolder of the webroot, therefore all the images for close, overlay, etc. are not being shown which files and code do I need to modify to fix this?
2) I can’t find a way to disable the lightbox on single images. How do I mix images linked to lightbox with others that are plain static ones with no need of expanded previews?
3) When using {mosimage} now, the preview (in the content editing of admin area) doesn’t render the images as clickable thumbs linked to lightbox, instead the whole image is rendered
I really care the most to fix problem #1 and #2 but it would be nice to have this marvelous small plugin work flawlessly.
Thanks for your help!
PS: this little plug in would deserve a small forum so that development could go faster and people can support each others :)
Peace
Oh… and would it be possible to have an english version of the site? :P I’d love to speak finnish, though I can only speak italian, spanish and english (and un petit peu de française)
Keep up the great work Antti!
BTW.. to all those who like me were searching for an easy tool to make static small image galleries that need no management, but that need a "pop-up" link to show a full image from a thumbnail here is a really interesting script and Joomla! mambot written By Guessous Mehdi.
http://www.mehdiplugins.com…
Hopefully that will help you too! ;)
peace
The bot has reproduced the intro text of my content itemlike this:
http://www.heritagetravelle…
When I uninstall the first introtext disappears. Is this a regular problem or is it wierd and unusual, in which case I’ll drop the bot. Any ideas?
Cheers
can someone explain how the ‘hide=1′ modifier to the {mosimage} tag is supposed to work? I can’t get it to hide images correctly, and lightThumb.php doesnt look like it even handles this. On the demo site it appears that using {mosimage hide=1} should allow you to hide the image for normal browsing but still have it visible as part of a gallery. See the wakeboarding example at http://www.aktiivi.fi/Jooml…
Thanks
I can’t find a support site so I post it here. I’m using the afaik current 2.1 version and discovered there is one thing that doesnt work.
I now and then place a hyperlink on a { mosimage } code but this does not work with lightbox since it inserts a div tag in the link and so the link does not work any more in IE browsers.
Could you please fix that ?
hi, i get this restricted access error on ym oage when i use version 1.4 with joomla how do i fix this.