ModX CMS

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

  • acrylian Administrator, Developer
    I am not familiar with ModX (just by name), but the common procedures to do that would be:
    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
  • Thank you for the rapid response :)

    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?
  • acrylian Administrator, Developer
    Actually there is instruction on the link I posted. Also there are several forum threads like this
    http://www.zenphoto.org/support/topic.php?id=1998&replies=3

    Please do some forum search, I don't have them all at hand.
  • Thank you Acrylian. I can search the posts some more. I think the problem i am having is that I don't know where to put the

    <?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!
  • acrylian Administrator, Developer
    Alright! The lines should go on top of the file where you want to include zenphoto. (I have to admit I never tried that way personally, I just go the way with a theme).
Sign In or Register to comment.