xcandiottix Posted July 22, 2010 Share Posted July 22, 2010 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.