Support Forum Project Downloads FAQ Documentation About Demo Tutorials Blog Plugins
November 21, 2009, 02:47:31 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Maintenance release cpg1.4.25 - upgrade recommended
The Coppermine development team is releasing an update for Coppermine in order to fix an issue with http uploads that could occur in particular versions of PHP.The fix is not security-critical, so if your gallery is running fine with cpg1.4.23 or cpg1.4.24 you don't need to upgrade. If you are running an older version than cpg1.4.23, you must update to this latest version as soon as possible because of the security impact (the past few maintenance releases before cpg1.4.24 all were security-related).
[more]
   Home   Help Search Board rules Login Register  
Pages: 1 [2] 3 4 5 6 ... 10   Go Down
  Print  
Author Topic: LightBox JS for Fullsize Popup Slideshow  (Read 81459 times)
0 Members and 1 Guest are viewing this topic.
.andrew
Coppermine newbie

Posts: 6


« Reply #20 on: January 15, 2008, 04:14:02 pm »

But that topic is like 100 yrs ago, and I can't find some clear instrctions for the current version of lightbox.Anyway, thanks.
Logged
SaWey Topic starter
Dev Team member
****
Gender: Male
Belgium Belgium

Posts: 1119



WWW
« Reply #21 on: January 15, 2008, 04:50:27 pm »

If I have time, after some improvements, I'll look into it.
Logged
deve
Coppermine newbie

Posts: 5


« Reply #22 on: January 16, 2008, 08:51:39 am »

I am sure there is somewhere to add some lines to make the pictures open in same sizes if a picture is about 2080xblabla anything so that it opens up all pictures in same size like 1024x768 or anything ?
Logged
eK3eKyToPa
Coppermine novice
*
Posts: 35


« Reply #23 on: January 19, 2008, 09:25:22 am »

Better will be if the image size is more than the screen size, the image to be 100% width Cheesy
Logged
eK3eKyToPa
Coppermine novice
*
Posts: 35


« Reply #24 on: January 19, 2008, 09:57:01 am »

I tested it with a plain cgp installed, and it works fine, but with joomla bridge there is some problem.
I think it is because of the theme of joomla, is that possible? And how to repair it ?
When clicking on images only a white box is shown with picture dimensions.
Logged
Smylo
Coppermine newbie

Posts: 2


« Reply #25 on: January 19, 2008, 12:54:02 pm »

Hallo all,

i have a little problem, all looks absolute fantastic but if there are more than one comments to a picture the preview pictures appears as many comments there are...
example:
1 comment -> 1 preview pic
2 comments -> 2 preview pics
and so on...

this will only happen if you come from the "newest comments"-section, if you are navigating to the image manually (by using the categories and so on) the thumb only appears once...
Its very strange  Huh

I hope someone can help...

Thanks in advance
Smylo
Logged
SaWey Topic starter
Dev Team member
****
Gender: Male
Belgium Belgium

Posts: 1119



WWW
« Reply #26 on: January 19, 2008, 09:14:54 pm »

I am sure there is somewhere to add some lines to make the pictures open in same sizes if a picture is about 2080xblabla anything so that it opens up all pictures in same size like 1024x768 or anything ?

Fixed this in the new version, see first post.
To configure the fixed size, you will need to modify lightbox_s.js and change:

Code:
//--- Slideshow options
var slideShowWidth = -1; // -1 size slideshow window based on each image
var slideShowHeight = -1; // -1 size slideshow window based on each image



I tested it with a plain cgp installed, and it works fine, but with joomla bridge there is some problem.
I think it is because of the theme of joomla, is that possible? And how to repair it ?
When clicking on images only a white box is shown with picture dimensions.

Can you give a link to your gallery please, I cannot see what's wrong if I can't see your gallery



Hallo all,

i have a little problem, all looks absolute fantastic but if there are more than one comments to a picture the preview pictures appears as many comments there are...
example:
1 comment -> 1 preview pic
2 comments -> 2 preview pics
and so on...

this will only happen if you come from the "newest comments"-section, if you are navigating to the image manually (by using the categories and so on) the thumb only appears once...
Its very strange  Huh

I hope someone can help...

Thanks in advance
Smylo

Fixed in new version, see first post.
Logged
eK3eKyToPa
Coppermine novice
*
Posts: 35


« Reply #27 on: January 21, 2008, 10:18:28 pm »

The gallery is here
http://vip07.uni.cc/g/
There is one more bad effect: It seams that the picture appears under some other pictures from the site
Logged
SaWey Topic starter
Dev Team member
****
Gender: Male
Belgium Belgium

Posts: 1119



WWW
« Reply #28 on: January 21, 2008, 11:04:07 pm »

I even can't see the picture in lightbox?
Can you please explain your problem a little better.
Logged
eK3eKyToPa
Coppermine novice
*
Posts: 35


« Reply #29 on: January 21, 2008, 11:07:43 pm »

everything is applied as you say
Yes , no picture is seen,
If I set this mod to clear gallery, it works fine, but in here, WHITE screen
Logged
SaWey Topic starter
Dev Team member
****
Gender: Male
Belgium Belgium

Posts: 1119



WWW
« Reply #30 on: January 22, 2008, 05:27:44 am »

I don't know exectly what is wrong,
but looking at you gallery, there are some possibilities:

You have added the link to the required scripts twice, probably once in your Joomla theme, and once in cpg theme or so?
You are also using mootools, could be a conflict between those two -> try looking here
Logged
kamicasse
Coppermine newbie

Posts: 2


« Reply #31 on: January 22, 2008, 08:28:49 am »

i would like to show the images in their own original size... but dont know what to change??
Logged
kamicasse
Coppermine newbie

Posts: 2


« Reply #32 on: January 22, 2008, 08:36:44 am »

what i actually wanted to say, is that i have some vertical pictures and it  will show them smaller than it own orginal size... why is that ?

var slideShowHeight = -1;   // -1 size slideshow window based on each image

isnt that the correct value?
Logged
SaWey Topic starter
Dev Team member
****
Gender: Male
Belgium Belgium

Posts: 1119



WWW
« Reply #33 on: January 22, 2008, 09:30:48 am »

You are right, but the latest lightbox is set to always resize the image if it doesn't fit in the browser.
The picture will show a little smaller then the browser size.

You can disable this by setting the option:
Code:
var resize = 1;// Set 0 to disable auto-resizing

in lightbox_s.js
Logged
eK3eKyToPa
Coppermine novice
*
Posts: 35


« Reply #34 on: January 22, 2008, 03:29:46 pm »

Please can you give me some advise how to make the mod working with site with mootools
I read that I have to change the Lightbox with Slimbox. Some info how to do what?
Logged
SaWey Topic starter
Dev Team member
****
Gender: Male
Belgium Belgium

Posts: 1119



WWW
« Reply #35 on: January 22, 2008, 04:20:08 pm »

No idea,
Try this or try searching the forum for some other mod.
Logged
eK3eKyToPa
Coppermine novice
*
Posts: 35


« Reply #36 on: January 22, 2008, 04:25:27 pm »

and the two new files slimboc.css and slimbox.js
from where to get them
Logged
eK3eKyToPa
Coppermine novice
*
Posts: 35


« Reply #37 on: January 22, 2008, 04:47:13 pm »

Strange things goes around
Now I just added http://vip07.uni.cc/g/ before the URLs of .js and .css
and when clicking on the picture, in same window opens just the picture, no effects

PS. Where is the edit post button?
Logged
SaWey Topic starter
Dev Team member
****
Gender: Male
Belgium Belgium

Posts: 1119



WWW
« Reply #38 on: January 22, 2008, 05:29:23 pm »

You get that because the script isn't initialized, try adding
Code:
onLoad="initLightbox();"
to the body tag of your template.

You will not find the edit button, as it is disabled for regular users.
Logged
eK3eKyToPa
Coppermine novice
*
Posts: 35


« Reply #39 on: January 22, 2008, 05:39:49 pm »

with onLoad="initLightbox();"
dosen't work too
say how to change the Lightbox with slimbox
to try that way
Logged
Pages: 1 [2] 3 4 5 6 ... 10   Go Up
  Print  
 
Jump to:  

Powered by SMF 1.1.10 | SMF © 2006-2009, Simple Machines LLC
Page created in 0.052 seconds with 16 queries.