ZenphotoCMS Forum
Full image in separate window with own style - 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: Full image in separate window with own style (/thread-4549.html)



Full image in separate window with own style - PashaXIII - 2009-01-28

Hi
First of all thanks for the great script.

I want to output full image to the page - big_show.php

I know what it can be something like this:

`
In image.php:




Full image in separate window with own style - acrylian - 2009-01-28

This can't work. The template functions depend on the global variables containing the object sof the current image and album to be set . If you call a separate page these are not setup. This is possible but you would have to create these objects and then use the class methods to display the image.

If you didn't understand a word I wrote you maybe should consider not to try that yourself..:-)




Full image in separate window with own style - PashaXIII - 2009-01-28

I suppose what it will not be easy, anyway thanks