Member
Member
martin.s   2009-04-18, 08:08
#1
Hello!

I am just a little confused about myself.
In the image.php there is a function called that brings up the custom image for that page:

[b]
<?php
if (function_exists('printUserSizeImage')) {
printUserSizeImage(getImageTitle());
} else {
printDefaultSizedImage(getImageTitle());
}
?>
[/b]

<?php if (function_exists('printUserSizeImage')) printUserSizeSelectior(); ?>

So can someone tell me where I can find this function which brings up that picture ( I think the printUserSizeImage?) because I want to do a little change on that.
I searched the funcrions gude but I am to stupid to find the place where that function is.

Thx a lot!

Best

martin
Administrator
Administrator
acrylian   2009-04-18, 09:33
#2
You need to enable the plugin "viewer_size_image".
Administrator
Administrator
fretzl   2009-04-18, 09:34
#3
It's in this file: /zenphoto/zp-core/plugins/viewer_size_image.php
Succes
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.