ZenphotoCMS Forum
zpbootstrap Full Image Link - 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: zpbootstrap Full Image Link (/thread-11098.html)



zpbootstrap Full Image Link - Ralf - 01-06-2013

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




zpbootstrap Full Image Link - acrylian - 01-06-2013

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.




zpbootstrap Full Image Link - francois-web - 01-06-2013

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 ?




zpbootstrap Full Image Link - francois-web - 01-06-2013

Hummm, sorry for the noise.
Pefixed with getMainSiteUrl(), link is working.

I'm going back to work more on other problems before asking.




zpbootstrap Full Image Link - acrylian - 01-06-2013

There are several fullimage links, protected or not protected. Please review the functions documentation.




zpbootstrap Full Image Link - Ralf - 02-06-2013

Hi,

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