I have been working with different image galleries for sometime now, and am really impressed with the simplicity of zenphoto. I am using ModX as my cms for my site.
www.azbeaglerescue.azmarketingpros.com
Would anyone be able to help me integrated my zenphoto galleries onto my site.
I tried the iframe method, but I hear that is not favorable.
Comments
1. Make a zenphoto theme that looks like that of your site
2. Try the "plugin way": http://www.zenphoto.org/2008/01/hacks/#zenphoto-as-plugin
I am interested in trying the plugin way, are there instructions?
I am not sure where to put the plugin, or where to insert my ?path?
http://www.zenphoto.org/support/topic.php?id=1998&replies=3
Please do some forum search, I don't have them all at hand.
<?php
define('ZENFOLDER', 'zp-core');
define('WEBPATH', 'zenphoto');
require_once(WEBPATH . "/" . ZENFOLDER . "/template-functions.php");
?>
on my site, and I think I am having an html vs php issue as well.
I will keep working on it. I really really like zenpoto!