Hi,
This is my first post. Well, I really need some help...
How can I "include" zenphoto in a existing website? I cant show you any website now because it's still under development. I havent published anything on the web. I'm using XAMPP on Windows XP.
I cant seem to make the code on another post (
http://www.zenphoto.org/support/topic.php?id=2775) to work.
Thank you.
Comments
I tried `include '/zenphoto/index.php'` and received this cookie errors. I disabled(comment) those cookie settings of zenphoto and the index appeared but it's not displaying the page correctly. I clicked on the album and I got this "page not found" error.
As generously explained on this forum, you can then change the code in the CSS file that is part of your theme - to make the ZP elements in those files look exactly like the rest of your site. If you are comfortable with CSS, it's not really very difficult. If you are not experienced in CSS, it might seem impossible.
The "page not found" could be related to a htaccess / mod_rewrite conflict. If you site already uses one this could be since zenphoto has it's own.
For now, I created a solution by creating a slideshow on the index of the site and when the user clicks on the slideshow images it will navigate to zenphoto folder/page. This works as long as there's a read-write access to albums folder.
Thanks a lot!