How do you integrate highslide JS into CMS builder?

3 posts by 3 authors in: Forums > CMS Builder
Last Post: November 10, 2010   (RSS)

Re: [Jeffie] How do you integrate highslide JS into CMS builder?

By Dave - December 1, 2008

Hi Jeff,

The easiest way to do this is to get two pages side by side. One that is plain html with working highslide JS code, and one generated by CMS Builder, then flip back and forth and make the CMS Builder one like the html one.

If my suggestion doesn't work and you're able to post the urls to those two pages that would help.

Try this:

<?php foreach ($record['image'] as $upload): ?>
<a href="<?php echo $upload['urlPath'] ?>" class="highslide" onclick="return hs.expand(this)">
<img src="<?php echo $upload['thumbUrlPath'] ?>"
width="<?php echo $upload['thumbWidth'] ?>" height="<?php echo $upload['thumbHeight'] ?>"
alt="Highslide JS" title="Click to enlarge" /></a>
<?php endforeach ?>


Let me know if that works for you.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] How do you integrate highslide JS into CMS builder?

By kitka - November 10, 2010

Did this work?
jim albert