Member
Member
mww   2007-07-12, 03:24
#1

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!

Member
Member
mww   2007-07-13, 13:12
#2

no advice.. ?

Member
Member
kenoji   2007-07-16, 13:37
#3

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

printDefaultSizedImage(getImageTitle());

That should display the image, full sized.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.