Working with the new thumb2, thumb3,etc

3 posts by 2 authors in: Forums > CMS Builder
Last Post: August 25, 2008   (RSS)

By kkegans - August 24, 2008

Greetings!

What changes need to be made to this code to look and display the "THUMB2" or "THUMB3" images?



<?php if ($upload['hasThumbnail']): ?>
<a href="<?php echo $upload['urlPath'] ?>" rel= "lightbox[model]">
<img border="0" src="<?php echo $upload['thumbUrlPath'] ?>" width="<?php echo $upload['thumbWidth'] ?>" height="<?php echo $upload['thumbHeight'] ?>" alt="" />



Thanks,



Kurt
CMSB Rocks!
Thanks,
Kurt

Re: [Dave] Working with the new thumb2, thumb3,etc

By kkegans - August 25, 2008

Dave,



Thanks, that make perfect sense... I tried "thumb2UrlPath", etc, but didn't think to try it with the 2 on the end...



Kurt
CMSB Rocks!
Thanks,
Kurt