i have set up my gallery so that when one clicks on a medium size thumb, the full image opens in colorbox.
for some reason it only works if i give the unprotected image url as an href with the "getUnprotectedImageURL( )" function.
if i use the "getFullImageURL()" function or the "htmlspecialchars(getFullImageURL())" function, the image opens in colorbox but not as an image. instead i have the file as if i was editing it with an editor. for me there is some kind of content-type header missing or more certainly i am doing something completly stupid !
thanks for your help.
frank.
It does not work with the protectedimageurl for obvious reason. If colorbox or anything else wants access to the full image it of course needs to be protected.
If you want to open the protected image which is loaded in a page you have to configure colorbox to use the iFrame mode. (I have not tried that actually).