ZenphotoCMS Forum
Integration in a normal site - 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: Integration in a normal site (/thread-528.html)



Integration in a normal site - fana - 2006-05-28

Hello!
I've searched the forum but none of the solutions worked for me.
I'm trying to integrate zenphoto with lightbox js in my existing site. I just wanted to do it with a php include. Something like include("inc/zenphoto/index.php");

This doesn't seem to work, so I'm asking for some help.

If someone has managed to achive this, please share with me.

Thanks in advance!




Integration in a normal site - trisweb - 2006-05-30

The general consensus is that it's easier just to include your code inside a Zenphoto theme. It's just PHP, and you can look at examples and documentation in the Wiki to do it quickly and easily.

It's quite hard to do the other way around.