ZenphotoCMS Forum
zenphoto in an 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: zenphoto in an existing website (/thread-488.html)



zenphoto in an existing website - drebin - 2006-05-05

hi,

zenphoto is working correctly on my local web site, when i use the url : mywebsite/zenphoto/

but i am using high frame on my web site, and when i call the zenphoto index using "mywebsite/index.php?pid=45" (45 is the id of zenphoto in a link.inc function) it does'nt work anymore, i can see the gallery menu but without any style.

has someone already got this issue and knows how to fix it?

thanks!




zenphoto in an existing website - drebin - 2006-05-05

i will simplify my question:

Can I use zen photo as an php include of my own index web site :

index.php website is:
include header.php
include menu.php
include zenphoto/index.php

??

thanks for your answers.




zenphoto in an existing website - trisweb - 2006-05-05

Probably not, it's complicated. It's much easier just to make a Zenphoto theme that includes those other files.

ZP themes are just PHP anyway, so you should be able to make one easily Just follow the structure of the existing theme, and include your files where you want them.