LightBox JS for Fullsize Popup Slideshow - Page 3 LightBox JS for Fullsize Popup Slideshow - Page 3
 

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]

Main Menu

LightBox JS for Fullsize Popup Slideshow

Started by SaWey, January 08, 2008, 01:01:26 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

SaWey

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.

eK3eKyToPa

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.

olti

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.

Nibbler

You have theme_html_picture() in there twice.

olti

Thanks Nibler.
Removed that code but the problem still remains.

Nibbler

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

SaWey

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.

LauriN

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" :(

SaWey

The file linked to the wrong attachment, fixed it, please try again.

LauriN

Thanks, now everything works! :)

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. :)

SaWey

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

LauriN

Thanks! I should have read the thread more carefully. :)

hell

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

SaWey

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.

hell

Then:


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


Line 206

return template_eval($template_display_media, $params);  204
}  205
         } else {  206
$pic_html = lightbox_list($CURRENT_PIC_DATA);

SaWey

Can you post your theme.php, that'll be easier

hell


SaWey

I changed your theme.php, download and replace your theme.php

HighlanderICT

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.



								

SaWey