Hi,
I've just updated to the latest version and now I have a problem. Sometimes I want to post an image that is in my gallery on other places and I just copied the URL from the image. Now I get something like:
http://www.mydomain.de/zenphoto/index.php?album=2008&image=image.jpg&p=*full-imageThis of course is no valid URL to use. How can I change the code to get the "real" url so I can just paste it? This worked before until the update.
My image.php uses:
<div id="image"><img src="<?php echo getFullImageURL();?>"
</div>
to show the image.
Comments
The full image page does zenphoto processing which you may not want.