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

Login with username, password and session length
News: Private messages disabled
Caused by the massive abuse of the PM system in the past, the sending of personal messages has been disabled for all regular users on the Coppermine forum.
[more]
   Home   Help Search Board rules Login Register  
Pages: 1 2 [3] 4 5 6 7 ... 10   Go Down
  Print  
Author Topic: LightBox JS for Fullsize Popup Slideshow  (Read 81455 times)
0 Members and 1 Guest are viewing this topic.
SaWey Topic starter
Dev Team member
****
Gender: Male
Belgium Belgium

Posts: 1119



WWW
« Reply #40 on: January 22, 2008, 10:20:31 pm »

As I told you, you'll have to figure that out for yourself, as I haven't used slimbox before.
I don't have the time to look into that.
Logged
eK3eKyToPa
Coppermine novice
*
Posts: 35


« Reply #41 on: January 24, 2008, 09:48:15 am »

OK, now it works fine, with slimbox,
looks just the same way
But is there any way this to work with 'External Images Links / Use "remote" storage servers'
I tried but nothing figured out.
Logged
olti
Coppermine regular visitor
**
Posts: 68


WWW
« Reply #42 on: January 25, 2008, 02:52:04 pm »

My CPG is integrated with Joomla and when I try to install this mod I get a blank page. I think is something wrong with theme.php because when i replace this file with the original one the problem is gone and the mod doesn't work. Pls if you can take a look at me theme.php
Thanks.
Logged
Nibbler
Dev Team member
****
Gender: Male
United Kingdom United Kingdom

Posts: 19445



WWW
« Reply #43 on: January 25, 2008, 03:01:57 pm »

You have theme_html_picture() in there twice.
Logged

I don't care about what they say, I won't live or die that way.
olti
Coppermine regular visitor
**
Posts: 68


WWW
« Reply #44 on: January 25, 2008, 11:39:42 pm »

Thanks Nibler.
Removed that code but the problem still remains.
Logged
Nibbler
Dev Team member
****
Gender: Male
United Kingdom United Kingdom

Posts: 19445



WWW
« Reply #45 on: January 26, 2008, 12:00:02 am »

When I remove that code the file is fine. Maybe you have plugins interfering. Try disabling them temporarily.
Logged

I don't care about what they say, I won't live or die that way.
SaWey Topic starter
Dev Team member
****
Gender: Male
Belgium Belgium

Posts: 1119



WWW
« Reply #46 on: January 26, 2008, 12:38:19 am »

There have been problems with Joomla integrations before,
Like Nibbler said, double check if no other mod/plugin is interfering with this one.
Most problems like this occur when using some javascript framework like mootools,
if this is the case, the solution might already be in this thread.
Logged
LauriN
Coppermine newbie

Posts: 5


« Reply #47 on: February 07, 2008, 12:59:30 am »

I don't know why, but I can't download your script. I get the error message "An Error Has Occurred!
You are not allowed to access this section" Sad
Logged
SaWey Topic starter
Dev Team member
****
Gender: Male
Belgium Belgium

Posts: 1119



WWW
« Reply #48 on: February 07, 2008, 01:06:44 am »

The file linked to the wrong attachment, fixed it, please try again.
Logged
LauriN
Coppermine newbie

Posts: 5


« Reply #49 on: February 07, 2008, 09:43:19 am »

Thanks, now everything works! Smiley

I've just installed your script and have to say that it is great! I've just found a minor "bug", but maybe it is a bug of Lightbox itself. If I view my pictures with Firefox, they do not get displayed in Fullsize, but slightly resized which makes them look a little bit "grainy". With Opera they are displayed correctly (I'm using Linux and can't test it with IE at the moment). You can view my gallery here: http://reitterer.net/gallery/

BTW: I've bridged Joomla and Coppermine too using the bridge http://www.mehdiplugins.com/misc/index.htm and everything seems to work fine with the Coppermine Lightbox script so far. Smiley
Logged
SaWey Topic starter
Dev Team member
****
Gender: Male
Belgium Belgium

Posts: 1119



WWW
« Reply #50 on: February 07, 2008, 10:26:17 am »

It's a lightbox thing, look at this post how to disable the auto resizing.
Logged
LauriN
Coppermine newbie

Posts: 5


« Reply #51 on: February 07, 2008, 10:36:08 am »

Thanks! I should have read the thread more carefully. Smiley
Logged
hell
Coppermine newbie

Posts: 10


WWW
« Reply #52 on: March 01, 2008, 03:01:32 pm »

I have an error

Fatal error: Cannot redeclare theme_html_picture() (previously declared in D:\server\Abyss Web Server\htdocs\host_pictures\themes\fruity\theme.php:37) in D:\server\Abyss Web Server\htdocs\host_pictures\themes\fruity\theme.php on line 396
Logged
SaWey Topic starter
Dev Team member
****
Gender: Male
Belgium Belgium

Posts: 1119



WWW
« Reply #53 on: March 01, 2008, 08:51:35 pm »

The theme you are using already has some of the content you had to paste in your theme.php, you'll have to change it manually.
Look at the differences of the function theme_html_picture() in 'include/theme.inc.php' and the one you have pasted in your theme.php.
The remove the theme_html_picture() function you pasted in your theme.php, look for that existing function and only add the differences you noticed.
Logged
hell
Coppermine newbie

Posts: 10


WWW
« Reply #54 on: March 02, 2008, 01:31:06 am »

Then:

Code:
Parse error: syntax error, unexpected '}' in D:\server\Abyss Web Server\htdocs\host_pictures\themes\fruity\theme.php on line 206

Line 206

Code:
return template_eval($template_display_media, $params);  204
}  205
         } else {  206
$pic_html = lightbox_list($CURRENT_PIC_DATA);
Logged
SaWey Topic starter
Dev Team member
****
Gender: Male
Belgium Belgium

Posts: 1119



WWW
« Reply #55 on: March 02, 2008, 11:02:30 am »

Can you post your theme.php, that'll be easier
Logged
hell
Coppermine newbie

Posts: 10


WWW
« Reply #56 on: March 02, 2008, 02:53:22 pm »

OK

Thank You
Logged
SaWey Topic starter
Dev Team member
****
Gender: Male
Belgium Belgium

Posts: 1119



WWW
« Reply #57 on: March 02, 2008, 03:51:13 pm »

I changed your theme.php, download and replace your theme.php
Logged
HighlanderICT
Coppermine newbie

Posts: 9


« Reply #58 on: March 05, 2008, 05:24:10 pm »

installed this as per instructions and it seems to be correct but when clicking on an image i go from an error free page to one where firebug just scrolls infinitely with the attached error ... please help.

Setup
Joomla 1.5.1
CPG 1.4.16
Mehdi's Bridge

Installed Plugins
Final_Extract v2.2     
File to Album mover v0.1   
Name CPGMassImport v2.0

Attachments
error.gif - copyof firebug screen
theme.php - basically a copy of the one from waterdrop theme but with edits for this mod.


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

Posts: 1119



WWW
« Reply #59 on: March 05, 2008, 05:52:42 pm »

A link to your site would be easier
Logged
Pages: 1 2 [3] 4 5 6 7 ... 10   Go Up
  Print  
 
Jump to:  

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