Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: 1 ... 12 13 14 15 [16] 17   Go Down

Author Topic: LightBox JS for Fullsize Popup Image  (Read 436373 times)

0 Members and 1 Guest are viewing this topic.

Seblon

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: LightBox JS for Fullsize Popup Image
« Reply #300 on: January 07, 2008, 03:39:13 pm »

OK now I found the slideshow.zip file attached. Amazing I didn't see that before since I have been through these threads quite some times now  ::) I'll give this a shot but I guess I will be back with more questions  :)

//Seblon
Logged

Seblon

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: LightBox JS for Fullsize Popup Image
« Reply #301 on: January 07, 2008, 07:01:44 pm »

Yes I'm aware of this being an old thread but since there is no core lightbox available I'm willing to take a chance at this one.

Now, what do I do about this existing theme.php part? It seems like it may be here things go wrong? What do I know, I'm not a programmer I'm afraid. Last time I switched the 'function theme_html_picture()' thing, there was database errors...

Thanx

//Seblon
Logged

Pieter.txt

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: LightBox JS for Fullsize Popup Image
« Reply #302 on: January 07, 2008, 07:13:33 pm »

This blog article is helpfull as well: http://www.tihass.de/74-coppermine-fullsize-slideshow.html
Logged

Seblon

  • Coppermine newbie
  • Offline Offline
  • Posts: 11
Re: LightBox JS for Fullsize Popup Image
« Reply #303 on: January 07, 2008, 08:11:08 pm »

Yes probably, but I don't speak one single word German so it didn't give me that much...  ;D But I guess there are other people here that can.
Logged

SaWey

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1119
    • SaWey.be
Re: LightBox JS for Fullsize Popup Image
« Reply #304 on: January 07, 2008, 08:29:23 pm »

I can't help you if you don't tell me what's going wrong.
Read the last summarized walkthrough in this thread and then, if you have some more errors, provide a detailed explanation and a link to your site.
Logged

SaWey

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1119
    • SaWey.be
Re: LightBox JS for Fullsize Popup Image
« Reply #305 on: January 08, 2008, 01:06:32 am »

Slideshow functionality has move to it's own thread

I recreated this mod to use the latest versions of the javascripts and created a new thread here.
Please look there for the complete instructions, I won't be answering in this thread anymore.
Logged

spider666

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: LightBox JS for Fullsize Popup Image
« Reply #306 on: March 02, 2008, 09:20:53 pm »

Hello everybody

I found this thread and I implemented the code to my gallery. Everything is perfect but on the main page I have a big problem, since I add the code It take so much time to open a pictures from the random or the last picture uploaded. I think the reason come from the fact that I have more than 15000 pictures and that the code try count or to load too many pictures.

Without the lightbox I have no problem to open the page.

Any idee how to tweak the code ? to limit the quantity of pictures or so ?

Thanks in advance and sorry for my bad english, I hope you understand my problem
Logged

SaWey

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1119
    • SaWey.be
Re: LightBox JS for Fullsize Popup Image
« Reply #307 on: March 02, 2008, 11:19:10 pm »

Yes, the problem is the amount of pictures, the function get_pic_data will return a giant resultset with those albums.
I can't think of a solution to limit the query on meta albums, a regular limit won't give the expected results. You could add some code to disable the lightbox on those albums?
Logged

spider666

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: LightBox JS for Fullsize Popup Image
« Reply #308 on: March 03, 2008, 09:19:14 am »

Thanks for your answer.

It's not exactely in an album, it's from the homepage of the gallery where I have activated the block "Random images" and "Last uploaded images" and when I open a picure from here, it's like I'm in a huge album showing me the picture I selected (X/15000) with the possibility to go forward till the end of my gallery.

I'm not able to code something to resolve this, so, if someone can help me it will be very appreciated.

Thanks
Logged

SaWey

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1119
    • SaWey.be
Re: LightBox JS for Fullsize Popup Image
« Reply #309 on: March 03, 2008, 11:20:24 am »

Do you want to disable lightbox on those pages only?
Logged

spider666

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: LightBox JS for Fullsize Popup Image
« Reply #310 on: March 03, 2008, 01:30:56 pm »

I don't know the best way to manage lightbox when we have 15000 pictures and a random album + last picture upload on the homepage of the gallery. But yes, maybe it is something to try to desable it on the main page
Logged

Gilles50110

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 12
    • Parigot-Manchot
Re: LightBox JS for Fullsize Popup Image
« Reply #311 on: May 28, 2008, 12:15:23 am »

Have tested with LightBox 2.04 and Valentines.
When I choose to view the normal image... nothing happen when I click : no lightox effect or popup :(
Under IE (instead of FF3), I notice a javascript error about "builder" not defined.
------
Few minutes later : just installed it with version 2.02 and it works so... not compatible with last version :( . 2.02 version can be downloaded from : http://www.huddletogether.com/projects/lightbox2/releases/
Don't know anyway if this hack is still under developpment or will be included in next cpg 1.5

Thanks for the mod in any case :)
Logged

clyde4210

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: LightBox JS for Fullsize Popup Image
« Reply #312 on: June 03, 2008, 01:57:17 am »

I don't think anything is wrong in your code, your images are just to small.
When they fit in your page, no lightboxlist is created.

If you always want the lightbox to work, then you have to change some code in the first part of the update:

change:
Code: [Select]
        if (isset($image_size['reduced'])) {
#################################################
        //First part of lightbox update
        $pic_html = lightbox_list($CURRENT_PIC_DATA['pid']);
        //End of first part
#################################################
        } else {
            $pic_html = "<img src=\"" . $picture_url . "\" {$image_size['geom']} class=\"image\" border=\"0\" alt=\"\" /><br />\n";
        }

to:
Code: [Select]
#################################################
        //First part of lightbox update
        $pic_html = lightbox_list($CURRENT_PIC_DATA['pid']);
        //End of first part
#################################################

i have used that code but when you click on the thumbnail in the filmstrip it takes you to a random picture instead.
Logged

clyde4210

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: LightBox JS for Fullsize Popup Image
« Reply #313 on: June 03, 2008, 02:01:29 am »

sorry can't edit post but another i can't seem to find where are the directions for getting slide show to work in lightbox. i've downloaded the slideshow.zip do i just replace all lightbox files with these new files?
Logged

mmaassen

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: LightBox JS for Fullsize Popup Image
« Reply #314 on: June 16, 2008, 01:34:16 pm »

ty all for the help all posts were usefull got it running in 5 minutes after reading all the posts
Logged

tpr

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 30
Re: LightBox JS for Fullsize Popup Image
« Reply #315 on: July 27, 2008, 05:35:15 pm »

I used the code shown in the 4th page of this topic (seemed to be the last modification) but i recive the following error :
parse error: syntax error, unexpected T_STRING in /home/yehidaco/public_html/gallery/themes/classic/theme.php on line 2323
This is the line right after the added function :

function theme_html_picture() - 2321
{ - 2322
    global $CONFIG, $CURRENT_PIC_DATA, $CURRENT_ALBUM_DATA, $USER; - 2323
    global $album, $comment_date_fmt, $template_display_media;
    global $lang_display_image_php, $lang_picinfo;


Please Advise

Logged

Nibbler

  • Guest
Re: LightBox JS for Fullsize Popup Image
« Reply #316 on: July 27, 2008, 06:15:24 pm »

Attach the complete file.
Logged

tpr

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 30
Re: LightBox JS for Fullsize Popup Image
« Reply #317 on: July 27, 2008, 06:34:44 pm »

file too large attaching it to the post.
this is the sample theme supplied with coppermine with your code changes (nothing else changed)
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: LightBox JS for Fullsize Popup Image
« Reply #318 on: July 28, 2008, 06:40:29 am »

The file you attached contains loads of illegal characters that certainly trigger a parse error. Seems like you haven't used a proper editor.
Here's a sample of how your code looks like in a decent editor:
Code: [Select]
#################################################

Ê//Second part of lightbox update

Ê

function lightbox_list($picId) {

Ê Ê global $lang_display_image_php;

Notice the row of hash signs? They mustn't be there. Notice the capital E with the accent circumflex? They mustn't be there. Additionally, your editor adds double line breaks. Looks like you used a word processor to edit your PHP files - don't.
Logged

SaWey

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1119
    • SaWey.be
Re: LightBox JS for Fullsize Popup Image
« Reply #319 on: July 28, 2008, 07:24:16 am »

The hash signs (#) are part of my mod, but the Ê's shouldn't be there.
Logged
Pages: 1 ... 12 13 14 15 [16] 17   Go Up
 

Page created in 0.024 seconds with 21 queries.