LightBox Slideshow jquery (NotesFor.net) v3.2 - Page 7 LightBox Slideshow jquery (NotesFor.net) v3.2 - Page 7
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

LightBox Slideshow jquery (NotesFor.net) v3.2

Started by Joe Carver, December 18, 2009, 06:01:20 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hotnix247

I found that its not working together with transparent overlay to minimize image theft, its not vorkin on intermediate pictures...any salution for that??? I

KchoPrro

Awesome!

Many settings on version 1.4, you no longer need to manually change some settings.

Thank you very much!

tomvanhell

Can this slideshow be directly started from thumbnails.php? When I click on a thumbnail, to open directly this slideshow

Αndré

Joe, as this plugin is called "LightBox Slideshow" it would be a good addition to replace the default Coppermine slideshow with the plugin's automated slideshow when you click on the slideshow link in the navbar imo. Currently you have to open a full-sized picture and start the automated plugin slideshow from there.

Joe Carver

Quote from: Αndré on October 20, 2011, 03:19:54 PM
Joe, as this plugin is called "LightBox Slideshow" it would be a good addition to replace the default Coppermine slideshow with the plugin's automated slideshow when you click on the slideshow link in the navbar imo.
;D You are absolutely right - that actually has been on my mind recently, but I have not tried it yet.

Time is very scarce for me, but I do have a few new features for the plugin that I have been using. Those changes just need to be finished with lang, help and config updates. I will add that to the list and start on it soon. It will be a configurable option.

almeidap

Hi all!

Seems that I found a weird behavior while using the LightBox plugin with a specific Coppermine configuration. Under Config > Thumbnails settings > Use dimension, if you select Exact, then the 'normal' image is not shown in the intermediate view. Instead, you got the full image, which breaks the page layout.

If you change the 'Use dimension' parameter to another value or disable the LightBox plugin, then the intermediate image is shown as expected.

Anyway, thanks for this great plugin, which should be integrated in the Coppermine distribution! ;)

Pedro De Almeida

Joe Carver

#126
Release of Version 3.2

    Changelog
    • LightBox buttons in Navmenu - select by config to change, add or use custom icon
    • Fixed top margin - set by config to adjust for titles and Lightbox nav buttons
    • Automatic slideshow start
    • Slideshow intervals to more than 15 minutes
    • More tooltip/title info
    • BB Code tag strip in title and caption
    • Default size of LightBox list now at 200
    • Bugfix for thumbs configured as "exact"

    Uninstall and delete older versions before upgrading.
    Custom language files will also need to be updated, there are new additions.

    New version also to be attached to first post in thread.

    All users please note:
    My time and testing capacity is limited.

    Feature requests will be noted, but not all will get a response.

    Support is limited to what time is available. Please be certain there is a bug before reporting it. Please report in a way that is easy to understand the condition and post a link to the location / gallery installation.

    It looks like there have been more than 1,000 downloads of this plugin - please enjoy this latest version!





    almeidap

    Wouah, this was really quick! Thank you Joe for this new release which fixes the issue related to the 'Use dimension' thumbs configuration.

    Nevertheless, it seems that the throbber no longer appears when loading images. Inspecting your code, I found that container element (#lightbox-loading) for the throbber is not present on the DOM tree.

    Nice work anyway and let me add a vote for making LightBox available under the thumbnails view!

    almeidap

    Hey Joe, I saw that you added a nice option for showing the 'LightBox link in the Nav Menu'. Unfortunately, this option causes the $template_img_navbar function to be overridden, which conflicts with my own theme template.

    As a little contribution and for a more unobtrusive approach, here is a little script that anyone can add in their template to change the behavior of the default Coppermine slideshow button. And, as a bonus, it also starts the LightBox slideshow automatically ;D :

    $(document).ready(function() {
    // Override behavior of the default Coppermine slideshow button:
    $('#slideshow_button .navmenu_pic').click(function(event){
    event.preventDefault();

    // Trigger a click event on currently displayed image anchor:
    $('.display_media .image').parent('a').triggerHandler('click');

    // Wait for slideshown button availability:
    var id = setInterval(function(){
    if($('#lightbox-container-image-box-top-left img').size() > 0){
    // Clear interval callback:
    clearInterval(id);
    // Trigger click event:
    $('#lightbox-container-image-box-top-left img').click();
    }
    }, 1000); // Adapt this delay to match your LightBox settings
    });
    });


    Nice, uh?

    Joe Carver

    Quote from: almeidap on November 10, 2011, 12:32:10 AM
    I found that container element (#lightbox-loading) for the throbber is not present on the DOM tree.
    Thanks - I will take a look, but can't be sure when...

    Quote from: almeidap on November 10, 2011, 11:49:10 PM
    As a little contribution and for a more unobtrusive approach, here is a little script that anyone can add in their template to change the behavior of the default Coppermine slideshow button. And, as a bonus, it also starts the LightBox slideshow automatically ;D :
    Thanks for the contribution.




    Frog

    I have installed this v3.2 on a fresh install of CPG 1.5.16. I have only one other plugin operating and that is FinalExtract. The lightbox is not functioning at all on my install. Config is set to show intermediate images, but it jumps directly to full size in a standard pop up window.

    I have tried different skins...no change.
    I have uninstalled FinalExtract... no change
    I have uninstalled and reinstalled Lightbox..no change
    I have tried the file edit on the previous page..no change
    Thumbnails are set to max aspect
    Transparent overlay is switched off

    Am I missing something here?

    Frog

    I reinstalled CPG as it seemed not to be creating intermediate images and all works fine now  :D

    pols1337

    Hi Joe,

    Thanks for this fantastic plug-in. 

    I'd like to make a recommendation?  For the "Download link" option (when enabled), can I suggest that you implement the Content Disposition feature for modern browsers, so the "Download Link" will actually download and save the the file to the user's computer instead of merely re-opening the file in a new window?

    For reference, I refer to your other excellent plug-in "Add a Download Link":
    http://forum.coppermine-gallery.net/index.php/topic,65849.msg341441.html#msg341441

    pols1337

     

    Joe Carver

    That is a valid request.
    I will take a look at it for the next release and add it my long list of cpg tasks.

    Maxgallery

    Hi
    Help please I installed the modification now what?

    Says go to the configuration where is the configuration it assumes I know where it is I have looked all over I just dont see it.

    Thanks in advance

    Why do I have to keep answering these 5 stupid questions at the bottom of the page?

    Maxgallery

    Ok my son figure it out the wife and I was looking for the config in the Coppermine "config" I guess more contrast between the text that is a link and regular text and the color between the 3/16" diameter icons and the background color in pluginmgr.php is required before I would ever have figured it out.

    The son claims he had the LightBox NotesFor.net mod is not working for me when I go to the albums and click on the pictures its the same ole thing a popup window.

    Click a picture a pop up window opens
    Click the same picture in the pop up window and the window closes
    Click the next picture and another window opens up with the picture
    Click the picture and the window closes.

    94 pictures in the album I am getitng user feed back like " you make it 1/2 way through the album and you become dizzy from the popup window opening and closing" and "are you kidding me we hated pop up windows 10 years ago make them go away"  I have some albums that will be over 200 pictures when I upload them no way users will tolerate a popup window opening and closing 200 times.

    I need to fix this soon the troops are getting resseless.

    Thanks


    oops
    "The following error or errors occurred while posting this message:
    You did not answer the verification questions correctly."

    Trying the bot testing a second time


    Maxgallery

    Ok after a few hours of messing around I figure out that if you go into the CPG config then go to "Thumbnail view" and check "Go directly from thumbnail to full-sized image " this breaks your plug in.

    PLEASE put a note in the instructions or some place so future users dont have to spend hours trying to figure this out.

    Thanks

    Great modification my hat is off to you!

    pols1337

    Quote from: Maxgallery on January 17, 2012, 04:47:41 PM
    Hi
    Help please I installed the modification now what?

    Says go to the configuration where is the configuration it assumes I know where it is I have looked all over I just dont see it.

    Thanks in advance

    Why do I have to keep answering these 5 stupid questions at the bottom of the page?

    Go to your "Plug-ins."

    The configuration options for plug-ins are located in the Plug-in, not in Configuration.   ;)

    uer

    I love this plugin, I did notice that if a visitor right clicks the image and saves it to their computer, that the "Insert a transparent overlay to minimize image theft" is disabled when using this plugin - the pics can be saved as a jpeg. Can this be corrected?

    Joe Carver

    There is no plan to implement that feature within this plugin.