ZenphotoCMS Forum
ZenPress: Zenphoto plugin for WordPress (Part 2) - 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: ZenPress: Zenphoto plugin for WordPress (Part 2) (/thread-1292.html)

Pages: 1 2


ZenPress: Zenphoto plugin for WordPress (Part 2) - maxbear - 09-11-2007

Thanks a lot Simbul.

I'm using your old zenpress with wordpress 2.3.1 without problem. But I haven't upgrade to the latest version of zenphoto. I just waiting for your zenpress released.

By the way, can you make your script directly link to the image instead of going to the album? I remember that I need to modify your script to do it and I did post it in this forum of how to modify it.

Will you support sub category in this version?




ZenPress: Zenphoto plugin for WordPress (Part 2) - thinkdreams - 09-11-2007

In the meantime, for those of us who have already used Zenpress and have images in posts, just edit each post and modify zen/i.php to zp-core/i.php for each image. That will at least display the existing images.




ZenPress: Zenphoto plugin for WordPress (Part 2) - trisweb - 09-11-2007

Oh wow, thank you craig, totally forgot about that.

I think for backward compatibility I will add a line to my rewrite rules redirecting zen/i.php to zp-core/i.php

Thanks again, that's a good catch.




ZenPress: Zenphoto plugin for WordPress (Part 2) - trisweb - 09-11-2007

Hmmm... harder than I thought. Mod_rewrite isn't the most bug-free thing in the world, just in case you were wondering.




ZenPress: Zenphoto plugin for WordPress (Part 2) - Simbul - 09-11-2007

mode_rewrite gave me some fine headaches too (and still is, btw )

@maxbear: what do you mean, "directly link to the image"? I'm pretty sure the link to a single image is already the default behavior.

By the way, to answer some unspoken questions:

  • As far as my testing goes, I'm positive that the plugin doesn't work with Zenphoto 1.1
  • The next release will just focus on the re-branding and base compatibility with Wordpress and Zenphoto: sorry, but I can't support the wonderful new Zenphoto features until I had some time to fully understand how they work
  • Regarding release dates: hang on, I'm almost there



ZenPress: Zenphoto plugin for WordPress (Part 2) - Lyanna - 10-11-2007

Is there anyone who can help me? I love ZenPhoto and ZenPress, but I have quite an old version that (I think) is not compatible with the current WordPress version. In any case, the ZP button does not show up in the editor.

Does anyone have the latest stable version anywhere? I know there is a branding problem and that the downloads are disabled - I get why. I was just wondering if someone could possibly send me a zip or something. It would be muchly appreciated.




ZenPress: Zenphoto plugin for WordPress (Part 2) - alltruist - 11-11-2007

Great to hear! I look forward to the release.
Just a question, is it possible to use ZenPress if ZenPhoto and WordPress are on separate subdomains?




ZenPress: Zenphoto plugin for WordPress (Part 2) - Simbul - 13-11-2007

I just released version 1.3. Since I had to change the name of the plugin to ZenphotoPress, I created a new thread to discuss it.




ZenPress: Zenphoto plugin for WordPress (Part 2) - AmbitiousLemon - 05-12-2007

Using Zenphoto 1.1 and ZenPhotopress 1.3 I am having a problem with image thumbnails showing up in old blog posts that were created prior to the update to Zenpress 1.1 and ZenPress 1.3. New posts show thumbnails as expected but all of the past posts have broken image links. Is there a way (short of manually editing every old post) to fix all of these broken links caused by the update?




ZenPress: Zenphoto plugin for WordPress (Part 2) - Simbul - 09-12-2007

ZenphotoPress does not edit old posts: an update of ZenphotoPress from 1.1 to 1.3 cannot possibly break the links in old posts.
More likely, the problem lies in the interaction between ZenphotoPress and Zenphoto: it seems the URLs in your old posts are not recognized by Zenphoto anymore. Couldn't the problem be the upgrade to Zenphoto 1.1? Did you check that?

BTW, try to post some of the non-working URLs, so we can try to understand what's going on




ZenPress: Zenphoto plugin for WordPress (Part 2) - AmbitiousLemon - 09-12-2007

It certainly could be the upgrade from ZenPhoto 1.1 to 1.3 since ZenPhoto changed it's zen directory name. But since ZenPhotoPress created the links I thought the upgrade should fix the old ones when I clicked the upgrade button.

The gallery is at:
www.gnomadic.org/gallery

The blog is at:
www.gnomadic.org

None of the image links on the blog work since all were created prior to the upgrade.




ZenPress: Zenphoto plugin for WordPress (Part 2) - MarcelSpijker - 09-12-2007

I have installed:

Wordpress 2.3.1
Zenphoto 1.1.2
ZenPhotoPress 1.3

In Wordpress i can make a new post, click on the ZP button and a nice popup come up.
Here i choose the album i want a picture from. So far so good...
Then i get the include options but the images are showing only as text.
If i include one of them it also will include only as text and the image wont show.

I get the following path:
Location:
http://www.marcelspijker.nl/zenphoto/test-album/image/thumb/Afbeelding2.jpg
If you would clik it the link is:
http://www.marcelspijker.nl/zenphoto/test-album/Afbeelding2.jpg

So as i can see it misses the albums folder (between zenphoto and test-album) in the link and in the ZenPhoto albums folder i dont see the image and thumb folders.

How can i get this to work properly? Or cant i?




ZenPress: Zenphoto plugin for WordPress (Part 2) - Simbul - 09-12-2007

@Marcel: looks like a mod_rewrite issue. I went to your gallery: the URLs show mod_rewrite is not enabled. However, the URL generated by ZenphotoPress relies on mod_rewrite.
Most likely there's a bug in the way ZenphotoPress checks whether mod_rewrite is enabled or not. Short of waiting for a fix in the next release, the only option is to turn mod_rewrite on (if it is allowed by your host).

@Lemon (can I call you Lemon? ) Evidently in the options page I wasn't clear enough in specifying what happens when you upgrade to 1.3. Since the plugin cannot possibly parse all the old posts searching for zenphoto URLs, it won't modify any of them.
So, for the time being, I'm sorry to say there isn't an easy solution. I'll try to come up with something for the next release




ZenPress: Zenphoto plugin for WordPress (Part 2) - AmbitiousLemon - 09-12-2007

@Simbul (AL is even shorter) drat. But cool you'll look into a solution in the upgrade. Thanks!




ZenPress: Zenphoto plugin for WordPress (Part 2) - MarcelSpijker - 09-12-2007

Thanks Simbul, ill try Mod_rewrite and see what happens then




ZenPress: Zenphoto plugin for WordPress (Part 2) - MarcelSpijker - 09-12-2007

Ok Mod_Rewrite is the trick here Thanks again!




ZenPress: Zenphoto plugin for WordPress (Part 2) - Nghia - 10-12-2007

Here's what I hope is a quick configuration question. I've got zenphoto installed and working and I've got the plugin installed and activated. When I'm in the text editor writing anew article I see the 'zenpress' button so everything seems to be installed properly. Unofrtunately, when I click 'zenpress' I get a 404 error in the resulting popup window.

Any ideas?

Thanks.