Hi,
the zpbootstrap theme does not offer a link to the full sized image by default.
I have managed to add a link to image.php with this code:
htmlspecialchars(getFullImageURL());?>" title="">Vollbild
My question here:
How can I get the image opening in a colorbox ?
Cheers
Ralf
By modifying the theme further: http://www.zenphoto.org/news/problems-with-albums-and-images#opening-full-images-in-colorbox-or-another-overlay
The colorbox site itself does explain it as well.
Hi,
I'm looking to add the same feature to my own site, using zpBootstrap.
Ralf, how did you manage to have your link working ? .htaccess rewrites direct links towards /albums/, (independent to the protection rules in Zenphoto administration). Any missed things ?
Hummm, sorry for the noise.
Pefixed with getMainSiteUrl(), link is working.
I'm going back to work more on other problems before asking.