![]() |
|
Great Product, recently integrated - 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: Great Product, recently integrated (/thread-348.html) |
Great Product, recently integrated - greggreiner - 2006-03-07 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... Great Product, recently integrated - rickindy - 2006-03-07 Really nice job on the gallery. The theme is excellent. Great Product, recently integrated - greggreiner - 2006-03-09 Update: Gallery is now at : http://www.thegardensedge.com/photogallery Great Product, recently integrated - neadfiles - 2006-03-11 Greg, /mytwocents ribbit, Great Product, recently integrated - sabotage - 2006-03-13 My thoughts exactly - other than that - perfect! Great Product, recently integrated - greggreiner - 2006-03-14 I'll give image protection some more thought - thanks for the feedback... Greg Great Product, recently integrated - Mel - 2006-03-24 Please tell me how the heck you did that!! I have searched and cannot find a way to make my gallery integrated into my wordpress!!! That looks really great!! Any help is appreciated in simple terms :0) ! Thanks Mel Great Product, recently integrated - greggreiner - 2006-03-30 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.
` Great Product, recently integrated - deadcrow - 2006-05-26 nice but that's not rarelly working for me ;-( I just want to resize the album art around my thumbnails but i can't find where to edit the values. Is it theme based the size or some where else? Great Product, recently integrated - DarrellD - 2006-05-26 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. Great Product, recently integrated - cade - 2008-01-21 whoa dude, how do embed watermark on the photo? Would love if zen photo could provide this option to the next release Great Product, recently integrated - acrylian - 2008-01-21 Watermark is already an option. Great Product, recently integrated - CaptainObvious - 2008-05-03 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: ` Great Product, recently integrated - CaptainObvious - 2008-05-03 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. |