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="<?php echo getBareImageTitle();?>">Vollbild
My question here:
How can I get the image opening in a colorbox ?
Cheers
Ralf
Comments
The colorbox site itself does explain it as well.
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 ?
Pefixed with getMainSiteUrl(), link is working.
I'm going back to work more on other problems before asking.
i have looked how other templates work and edited the bootstrap template a little bit.
Now I have a working full image colorbox link :-)
Cheers
Ralf