![]() |
|
Zenphoto as a plugin - 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: Zenphoto as a plugin (/thread-1910.html) |
Zenphoto as a plugin - sbillard - 2007-12-07 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 `` Zenphoto as a plugin - jayteegee - 2007-12-19 I have tried this but I'm getting an error message stating that zenphoto cannot connect to the database. My zenphoto install works perfectly otherwise. Any thoughts? Zenphoto as a plugin - sbillard - 2007-12-19 here is the full source of an index.php that works. It displays a random image. ` Test Index Zenphoto as a plugin - michaelsam - 2009-02-02 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 ? Zenphoto as a plugin - sbillard - 2009-02-02 That has never been tried. And it probably cannot be made to work since the environment setup needs to be done before headers are sent and you would have to set up two different environments. Zenphoto as a plugin - michaelsam - 2009-02-02 $randomImage->getSizedImage(getOption('image_size')) . how do i get instead of image_size the crop_image_sized thumbnails ? can u please help me. Zenphoto as a plugin - acrylian - 2009-02-03 You need to use this: http://www.zenphoto.org/documentation/classes/Image.html#methodgetCustomImage Zenphoto as a plugin - michaelsam - 2009-02-03 thx for your help, but i don't get it working, i'm not used to php that much. where i have it to fill in ? echo "'; can you please post the whole code for me? |