http://simbul.bzaar.net/zenphotopress
ZenphotoPress is a plugin for WordPress. It is designed to provide an easy way to include Zenphoto images into your blog posts.
ZenphotoPress is a rebranding of a plugin once called ZenPress. I had to change the name due to trademark issues, but the core functionalities remain the same.
I just released version 1.3, with added support for both Wordpress 2.3 and Zenphoto 1.1. The configuration process is also a little easier than before. You can download it here.
As usual, feedback is most welcome
Enjoy!
I just tested zenphotopress. It works really great. At least I didn't find any problem.
Is there any chance to add a new feature to add the whole gallery by using one simple code? For example:
gallery=1
And it will show all the images inside that gallery and link to the image directly.
Looks like I'm having the same issue as alltruist. I'm on a Windows Server and have checked all my file permissions and changed my config files to turn off mod-rewrite and changed the paths at the bottom of the config files accordingly. My thumbnails don't show and I get paths like "http://www.mastiffmomma.com/zenphoto/my-puppies/IMG_0020.JPG" when I click the link. I'm new to php and I know that I've got to be missing something terribly simple so I apologise in advance. If someone can provide some insight I would appreciate it. This looks like an excellent product and I hope to get it up and running soon.
I'll just have to look into it, then. As far as I understand, Zenphoto 1.1 changed the way mod_rewrite is managed: maybe ZenphotoPress got a little off-sync
By the way, someone with Trac access could update ZenphotoPress' infos on the wiki to make them point to this thread?
In addition, I think there's a typo in the beginning of the description for Zenshow: "Zenpress is a plugin by Rui Cruz..."
FYI: I'm on WP 2.3.1, ZenPhoto 1.1.2 and Zenphotopress 1.3. My mod-rewrite is unchecked in the Zenphoto options screen.
@Simbul
I corrected the trac wiki as requested.
And the mod_rewrite "on" zenphotopress seems to be working OK for me, although I'm on an apache based system.
I asked a programmer to modify the plugin, so that people can just use a simple code and display the whole gallery.
For example:
[zenphotopress]gallery=109[/zenphotopress]
This will display all the thumbs of gallery 109 (id in the album table) and link to the image directly.
I think that programmer also fix a problem of the script. The script seems can't display the thumbs correctly. I think it should work now.
I also sent the script to Simbul, see if he's willing to include my modifictioans in his script.
You can downlod it in my site: http://www.site2nd.org/zenphoto/zenphotopress-modification/ , just to share with everyone, hope you love it:
maxbear - FYI: I loaded your version and am still having issues with the thumbnails showing on my WP pages. Any other Window's people having issues? I did use the [zenphotopress]gallery=109[/zenphotopress] to populate an album into a page though. Sweet - that will be great once the thumbs show. I'm going to keep digging on my end. Thanks for the script mod.
maxbear - I have implemented your programmers script. Strangely, the thumbnails don't show up but I can click on them and it goes to that picture in my zp gallery. So it it's dynamically generating the link but still unable to create that thumbnail. If I go to the zenphoto options and enable mod rewrite everything breaks so I have left it off for now. I did try pre-caching the images but that didn't seem to make a diffence either.