Hi,
I am new to zenphoto and so far I love it. There is just one thing I cannot figure out. I saw on the demo on site that when one click on an image it shows in a window with and X in the lower right corner and you can close it. On my installed version, when I click on a image, it opens just the image in the browser; you need to click on the back button to go back. I am sure that should be a simple setting but please help me find where it is.
Thanks
Comments
Also, note that the next release will include a Colorbox plugin. Activating this plugin will automatically include the Colorbox script, but it will still need to be attached to elements manually within the theme.
I don't see the colorbox in the zp-core/js/ directory :S
Thanks
I want to enable the page so when a user clicks on an image on the "album" page then the colourbox opens and shows the image. So far I have this:
`
echo 'getCustomImage(NULL, $iw, $ih, $cw, $ch, NULL, NULL, true)) . '); ">
"'.getImageTitle().'"';
`
Obviously I need to change the href URL to something else but I don't know what yet.
Since the Colorbox script has loads of options we leave this to the theme designer what to do.
Please visit the colorbox website on how this works. It is always the same principle.
You also should visit our documentation. What you want to use is the full image. `getImagelinkURL` gets the link to the image page not to any image itself.