I have yet to get it working in 1.4.4. Still in process of working with it.
try turning off your print service i see the service is runing a script wich might be yuor error on the page
<script language="javascript1.2" type="text/JavaScript">
function doPrintService(input) {
if (!input) {
input = document.admin_form.print_services.value;
}
switch (input) {
case 'ezprints':
document.ezPrintsForm.returnpage.value=document.location;
document.ezPrintsForm.submit();
break;
case 'fotokasten':
window.open('http://1071.partner.fotokasten.de/affiliateapi/standard.php?add=http://gallery.verymisunderstood.com/albums/The-Valbum/Val_s_1st_Pics_01.jpg&thumbnail=http://gallery.verymisunderstood.com/albums/The-Valbum/Val_s_1st_Pics_01.thumb.jpg&height=313&width=240','Print_with_Fotokasten','height=500,width=500,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes');
break;
case 'photoaccess':
document.photoAccess.returnUrl.value=document.location;
document.photoAccess.submit();
break;
case 'shutterfly':
document.sflyc4p.returl.value=document.location;
document.sflyc4p.submit();
break;
}
}
</script>
thats what i see in your source code.
Chet
khsjr1970
Joined: 2004-04-24
Posts: 271
Posted: Fri, 2004-12-03 21:48
chet,
The javascript error was in relation to my javascript menu, that has been fixed. I went through my configuration again, and do not see and print services turned on. there is no check marks in any of them.
Also, can you re-up the original files again, the link doesnt seem to be working, and I seem to have misplaced your original files.
chet
Joined: 2004-11-29
Posts: 10
Posted: Fri, 2004-12-03 21:58
Quote:
the link doesnt seem to be working,
Sorry my server is down at the moment i will upload it to my other one for you.
Thanks Chet for re - uping the so fast, Caught me while I was still here working on this issue.
I've done all that was asked of me with regards to what to fix and why. And I am sad to report that although the javascript error is fixed now, the image does not pop up in a window on its own.
Any guesses ?
LOL
This can be viewed at gallery.verymisunderstood.com
tmothy
Joined: 2004-03-06
Posts: 53
Posted: Sat, 2004-12-04 06:15
Thanks alot of uploading the files it makes things a lot easier.
chet
Joined: 2004-11-29
Posts: 10
Posted: Thu, 2004-12-09 02:47
Quote:
I've done all that was asked of me with regards to what to fix and why. And I am sad to report that although the javascript error is fixed now, the image does not pop up in a window on its own.
Any guesses ?
I am not sure i see you have made some changes to the format a bit it might be a line change in the cores files? hard to say..
If you look at my new sitehttp://photoandcanvas.com/ i am working on you will see it works but i am kind of slow on that site as i am waiting for gallery 2 to go ro beta and use that as i like its functionality better.
Chet
khsjr1970
Joined: 2004-04-24
Posts: 271
Posted: Thu, 2004-12-09 21:02
Yes I have changed back to the orignial files. I also will await Gallery 2 and throw in the towel on this mod for 1.4.4 but thanks for all your help. It is greatly appreciated.
SWOLE
Joined: 2005-01-03
Posts: 12
Posted: Wed, 2005-01-05 23:57
Hey guys, this thread was pointed out to me by floridave, but I'm still having problems. I run gallery 1.4.4-pl4 on Mambo 4.5.
The gallery seems to work fine in standalone mode, but when you try and click on a thumbnail inside of Mambo, it redirects you back to the site/gallery/#
The question is, how do you get it to point to the right picture when you're embedding it in Mambo? I'm really confused.
soma
Joined: 2005-01-13
Posts: 4
Posted: Sun, 2005-01-16 23:27
thanks dave/chet/rustednail/whoever else worked on this. its exactly what i needed and works perfectly for me.
pux
Joined: 2005-02-03
Posts: 1
Posted: Thu, 2005-02-03 03:49
hi!
chet: i used your code and it works nice! but the problem is when i user Internet Explorer.. it opens a popup with no image whatsover and in the title it says: http://mydomain.com/view_popimage.php?index=1
I visited your site and it works but i don't get it why doesnt work on my server.. can you show youw view_popimage.php ?
Thanx
This code:
(I strimed it down to find an error)
<img src="<? echo $gallery->album->getAlbumDirURL("full") . "/wallpaper_1.jpg";?>">
In FF it is ok but IE opens white windows
Error log:
[error] PHP Fatal error: Call to a member function on a non-object in /var/www/htdocs/www.xxxxxx/view_popimage.php on line 4
Edit: Now i upgraded(fresh install) to 1.4.4_pl5 and used chet files... now i get in error log:
[error] PHP Fatal error: Call to a member function on a non-object in /var/www/htdocs/www.kiberlokal.com/galerija/classes/User.php on line 141
Any ideas?
PHP: 4.3.10
Apache: 1.3.29
Gallery: 1.4.4.pl5
slawekg
Joined: 2005-02-09
Posts: 1
Posted: Wed, 2005-02-09 11:08
SWOLE wrote:
Hey guys, this thread was pointed out to me by floridave, but I'm still having problems. I run gallery 1.4.4-pl4 on Mambo 4.5.
The gallery seems to work fine in standalone mode, but when you try and click on a thumbnail inside of Mambo, it redirects you back to the site/gallery/#
Is this woking for "Gallery 1.4.4-pl6 Security Release" without any problems? I am going to be running it on Postnuke .750 is there anything I need to do extra?
Thank you!
Radeon
Joined: 2005-02-10
Posts: 2
Posted: Thu, 2005-02-10 23:40
Thx for the great effort you have put into this so that the rest of us can get images show in a new window. I'm also getting the problem with image not showing when running embeded on mambo.
I looked at what "Herr.Vorragend" wrote but i can't find a line like that one. I hope there is a fix for this soon.
Seams like nobody is intersted in this anymore? Anyway, i looked trough the code myself but can't seam to find any solution. I'm not the best php programer there is so i blame that :P
Anyways, i would very much appriciate if anybody has a solution for how to fix the white page when embeded into mambo.
Many many thanks
inkpassion
Joined: 2005-02-14
Posts: 6
Posted: Fri, 2005-02-18 22:46
Has anybody got this to work with 1.5?
andex
Joined: 2005-04-11
Posts: 1
Posted: Mon, 2005-04-11 17:44
Hello there all Gurus!
Im sorry to ask but is there anybody who could help me with gallery 1.4.4 pl6 to open thumbnail images to popup window? I have tried all tricks from this thread without any success. Images just keeps opening the usual way to the same window.
Posts: 10
try turning off your print service i see the service is runing a script wich might be yuor error on the page
thats what i see in your source code.
Chet
Posts: 271
chet,
The javascript error was in relation to my javascript menu, that has been fixed. I went through my configuration again, and do not see and print services turned on. there is no check marks in any of them.
Also, can you re-up the original files again, the link doesnt seem to be working, and I seem to have misplaced your original files.
Posts: 10
Sorry my server is down at the moment i will upload it to my other one for you.
Chet
http://www.vicpics.com/gallery1_4_4popupfiles.zip
Posts: 271
Thanks Chet for re - uping the so fast, Caught me while I was still here working on this issue.
I've done all that was asked of me with regards to what to fix and why. And I am sad to report that although the javascript error is fixed now, the image does not pop up in a window on its own.
Any guesses ?
LOL
This can be viewed at gallery.verymisunderstood.com
Posts: 53
Thanks alot of uploading the files it makes things a lot easier.
Posts: 10
I am not sure i see you have made some changes to the format a bit it might be a line change in the cores files? hard to say..
If you look at my new sitehttp://photoandcanvas.com/ i am working on you will see it works but i am kind of slow on that site as i am waiting for gallery 2 to go ro beta and use that as i like its functionality better.
Chet
Posts: 271
Yes I have changed back to the orignial files. I also will await Gallery 2 and throw in the towel on this mod for 1.4.4 but thanks for all your help. It is greatly appreciated.
Posts: 12
Hey guys, this thread was pointed out to me by floridave, but I'm still having problems. I run gallery 1.4.4-pl4 on Mambo 4.5.
The gallery seems to work fine in standalone mode, but when you try and click on a thumbnail inside of Mambo, it redirects you back to the site/gallery/#
In standalone, if you hover over a picture, the URL reads www.mysite/gallery/albums02/florida1#
When I'm in Mambo and you hover over the picture, you get
www.mysite/Empire/#
The question is, how do you get it to point to the right picture when you're embedding it in Mambo? I'm really confused.
Posts: 4
thanks dave/chet/rustednail/whoever else worked on this. its exactly what i needed and works perfectly for me.
Posts: 1
hi!
chet: i used your code and it works nice! but the problem is when i user Internet Explorer.. it opens a popup with no image whatsover and in the title it says: http://mydomain.com/view_popimage.php?index=1
I visited your site and it works but i don't get it why doesnt work on my server.. can you show youw view_popimage.php ?
Thanx
This code:
(I strimed it down to find an error)
<img src="<? echo $gallery->album->getAlbumDirURL("full") . "/wallpaper_1.jpg";?>">
In FF it is ok but IE opens white windows
Error log:
[error] PHP Fatal error: Call to a member function on a non-object in /var/www/htdocs/www.xxxxxx/view_popimage.php on line 4
Edit: Now i upgraded(fresh install) to 1.4.4_pl5 and used chet files... now i get in error log:
[error] PHP Fatal error: Call to a member function on a non-object in /var/www/htdocs/www.kiberlokal.com/galerija/classes/User.php on line 141
Any ideas?
PHP: 4.3.10
Apache: 1.3.29
Gallery: 1.4.4.pl5
Posts: 1
I have the same problem on phpNuke - help please 8)
Posts: 27300
I don't do embeded so I can't test, but this might be it:
http://gallery.menalto.com/index.php?name=PNphpBB2&file=viewtopic&p=89676#89676
Dave
Posts: 2
Is this woking for "Gallery 1.4.4-pl6 Security Release" without any problems? I am going to be running it on Postnuke .750 is there anything I need to do extra?
Thank you!
Posts: 2
Thx for the great effort you have put into this so that the rest of us can get images show in a new window. I'm also getting the problem with image not showing when running embeded on mambo.
I looked at what "Herr.Vorragend" wrote but i can't find a line like that one. I hope there is a fix for this soon.
This is my site if anybody would like to have a look:
http://www.maven-wow.mine.nu/
Best Regards
Posts: 2
Seams like nobody is intersted in this anymore? Anyway, i looked trough the code myself but can't seam to find any solution. I'm not the best php programer there is so i blame that :P
Anyways, i would very much appriciate if anybody has a solution for how to fix the white page when embeded into mambo.
Many many thanks
Posts: 6
Has anybody got this to work with 1.5?
Posts: 1
Hello there all Gurus!
Im sorry to ask but is there anybody who could help me with gallery 1.4.4 pl6 to open thumbnail images to popup window? I have tried all tricks from this thread without any success. Images just keeps opening the usual way to the same window.
Im looking the same functionality like Silhouette has on g. 1.4.2: http://www.kathymccarthy.com/portfolio/fashion
I would be really thankfull for the help.