Lightbox JS Images Load in reverse
2 posts by 2 authors in: Forums > CMS Builder
Last Post: June 9, 2009 (RSS)
By jamsx - June 9, 2009
Can anyone help?
Im using Lightbox on a site i'm building... I am not a programmer but can use Dreamweaver. I ahve everything working ok except my lightbox starts at the end
example at image 4 of 4
HELP!
Im using Lightbox on a site i'm building... I am not a programmer but can use Dreamweaver. I ahve everything working ok except my lightbox starts at the end
example at image 4 of 4
HELP!
Re: [jamsx] Lightbox JS Images Load in reverse
By Dave - June 9, 2009
Can you attach your viewer php file?
If you have something like this:
<?php foreach ($record['uploads'] as $upload): ?>
Try adding the code in red:
<?php foreach (array_reverse($record['uploads']) as $upload): ?>
Hope that helps!
If you have something like this:
<?php foreach ($record['uploads'] as $upload): ?>
Try adding the code in red:
<?php foreach (array_reverse($record['uploads']) as $upload): ?>
Hope that helps!
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com