ZenphotoCMS Forum
quick colorbox quesiton... - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: quick colorbox quesiton... (/thread-8382.html)



quick colorbox quesiton... - zicprod - 2011-03-17

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="">

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




quick colorbox quesiton... - acrylian - 2011-03-17

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.




quick colorbox quesiton... - zicprod - 2011-03-17

acrylian,

Thanks for the reply. "photo: true" took care of the problem.