Member
Member
PashaXIII   2009-01-28, 04:24
#1
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:

<a href="big_show.php?(I_guess_here_must_be_some_parameters)" title="<?php echo getBareImageTitle();?>">

In big_show.php

[img]<?php printDefaultSizedImage(getImageTitle()); ?> [/img]
`
Of course it doesn't works Smile Because this function is unknown

`Fatal error: Call to undefined function printDefaultSizedImage()`

I'm not programmer at all, broken brain Smile But I have some logic.

So please help me with this Smile
Thanks
Administrator
Administrator
acrylian   2009-01-28, 16:14
#2
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..:-)
Member
Member
PashaXIII   2009-01-28, 18:36
#3
I suppose what it will not be easy, anyway thanks
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.