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

Login with username, password and session length
News: cpg1.5.2 beta released
The brand new cpg1.5.x series that comes with a lot of new features finally has reached the release stage: a first public beta release cpg1.5.2 has been released that is mainly aimed at translators, testers and community members that have contributed in the past. The beta release is not meant to be used in a production environment, but only on testbeds and for evaluation purposes. There is currently no support for cpg1.5.x yet!
[more]
   Home   Help Search Board rules Login Register  
Pages: 1 ... 6 7 8 9 [10]   Go Down
  Print  
Author Topic: LightBox JS for Fullsize Popup Slideshow  (Read 81461 times)
0 Members and 1 Guest are viewing this topic.
Joachim Müller
Administrator
*****
Gender: Male
Germany Germany

Posts: 45051


aka "GauGau"


WWW
« Reply #180 on: April 13, 2009, 08:53:51 am »

Please start a separate standalone thread on the plugin board with your plugin announcement. A moderator will move it accordingly. Here in this thread online the mod flavor should be discussed, as we're trying to keep mods and plugins separated.
Logged
crvh
Coppermine newbie

Canada Canada

Posts: 1


« Reply #181 on: June 04, 2009, 08:08:02 pm »

Woo hoo!! Thanks for the mod, I have just switched to Coppermine and REALLY wanted to figure out how to make lightbox work.  I tried some other manuel fixes but not having a lot of time to trouble shoot, this one worked FIRST TIME!yay! Cheesy
Logged
donsenilo
Coppermine novice
*
Gender: Male
Austria Austria

Posts: 46


WWW
« Reply #182 on: July 05, 2009, 10:39:39 pm »

hello

some prob with slideshow and slider.

i've wrote in the slideshow-thread:
"when i click on a pic in the slider i get an database-error (Beim Ausführen einer Datenbank-Abfrage ist ein Fehler aufgetreten).
i use the slideshow-mod, not enlargeit. could this be the problem ?"

and i get this answer: "This thread is about the plugin, not the mod. Go to the mod thread."

so i would be very happy if someone could help with this and don't say, i should "go" somewhere else  Undecided

thx.
Logged
donsenilo
Coppermine novice
*
Gender: Male
Austria Austria

Posts: 46


WWW
« Reply #183 on: July 05, 2009, 10:41:57 pm »

sorry ... i mean "slider-thread" ... it's late ...

hello

some prob with slideshow and slider.

i've wrote in the slideshow-thread:
"when i click on a pic in the slider i get an database-error (Beim Ausführen einer Datenbank-Abfrage ist ein Fehler aufgetreten).
i use the slideshow-mod, not enlargeit. could this be the problem ?"

and i get this answer: "This thread is about the plugin, not the mod. Go to the mod thread."

so i would be very happy if someone could help with this and don't say, i should "go" somewhere else  Undecided

thx.
Logged
SaWey Topic starter
Dev Team member
****
Gender: Male
Belgium Belgium

Posts: 1119



WWW
« Reply #184 on: July 18, 2009, 12:11:48 pm »

I have no idea what slider you are using, can you give a link to your gallery?
Logged
donsenilo
Coppermine novice
*
Gender: Male
Austria Austria

Posts: 46


WWW
« Reply #185 on: July 18, 2009, 01:08:54 pm »

I have no idea what slider you are using, can you give a link to your gallery?
hello

this is the slider i use: http://forum.coppermine-gallery.net/index.php/topic,51324.0.html

and this is my site: http://www.hasnobrain.com/cpg14x/index.php

Logged
donsenilo
Coppermine novice
*
Gender: Male
Austria Austria

Posts: 46


WWW
« Reply #186 on: July 22, 2009, 12:00:42 pm »

hello again

problem solved !

it was the "old" random problem:

I found this to solve the problem and now it works:

In your file include/functions.inc.php find
Code:
$query = "SELECT $select_columns FROM {$CONFIG['TABLE_PICTURES']} WHERE approved = 'YES' $META_ALBUM_SET ORDER BY RAND() $limit_random";

Change to:
Code:
$query = "SELECT $select_columns FROM {$CONFIG['TABLE_PICTURES']} WHERE approved = 'YES' $META_ALBUM_SET ORDER BY RAND() $limit";

Logged
phatair
Coppermine novice
*
Posts: 44


« Reply #187 on: August 04, 2009, 04:49:48 pm »

Hi,
first of all - thanks a lot for this great modification!!
But i have one problem - all pictures that i show with this lightbox are much more darker then the original picutre. is there any parameter where i can change this?
You can have a look here/url]

I hope somebody can help me.
best regards
Logged
phatair
Coppermine novice
*
Posts: 44


« Reply #188 on: August 04, 2009, 05:02:57 pm »

Hm...ok this problem is only with FireFox on my desktop PC. With IE on my desktop PC all is fine and on my notebook its ok on the firefox, too. So i dont know what this is ...
Logged
pie86
Contributor
***
Italy Italy

Posts: 4


« Reply #189 on: September 23, 2009, 01:47:10 pm »

Hi everybody,
I applied this mod to cpg 1.4.25 and I encountred the same old problem of random photos and last posted photos. Noone of the solution proposed worked! The solution was modifing the theme.php like this:

version proposed in the mod:

Code:
function lightbox_list($picId) {
################################################
//Set max number of images
$max = 100; //(-1 for all pics in album)
################################################
    global $lang_display_image_php, $CONFIG;
$i = 0;
$pid = $picId['pid'];
$aid = (empty($_GET['album'])) ? $picId['aid'] : $_GET['album'];


corrected versione:

Code:
function lightbox_list($picId) {
################################################
//Set max number of images
$max = 100; //(-1 for all pics in album)
################################################
    global $lang_display_image_php, $CONFIG;
$i = 0;
$pid = $picId['pid'];
$aid = (empty($_GET['album']) || $_GET['album']=='random' || $_GET['album']=='lastup') ? $picId['aid'] : $_GET['album'];

bye bye
pietro

ps: I apologize for my bad English!
Logged
i-imagine
Supporter
****
Gender: Male
United States United States

Posts: 477

aka Joe Carver


WWW
« Reply #190 on: September 23, 2009, 02:39:15 pm »

Nice work - I was just now able to apply your mod. to the LightBox plugin.

It seems to solve the same problem there too.
Logged

Enjoying the power of Coppermine - Art + Artists Community Gallery and My Personal Photo Gallery
Pages: 1 ... 6 7 8 9 [10]   Go Up
  Print  
 
Jump to:  

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