Pages (10): 1 2 3 4 5 10   
Member
Member
Simbul   18-04-2006, 13:27
#1

http://www.simbul.net/zenpress
ZenPress is a plugin for WordPress. It is designed to provide an easy way to include Zenphoto images into your blog posts.

I developed this plugin since I needed a way to add in WP posts some thumbnails and links to my albums without having to copy&paste URLs...
It is still a beta version and I didn't submit my plugin to the WP codex yet.
Your feedback would be truly appreciated

Member
Member
Chilifrei64   18-04-2006, 13:59
#2

You are my hero..

I will test it out on my lunch break

Member
Member
aitf311   18-04-2006, 14:09
#3

WOAH! Yes! Thank you!

Member
Member
Chilifrei64   18-04-2006, 16:42
#4

Well I gave it a try.. and it doesn't work for me. Here are my possible reasons..

  1. I am using IIS6 on Server 2003
  2. Zenphoto is installed in a seperate database from wordpress..

It did not correctly find my path.. no big deal.. I updated it and it saved it properly, when I click on the zp button in the editor it says select album, but it is empty, I dont have any selections.

I am using zenphoto 1.0.2 and Wordpress 2.0.2

Any ideas?

Member
Member
aitf311   18-04-2006, 17:28
#5

Im using dreamhost and it worked exactly as described. Wow! Thats the coolest use of zenphoto yet!

Member
Member
Simbul   18-04-2006, 17:33
#6

@Chilifrei:
It seems like the database quey returned no results.
OR, it could be a problem with the database and maybe php is hiding warnings to you.
To rule out this possibility, I've added some more checks in version 0.9.1.
http://www.simbul.net/zenpress/ZenPress-0.9.1.zip

Should the album list remain empty (with no reported errors), I'd try throwing this query to your ZenPress database:
SELECT id,folder,title FROM albums ORDER BY title ASC

If you don't like to mess with the DB... we'll find out another way to test things

Oh, BTW: your php version is >= 4?

Thanks for helping me making zenpress better

Member
Member
Chilifrei64   18-04-2006, 18:42
#7

Thanks for the quick reply. Here is where I think the error is. It is not picking up my table prefix. From phpmyadmin, if i throw in that query I get zen.albums does not exist.. which is correct.. it should be zen.zenalbums as my database name is zen and my table prefix is zen. If I make the change and have it look for zenalbums instead of albums it spits out my album names
And yeah.. after installing your new 0.9.1 i get the error
"ZenPress error. Query to database failed: SELECT id,folder,title FROM albums ORDER BY title ASC. Table 'zen.albums' doesn't exist"

which is correct because zen.albums does not exist.. this should read zen.zenalbums.

and yeah, php version is 5.1.2 and MySQL version is 5.0.20

EDIT:
UPDATE.. if i manually modify the query in popup_zp.php where it looks for the album names and add my prefix infront of albums i can get the dialog to work.. however then the rest still doesnt work because i would need to add that into all of the spots.. and my break is over now.. I will definately look into it more when I get home...

Member
Member
Simbul   18-04-2006, 19:03
#8

Hmm yes, your reply can explain a lot...
Actually, i completely forgot about table prefixes

Now it should be fixed. Let me know if it works
http://www.simbul.net/zenpress/ZenPress-0.9.2.zip
[corrected the link ]

Member
Member
Chilifrei64   18-04-2006, 19:07
#9

I think you meant
http://www.simbul.net/zenpress/ZenPress-0.9.2.zip

and yeah.. this works now.. I like.. thank you.. once I get a chance to further mess around with it I will be sure to give you some feedback.. until then.. back to work...

Member
Member
3stripe   18-04-2006, 20:58
#10

Wow amazing plugin, worked straight out the box, thankyou very very much

(No idea how hard this would be, but it would be really nice if the images changed as soon as you selected a different gallery, instead of having to click 'select')

Member
Member
Chilifrei64   18-04-2006, 22:13
#11

Here is a "bug"

It does not work in IE(6 or 7).. otherwise..

also.. just an idea.. some of my albums have roughly 100 photos in it and it takes a while to load the ZenPress Dialog page.. maybe paginate it....and maybe the ability to select more than one photo at a time..as everyone else calls it.. kinda a "flikr badge" for the album in your post..

Otherwise.. very slick, clean and functional... I am liking and will be using...PROPS!!

Member
Member
Simbul   18-04-2006, 22:37
#12

Thanks for the feedback
3stripe: you mean showing the "album selector" dropdown instead of the [i]back to selection[/i] link, or just bypassing the select button? (or both? )
Cilifrei64: I tested it in IE6 and it seemed to work. Can you tell me exactly what is the problem?
As for large albums, I was kinda aware of the problem, but didn't want to put too many things in the first release. I'll work on it for future releases.
Finally, the Flickr badge: you mean show some random images of an album? Or showing the album cover (or "thumbnail" as it is called in Zenphoto)?

Member
Member
Chilifrei64   18-04-2006, 23:00
#13

The part that didnt work was ass soon as you open the zenpress dialog you select the album, then it goes to the next page.. you have plus signs next to "what we want to do" when i select those plus signs to expand the selection, it doesnt expand. I have tried it on my work computer, my home computer and my wifes laptop, all with no luck...

As far as the badge goes, what I am talking about is something like a when I select what album I want to choose from that like right now I have the option to make a link to the album using 1 picture or make a link to the album, but what I want is like a 6 picture random photo badge, kinda like what wei chen made. if you look at my site you will see what I am talking about. The thing I dont like about what he made is my friends that i host blogs for give me the blank stare when i tell them how to do it.. if ti was easy like yours where you select album and seect an album badge, they would understand that..

Not sure if i am making sense here but basically like what you said. "show some random images of an album"

Member
Member
DarrellD   19-04-2006, 04:31
#14

Waaaaahhhhoooooo!!!!
I'm gonna give this one a try.

Member
Member
moonlord   20-04-2006, 18:28
#15

Thanks for this long needed plugin

unfortunately it doesn't work for me. I can get to the album selection to choose one of my albums, but when I hit select I get an error in the "Select Image" box:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/moonlord/webroot/wp-includes/js/tinymce/plugins/zenpress/popup_zp.php on line 176

any ideas?

Member
Member
Simbul   20-04-2006, 19:27
#16

I will look into it. I'm trying a guess, though: maybe you selected an empty album?

Anyway, first of all I will try to addres the malfunctioning in IE. I really hate IE and the way it always breaks my javascript and css, but unfortunately I can't ignore it

Stay tuned for 0.9.3

Member
Member
moonlord   20-04-2006, 20:35
#17

well, I tried several of my albums and none of them is emtpy. but I'll try again with a clean install of zenphoto, wordpress and zenpress during the weekend. I'll let you know then.

Developer
Developer
trisweb   20-04-2006, 20:50
#18

Holy crap, you got my attention! This is an excellent start to something I've been wanting to do for a loooong time.

Would you like some help? I have a couple other features I need to add (like inserting custom image sizes and configuring a default "blog-width" image). Seems also there are a couple bugs... but man, this is exactly what I've wanted since I first started developing this program.

I know it's GPL, but do you mind if we take it in and help? Make it sort of "official" in a sense? Then you'd be sort of an "official" wordpress plugin developer ;-)

One idea I had for future integration: make a Wordpress Widget that gives you the so-called "flickr-badge" in your sidebar. That's different though... ;-) This is absolutely fantastic, and I'll be using it for sure. Thanks thanks thanks.

Member
Member
Simbul   20-04-2006, 21:46
#19

Ok, I managed to solve the IE issue: it was basically a conflict with the tinyMCE js that was driving me nuts. Tested on IE6, seemed to work this time.

moonlord, don't bother reinstalling everything. Just try version 0.9.3: hopefully it will give you some more information on what went wrong

trisweb: thanks for the kind words
As for the plugin itself, I'd be glad to work on it with you, but I was rather willing to produce at least a stable version (i.e. 1.0) before thinking about such things. Hopefully it won't take long. We can start talking about the features you'd like to introduce in the meantime

Oh, yes, the link: http://www.simbul.net/zenpress

Member
Member
Chilifrei64   21-04-2006, 15:34
#20

IE works for me now.. Thank you. Once again.... great work..

Pages (10): 1 2 3 4 5 10   
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.