I have done some experimentation in responding to a post here on the forum. Thought I'd share the findings with everyone.
You can use zenphoto functions on any of your WEB pages so long as you successfully inclucde template-functions.php in your page. To do so, include the following PHP. This assumes that your zenphoto installation is in a folder named zenphoto.
``
how to use that with two different galleries ? i want to show on one page a link to two different galleries with random thumb_img - is that possible ?
$randomImage->getSizedImage(getOption('image_size')) .
how do i get instead of image_size the crop_image_sized thumbnails ?
thumb_size i tried but it's not working like in the gallery
can u please help me.
You need to use this: http://www.zenphoto.org/documentation/classes/Image.html#methodgetCustomImage
thx for your help, but i don't get it working, i'm not used to php that much.
so i tried a view things but always i got errors or the image was in original size.
where i have it to fill in ?
i think i'm not right when i think in this section instead of image_size, cause that didn't work correktly.
echo "';
can you please post the whole code for me?