http://simbul.bzaar.net/zenphotopressZenphotoPress 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!
Comments
Nevertheless, great work on getting it back and working again!
However, is there a way to make the URLs to the images non-mod_rewrite-enabled? I do not have mod_rewrite enabled and the thumbnails are not showing up.
Is there any chance to add a new feature to add the whole gallery by using one simple code? For example:
<zenphotopress> gallery=1 </zenphotopress>
And it will show all the images inside that gallery and link to the image directly.
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..."
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.
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:
Truth be told, I'm not too keen on the BBCode-tag approach in blog posts. I will, however, try to include the modification you suggested in the next major ZP version... which - by the way - is going to show some important overhaul in user-interface
mastiffmomma-you install zp in which directory? If you enable mod rewrite in zp and got problem, it most likely that you need to edit your .htaccess to the correct zp path. Did you try it? Hope you finally make it works.
I only had to change `if( $zp_mod_rewrite['value'] ) {....` in line 162 to `if( $zp_mod_rewrite['blabla'] ) {....` to get the thumbs point to the image page instead of just opening in a browser window..
and change
`$content = str_replace ('[zenphotopress]gallery='.$k.'[/zenphotopress]',$tumbnails',$content);`
to
`$content = str_replace('[zenphotopress]gallery='.$k.'[/zenphotopress]','
thanks, check it here http://www.bertsimons.nl/wordpress/?p=55
I think it's easier for you to know the id instead of looking it at the databasse itself. Hope this help.
I am wondering if the problem described in http://www.zenphoto.org/trac/ticket/45 has been addressed. If the problem has been corrected, the ticket should be closed.
If it is a problem that needs to be addressed in the zenphoto core, please describe what needs to be done. If it needs to be addressed in ZenphotoPress, someone should step up to owinging it.
By the way, as far as I'm concerned, Trac tickets should be related to Zenphoto, not to 3rd party plugins.
Zenphotopress refusing to accept path to admin directory.
I input the same as I use in browser <www.photo.dinky-stories.co.uk/zp-core
What am I doing wrong?
If it is in the "Admin path" field, it should be a path, not a URL (i.e. something like \var\www\gallery\zp-core).
I have a strange issue after installing zenphotopress 1.3.
When popup window open the "select image" area only displays pictures file names, I can still add some in the post,
Then the <src> tag looks like that:
src="http://pascal.ledisque.free.fr/gallery/11-novembre-broons/image/thumb/11novembre_10.jpg" />
When it should be similar to :
src="http://pascal.ledisque.free.fr/gallery/zp-core/i.php?a=11-novembre-broons&i=11novembre_10.jpg&s=thumb" />
I have double checked my gallery url, mod_rewrite is not enable.
Any idea why do I get that strange link ?