ZenphotoCMS Forum
Get Full image URL to open in an html page - 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: Get Full image URL to open in an html page (/thread-1542.html)



Get Full image URL to open in an html page - mww - 2007-07-12

Hi,

Any advice on how to get the full image url inside image.php to display the full size image inside of an HTML page instead of just an image link?

My client doesn't want a lightbox and wants a return to previous page link displayed with the full size image.

Is my only option to open a JS popup window that is full size? I hope there is another option...

I see the following around line 690 of template-functions.php:
`

function getFullImageURL() {

global $_zp_current_image;

return $_zp_current_image->getFullImage();

}

`
Can the source files be modified to display the image inside an html page like the image loaded in album.php?

thanks in advance!




Get Full image URL to open in an html page - mww - 2007-07-13

no advice.. ?




Get Full image URL to open in an html page - kenoji - 2007-07-16

Well, if you want just the image to display. You put the code-

printDefaultSizedImage(getImageTitle());

That should display the image, full sized.