quick colorbox quesiton...

I've installed colorbox and have it functioning with one problem:

When an image is clicked, the colorbox window opens but gibirish is displayed. In the image.php file there is this line:

" rel="example1" title="<?php echo getBareImageTitle();?>">

The link created is "
http://........./full-image.php?a=kids&i=kids-kids-kids06.jpg&q=75&wmk=!"

I'm sure the link simply needs to point to the actual .jpg image "kids06.jpg" Is there an easy way to alter the href ?

Thanks,
Paul

Comments

  • acrylian Administrator, Developer
    The colorbox needs either access to the unprotected full image (see the options and what function your theme uses). Alternative you can add `photo: true` to the colorbox js define code on the theme. See the colorbox site for info about its options.
  • acrylian,

    Thanks for the reply. "photo: true" took care of the problem.
Sign In or Register to comment.