SaWey
|
 |
« 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
|
 |
« 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
|
 |
« 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
|
 |
« Reply #44 on: January 25, 2008, 11:39:42 pm » |
|
Thanks Nibler. Removed that code but the problem still remains.
|
|
|
|
|
Logged
|
|
|
|
|
Nibbler
|
 |
« 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
|
 |
« 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" 
|
|
|
|
|
Logged
|
|
|
|
SaWey
|
 |
« 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!  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. 
|
|
|
|
|
Logged
|
|
|
|
SaWey
|
 |
« 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. 
|
|
|
|
|
Logged
|
|
|
|
hell
Coppermine newbie
Posts: 10
|
 |
« 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
|
 |
« 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
|
 |
« Reply #54 on: March 02, 2008, 01:31:06 am » |
|
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);
|
|
|
|
|
Logged
|
|
|
|
SaWey
|
 |
« 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
|
 |
« Reply #56 on: March 02, 2008, 02:53:22 pm » |
|
OK
Thank You
|
|
|
|
|
Logged
|
|
|
|
SaWey
|
 |
« 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. SetupJoomla 1.5.1 CPG 1.4.16 Mehdi's Bridge Installed PluginsFinal_Extract v2.2 File to Album mover v0.1 Name CPGMassImport v2.0 Attachmentserror.gif - copyof firebug screen theme.php - basically a copy of the one from waterdrop theme but with edits for this mod.
|
|
|
|
|
Logged
|
|
|
|
SaWey
|
 |
« Reply #59 on: March 05, 2008, 05:52:42 pm » |
|
A link to your site would be easier
|
|
|
|
|
Logged
|
|
|
|
|