![]() |
|
Integrating gallery into existing website - 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: Integrating gallery into existing website (/thread-7669.html) |
Integrating gallery into existing website - meltdown - 2010-09-27 Hi - Non-programmer here. Installation was successful. Now attempting to integrate Zenphoto galleries into an existing website. Using info from the forum I was able to successfully add random images to the existing site ($randomImage = getRandomImages) so I know settings are correct. My question: What would the php code be to display individual galleries on existing website? Thanks so much for helping!! Integrating gallery into existing website - kagutsuchi - 2010-09-27 Individual galleries? You may be confused on the terminology. Zenphoto is a gallery with multiple albums. Assuming you meant albums, you can try using this method to display them on an existing website: http://www.zenphoto.org/2009/12/zenphoto-as-a-plug-in-using-zenphoto-functions-from-outside-zenphoto/ Integrating gallery into existing website - meltdown - 2010-10-06 Thanks for your reply - Yes, I did say "gallery" rather than "album"... I was able to use the information on the page you recommended to add random images, however, my question is: What would the php code be to display the individual album itself on an existing website? I just don't have the php knowledge to properly write that bit of code. Thanks again Integrating gallery into existing website - acrylian - 2010-10-06 Actually the same principle. Visit our user guide but without php knowledge you probably won't get far. Sorry. Easiest is to theme your Zenphoto theme like your site. |