Jump to content

Proper forum to discuss slimbox?


xcandiottix

Recommended Posts

I don't know where to turn to help for this one. I have installed slimbox on my site which is a lighter weight version of lightbox. I have a file structure as follows:

 

user_page.php

--include editpage.php

  --include place.php

      --include appinformation.php

 

appinformation.php:

<script type="text/javascript" src="/includes/scripts/mootools.js"></script>
<script type="text/javascript" src="/includes/scripts/slimbox.js"></script>
<link rel="stylesheet" href="/generalcss/slimbox.css" type="text/css" media="screen" />
<a href="http://www.site.com/graphics/default/member_banner.gif" rel="lightbox" title="my caption">image 1</a>

 

Now, if i go to url site.com/includes/appinformation.php the slimbox works perfectly. I click the "image 1" link and the slimbox operates fine. If I goto userpage.php where appinformation.php is an include and click on "image 1" i am redirected to http://www.site.com/graphics/default/member_banner.gif instead of the slimbox operating.

 

Any ideas why this is happening or a work around?

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/208499-proper-forum-to-discuss-slimbox/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.