Welcome Guest, Not a member yet? Register   Sign In
Lightbox with CI Problem... not working.
#1

[eluser]bibbles10504[/eluser]
I'm trying to use Lightbox with my CodeIgniter application. Lightbox says to put the following in the head tag:

script type="text/javascript" src="js/prototype.js">script>
script type="text/javascript" src="js/scriptaculous.js?load=effects,builder">script>
script type="text/javascript" src="js/lightbox.js">script>
link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen"

I already had a js folder and a css folder, so I put the js and css folders that came with lightbox within my js and css folder. I changed the 3 script tags and link tags to:


script type="text/javascript" src="js/js/prototype.js">script>
script type="text/javascript" src="js/js/scriptaculous.js?load=effects,builder">script>
script type="text/javascript" src="js/js/lightbox.js">script>
link rel="stylesheet" href="css/css/lightbox.css" type="text/css" media="screen"

(added the /js and /css)


in the view file I have

Code:
<a >Thumb;?&gt;" rel="lightbox"><img >Thumb;?&gt;" src="http://www.doublediamondllc.com/uploaded/portfolio/thumbs/&lt;?php echo $row->Thumb;?&gt;"   alt=""></a>

This displays the thumbnail version, and then when clicked I want it to go to the lightbox, but now it goes to a new tab with the large image.

I've used lightbox before and have always gotten it to work, I'm not really sure what the problem is now, and I tried moving the files all around to different spots but nothing worked.

Thanks in advance!

(I had to get rid of the opening script tags because they wouldn't post in here... but they are correct in my CI application.


Messages In This Thread
Lightbox with CI Problem... not working. - by El Forum - 06-23-2010, 10:43 AM
Lightbox with CI Problem... not working. - by El Forum - 06-23-2010, 01:12 PM
Lightbox with CI Problem... not working. - by El Forum - 06-23-2010, 01:42 PM
Lightbox with CI Problem... not working. - by El Forum - 06-23-2010, 01:45 PM
Lightbox with CI Problem... not working. - by El Forum - 06-23-2010, 01:47 PM
Lightbox with CI Problem... not working. - by El Forum - 06-23-2010, 02:19 PM
Lightbox with CI Problem... not working. - by El Forum - 06-23-2010, 03:18 PM
Lightbox with CI Problem... not working. - by El Forum - 06-23-2010, 03:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB