Hi,
Just wanted to drop a note to say Nice Job! Looks like the start of a great product - very clean and easy to integrate seemlessly with an existing site.
I just integrated into a client's site at http://www.thegardensedge.com/zenphoto
have a look...
I'll give image protection some more thought - thanks for the feedback...
Greg
Mel, I didn't integrate this with Wordpress, but these are the steps I took to integrate with my existing site.
The general concept I used was to take an existing page on my site to use as the basis for the template and insert the zenphoto code where I wanted the gallery to appear.
under the Themes folder, create a new folder for your theme and copy all the files from the default theme folder into it.
Copy an html (or other) existing page from your current site into your new theme's folder. (call it index.html for this example)
`
To resize the thumbnails you need to edit the file /zen/config.php
scroll down until you see the following:
`
$conf['thumb_crop'] = true;
$conf['thumb_crop_width'] = 85;
$conf['thumb_crop_height'] = 85;
$conf['thumb_size'] = 100;
`
Just edit those values. If you read the comments above that code, it'll explain [i]exactly[/i] what each one of those values do.
If you're talking about resizing the image when viewed from the gallery, take a look under the Image Processing heading of How ZenPhoto works.
Hi Folks,
I followed greggreiner's instructions above, but with only limited success. I understand his instructions may be dated, but I tried to follow them as best I could with version 1.1.5.
I duplicated the "default" template folder and renamed it for my site.
Into that folder, I copied a blank page from my web site and created a starting template (index.htm).
I then copied the following code from the existing index.php into the of my new index.htm:
`
OK, think I found the problem:
I also had to copy the very first 2 lines of the original files into my new template files before :
`
`
Also note that the items in and the ... are different for each of the index.php, album.php, and image.php files.