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

Pages: 1 2 3 4 5 6 7 8 9 10


ZenPress: Zenphoto plugin for WordPress - Null - 2006-04-28

-snif- beautiful -snif-




ZenPress: Zenphoto plugin for WordPress - Simbul - 2006-04-29

It took more work than I planned, but here you are:
http://www.simbul.net/zenpress/ZenPress-0.9.4.zip

This is the biggest set of changes I've done so far, even if most of them are just "behind the scenes".
Error handling is now performed in a way that should (hopefully) ease debugging operations.
The images in the popup are divided in pages.

I think that 0.9.4 is going to become the official 1.0 release soon. This means:

  1. Tell me if you notice problems/bugs, so that I can correct them before releasing.
  2. trisweb, we can start working together on it, if you still wish so.

Thanks again for your support




ZenPress: Zenphoto plugin for WordPress - dwainetrain - 2006-04-29

Two small requests:

Ability to include full-size image in post

and

Ability to link directly to the image, not just to its ZenPhoto page

With this, I could use ZenPress and ZenPhoto to manage alot of different images for different purposes.

Thanks. I love this plugin, keep up the good work!




ZenPress: Zenphoto plugin for WordPress - bagger99 - 2006-04-30

Newbie question :

Only yesterday I installed Wordpress and Zenphoto om my site. Finding Zenpress today confirms me I choose the right tools
I uploaded the Zenpress-files to my Wordpress-include folders. Activating the plug-in and setting the options worked fine, but the ZP-button appeared only after I chmodded all files to 755 (were 644). However after clicking the button, only a blank screen pops up. When opening the source-page in Firefox equally shows an empty page. Anyone any suggestions ?

Thanks,
Bart




ZenPress: Zenphoto plugin for WordPress - aitf311 - 2006-04-30

Could you make this script work with zp-config.php also? The SVN has renamed config.php to zp-config.php.




ZenPress: Zenphoto plugin for WordPress - 3dkiller - 2006-05-01

I just setup Wordpress & ZenPhoto without a hitch. I followed your instructions and installed ZenPress. Sadly I must report it does not show up in the Wordpress Plugin Management .

Here is my setup:
Host: Site5.com
Wordpress 2.0.2
ZenPhoto 1.0.2b
ZenPress 0.9.4

I am using a different database for Wordpress and ZenPhoto. My website is located here: www.storylinker.com. Any ideas?




ZenPress: Zenphoto plugin for WordPress - Simbul - 2006-05-01

@3dkiller: I browsed to some of the inner folders of your website, and it seems that for some reason the zenpress.php file is saved as a directory.
Try modifying wp-content/plugins/zenpress/zenpress.php/ removing the trailing slash from "zenpress.php/"

@aitf311: will work on it

@bagger99: make sure wp-includes/js/tinymce/plugins/zenpress/popup_zp.php is chmodded 755 too.




ZenPress: Zenphoto plugin for WordPress - bagger99 - 2006-05-01

Simbul, thanks for the response. alas, it was already chmodded 755.
Zenphoto is installed in mydomain.com/foto , Wordpress is installed in blog.mydomain.com , could that cause problems ?




ZenPress: Zenphoto plugin for WordPress - Simbul - 2006-05-01

It could. I guess that the automatic configuration of the zenphoto admin path wasn't able to get it, am I right?
Did you configure it manually?




ZenPress: Zenphoto plugin for WordPress - 3dkiller - 2006-05-01

Sinbul,

Ok, I'm confused. I have two things in the wp-content/plugins/zenpress/ directory.

  1. zp_config.php (a file)
  2. zenpress.php (an empty directory)

I double checked my zenpress 0.9.4 unzipped download, and it too has same.

So what do you want me to do? Turn an empty directory into a file? Or rename zp_config.php > zenpress.php and delete the empty directory?




ZenPress: Zenphoto plugin for WordPress - Swivel - 2006-05-01

I too am having difficulties But quite possibly of my own making???

When ZP is clicked within wordpress write:

Zenpress Messages
Fatal Error
Cannot find Zenphoto configuration file.

wordpress 2.02
zenphoto 1.02b
zenpress 0.9.4

paths for wordpress "subdomain.mysite.com"
zenphoto "subdomain.mysite.com/photos" this I used in zenphoto base path




ZenPress: Zenphoto plugin for WordPress - 3dkiller - 2006-05-01

Ok, I solved my first problem. It turned out my ExtractNow 3.60 was not uncompressing your .zip file correctly and I was missing the zenpress.php file.

So I have been able to 'activate' the plugin, but now I have another problem. No icon in the editor.

I setup options to point to this directory:
http://www.storylinker.com/zenphoto/albums
and
http://www.storylinker.com/zenphoto/albums/

Still no go. Any thoughts?




ZenPress: Zenphoto plugin for WordPress - Simbul - 2006-05-01

The Zenphoto base path is an actual filesystem path, something like /var/www/domain/photos.
Try adding "http://" in front of your web path (http://subdomain.mysite.com) and see if the autocompletion works. Otherwise you'll have to find out the actual path on your webserver.




ZenPress: Zenphoto plugin for WordPress - trisweb - 2006-05-01

Yeah, that field in the config was pretty confusing Simbul. Perhaps you could give an example next to it for the final version?




ZenPress: Zenphoto plugin for WordPress - Simbul - 2006-05-01

Yes, I'll definitely try to make more clear what that config option means.




ZenPress: Zenphoto plugin for WordPress - 3dkiller - 2006-05-01

Sinbul,

Ok, we are going places. I got the icon! However, when I click on it I get an empty window, with no options, just blank.

Ideas? ...and thanks for helping me with this. I feel like an absolute idiot. I can't believe how difficult this has been.

~3d
http://www.storylinker.com/
http://www.storylinker.com/zenphoto/




ZenPress: Zenphoto plugin for WordPress - 3dkiller - 2006-05-01

Sinbul,

Fixed. It turns out you can't use /zenphoto/ as a directory. You have to use something else. I chose "media".

http://www.storylinker.com/media/

~3d




ZenPress: Zenphoto plugin for WordPress - Simbul - 2006-05-01

Oh, yes, if I remember correctly that is an issue of zenphoto when mod_rewrite is enabled: you can't use any name containing the word "zen".
Had the same problem myself, having called the directory "zen".




ZenPress: Zenphoto plugin for WordPress - 3dkiller - 2006-05-01

doh! there went 3 hrs of my life!

~3d




ZenPress: Zenphoto plugin for WordPress - trisweb - 2006-05-01

Woah woah, that problem should be gone with 1.0.2, right? I'll take a look at the rewrite rules, but that shouldn't be a problem, seriously...