Advanced search  

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]

Pages: 1 2 3 4 [5] 6 7 8 9   Go Down

Author Topic: LightBox Slideshow jquery (NotesFor.net) v3.2  (Read 249436 times)

0 Members and 1 Guest are viewing this topic.

AntonLargiader

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Posts: 31
    • My Coppermine Album
Re: LightBox Slideshow jquery (NotesFor.net) v3.1
« Reply #80 on: October 17, 2010, 07:45:22 pm »

Joe, thank you very much for developing this. It's really just what I wanted. And thanks for having the patience to progress this far with it.

I also experience the cut-off bottom (after the description unrolls) while having too much empty space at the top, but I'll take a look at the code and see if anything occurs to me. It does seem odd that the page is so tall (about 1.5 or 2 screens worth) but I assume that's inherent in how LB works.

Sure it would be nice to auto-start it or even launch it from the thumbnails page but those wishes are minor.

www.largiader.com/album/
Logged
My album:  www dot largiader dot com slash album

Joe Carver

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1543
  • aka 'i-imagine'
    • Home Page
Re: LightBox Slideshow jquery (NotesFor.net) v3.1
« Reply #81 on: October 17, 2010, 11:03:54 pm »

......space at the top,......Sure it would be nice to auto-start.....
Done + tested for the next version. It will be a config. setting (once all of the the work is done).  :)

....launch it from the thumbnails page
Please read the previous posts in this thread. :(

AntonLargiader

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Posts: 31
    • My Coppermine Album
Re: LightBox Slideshow jquery (NotesFor.net) v3.1
« Reply #82 on: October 17, 2010, 11:06:19 pm »

I did read the whole thread. That's why I didn't ask for it. :) But I do wish for it, like others do.

Cool on the box alignment. I did some reading after my last post and it seemed like it was a common lightbox problem without a simple solution.
Logged
My album:  www dot largiader dot com slash album

Spoter

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: LightBox Slideshow jquery (NotesFor.net) v3.1
« Reply #83 on: November 08, 2010, 08:11:59 pm »

I have a problem with all versions of LightBox does not work the Insert a layer trasnparente to minimize image theft
Logged

cavok

  • Coppermine regular visitor
  • **
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 93
Re: LightBox Slideshow jquery (NotesFor.net) v3.1
« Reply #84 on: November 11, 2010, 03:34:55 pm »

I just install this very nice plugin to my coppermine web site.

But lot of my picture title and description use a BBcode
unfortunately on LightBox Slideshow this BBcode appears with code not with format.
This would be really nice if BBcode could work.

And if in addition, the user could adjust itself time of picture display.
Not only by administrator on configuration.
Logged
Coppermine 1.5.22 hosting by Free

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: LightBox Slideshow jquery (NotesFor.net) v3.1
« Reply #85 on: November 11, 2010, 03:56:11 pm »

unfortunately on LightBox Slideshow this BBcode appears with code not with format.
You have to apply bb_decode on the appropriate string.
Logged

cavok

  • Coppermine regular visitor
  • **
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 93
Re: LightBox Slideshow jquery (NotesFor.net) v3.1
« Reply #86 on: November 11, 2010, 04:24:41 pm »

Sorry André, my English is certainly not terrible, but I do not see what you mean in your answer.
You have to apply bb_decode on the appropriate string.
Could you be more explicit.
Logged
Coppermine 1.5.22 hosting by Free

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: LightBox Slideshow jquery (NotesFor.net) v3.1
« Reply #87 on: November 11, 2010, 04:36:58 pm »

The function bb_decode replaces the bbcode tags with html code. You have search where the plugin code adds the title/description to the output. Here you need to do something like
Code: [Select]
bb_decode($text);
I don't know the code, I just gave a generic hint.
Logged

cavok

  • Coppermine regular visitor
  • **
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 93
Re: LightBox Slideshow jquery (NotesFor.net) v3.1
« Reply #88 on: November 11, 2010, 05:03:24 pm »

Ah, I understand better now, I must write in code.... :D
It would be with joy, but unfortunately, I do not know kidney coding.  :o
Logged
Coppermine 1.5.22 hosting by Free

Joe Carver

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1543
  • aka 'i-imagine'
    • Home Page
Re: LightBox Slideshow jquery (NotesFor.net) v3.1
« Reply #89 on: November 11, 2010, 11:42:06 pm »

You have search where the plugin code adds the title/description to the output.

@cavok, You can wait a few weeks while I test a working solution that can be added to the next version or look for these variables in codebase.php.


Code: [Select]
     $pic_title =

     $pic_caption =

Casper79

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 25
Re: LightBox Slideshow jquery (NotesFor.net) v3.1
« Reply #90 on: November 28, 2010, 05:55:25 pm »

Hi,

short question:
Where can I change the color of the "Download Link" in the css?
I can't find it  ???
Logged

Joe Carver

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1543
  • aka 'i-imagine'
    • Home Page
Re: LightBox Slideshow jquery (NotesFor.net) v3.1
« Reply #91 on: November 28, 2010, 07:36:49 pm »

Where can I change the color of the "Download Link" in the css?

"Download Link" was added as an afterthought.  It is not in .css.
So, look in file plugins/lightbox_notes_for_net/codebase.php for this:

Code: [Select]
var downLink = '<span style="font-weight:bold;"............
Change as you wish.

Casper79

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 25
Re: LightBox Slideshow jquery (NotesFor.net) v3.1
« Reply #92 on: November 29, 2010, 07:43:50 am »

Hi,

I can't find this code on my codebase.php  ???
Here is my codebase.php: http://cl1p.net/cpm
Logged

cavok

  • Coppermine regular visitor
  • **
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 93
Re: LightBox Slideshow jquery (NotesFor.net) v3.1
« Reply #93 on: November 29, 2010, 10:35:11 am »

The only file where I find:
Code: [Select]
var downLink = '<span style="font-weight:bold;"............is in file plugins/lightbox_notes_for_net/script.js
Logged
Coppermine 1.5.22 hosting by Free

Joe Carver

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1543
  • aka 'i-imagine'
    • Home Page
Re: LightBox Slideshow jquery (NotesFor.net) v3.1
« Reply #94 on: November 29, 2010, 12:12:18 pm »

is in file plugins/lightbox_notes_for_net/script.js

You are correct. I was incorrect.

Casper79

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 25
Re: LightBox Slideshow jquery (NotesFor.net) v3.1
« Reply #95 on: December 01, 2010, 07:38:08 am »

Doesn't work for me ...
Code: [Select]
var downLink = '<span style="font-weight:bold; color:#000000;">The link is still grey.
Here's a link to my gallery: http://www.portman-natalie.de/gallery/
Logged

Joe Carver

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1543
  • aka 'i-imagine'
    • Home Page
Re: LightBox Slideshow jquery (NotesFor.net) v3.1
« Reply #96 on: December 01, 2010, 01:36:12 pm »

Add this to file plugins/lightbox_notes_for_net/style.css   


Code: [Select]
#lightbox-image-details-currentNumber a {
font-weight: bold;
color: #000;
}

cavok

  • Coppermine regular visitor
  • **
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 93
Re: LightBox Slideshow jquery (NotesFor.net) v3.1
« Reply #97 on: December 01, 2010, 05:32:58 pm »

But maybe that when BBcode will supported, it will be a problem.
Logged
Coppermine 1.5.22 hosting by Free

Joe Carver

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1543
  • aka 'i-imagine'
    • Home Page
Re: LightBox Slideshow jquery (NotesFor.net) v3.1
« Reply #98 on: December 01, 2010, 05:36:35 pm »

But maybe that when BBcode will supported, it will be a problem.

BBcode tags will not function inside the LightBox.

I will add an option to strip the tags so that the text shows. It has been tested to be functional.

EDITED
This would be really nice if BBcode could work.
Please do not repeat the same requests.
« Last Edit: December 01, 2010, 05:52:17 pm by Joe Carver »
Logged

Casper79

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 25
Re: LightBox Slideshow jquery (NotesFor.net) v3.1
« Reply #99 on: December 04, 2010, 09:05:45 am »

Add this to file plugins/lightbox_notes_for_net/style.css   


Code: [Select]
#lightbox-image-details-currentNumber a {
font-weight: bold;
color: #000;
}
This workes perfekt!
Thank you very much  :D
Logged
Pages: 1 2 3 4 [5] 6 7 8 9   Go Up
 

Page created in 0.025 seconds with 21 queries.