Infobox for secondary content problem

Page: 1

Author Post
Member
Registered: Jan 2009
Posts: 29
Hello!

I am using floatbox for some time and now I wanted to work with the "Info box for secondary content".
What I want to do is to open an info box which shows a .php site.
This works alright but everytime when I click on that link (in my case named Exif data...) I first get a page with the message Object not found and then the site is shown correctly.

I would be really glad if someone could have a look at my page at:

http://www.rdmag.de/photo/wacken-2008/

If you click on a thumbnail the floatbox will open and there is the link for the Exif info displayed under the picture. If you click on that my problem will happen.

If I just copy the link behind the "Exif info..." link and put it into a new browser adressfield everything works perfectly without the Object not found message befor displaying the content.

Thanks a lot for help!

Best!

martin
« Last edit by martin_s on Tue Mar 31, 2009 8:23 pm. »
Administrator
Registered: Aug 2008
Posts: 3382
Put a slash on the front of your paths:

urlGraphics: 'photo/floatbox/graphics/' ,
urlLanguages: 'photo/floatbox/languages/' ,

Should be (in your case):

urlGraphics: '/photo/floatbox/graphics/' ,
urlLanguages: '/photo/floatbox/languages/' ,
Member
Registered: Jan 2009
Posts: 29
Oh thank you so much!
It works absolutely perfect!

You just saved my whole evening with your answer!

Thx a lot!

martin

Page: 1