Ok So We are currently editing a Joomla template. We want to integrate Jquery lightbox into the thumbnail images on this page. The code that generates the thumbnail images are
<?php foreach($this->files as $file) echo $file;?>
. Whenever you upload an image it is automatically placed into the gallery below. So far we were successful at creating and integrating the jquery lightbox into Joomla but then whenever you click on the image the lightbox would appear but nothing would show. I am guessing it couldn’t locate the image. My question is how can I tell PHP or Joomla to located the image and have it working with the lightbox?