There was a bug in ZenphotoPress 1.3 which prevented the creation of correct URLs with mod_rewrite not enabled. I just released version 1.3.1 specifically to fix this bug
Can anyone think of some rather easy way to make Zenphotopress work with two different installations of Zenphoto? Without digging too deep into the scripting?
Whenever I try to add a photo, it's able to bring up the pop-up menu but no thumbnails show. When I click on the text where the thumbnail should be, I notice that there's a problem with the link...instead of directly linking to site.com/gallery/1.jpg, what it's doing is linking site.com/wp-admin/site.com/gallery/1.jpg. In essence it's adding "site.com/wp-admin" before the proper link to the picture.
Hi, I've been using Zenpress for quite some time now and I love it. But with the zp-core directory introduced in Zenphoto I wanted to upgdrade the plugin. So I downloaded Zenphotopress and followed the instructions. Settings were copied from zenpress. Now when writing a new post and pressing the ZP button, an empty popup appears. Any ideas why this happens?
I have the latest everything... WP 2.3.3, ZenphotoPress 1.3.1, Zenphoto 1.1.4
I'm still getting the message: Wrong Zenphoto admin path. It should point to the Zenphoto administration directory on the filesystem.
I've used Zenphotopress when it was Zenpress without problems in the past, but this one - I just don't get what I'm doing wrong. Any help would be appreciated.
Hello Simbul - I finally got back to work on my site and upgraded to your latest version. Everything is working beautifully now. I really appreciate the work you've put into this. It's great. I was wondering - back in November you eluded to an "overhaul" that would be done in the near future. Do you plan on including the capability of adding a whole album to a page post? Also, it would be great if the links created could have the option of adding a "target=_blank" tag. I'm adding it manually now. Again - wonderful product. Thanks again.
@grasland: puzzling question. Did you clear your browser's cache? I know for sure Firefox tends to aggressively cache TinyMCE and sometimes this can break ZenphotoPress upgrades.
@darrellm: the /var/www path is only one of the possible locations for the document root of a webserver: unless you find a reliable source for the path of your zp-core directory, it'll be very difficult to get at it by guesswork. You could try with SSH access to your web space, or with a search through your host's documentation.
@mastiffmomma: yes, back then I was in fact working on the new ZenphotoPress release. Unfortunately, Real Life got in the way like it usually does and left me with no time to work on my little beloved project So, the answer to your question is: yes, I plan to introduce many new features, but I just can't tell *when* I'll be able to do it.
Thanks Simbul! I emailed hosting support and got the path. You're right - I never would've guessed it. Just FYI, I did have to uncheck the "enable mod_rewrite" in the Zenphoto gallery options to get the link to work. I thought 1.3.1 corrected this. Maybe I misread your post. Anyway, everything works - excellent work on the ZenphotoPress! Thanks a bunch to you and all the folks who created Zenphoto!
Thanks Simbul! I sure understand life getting in the way. I only just got back to work on my site after the holiday hiatus! It sure is hard to get back in the groove when you've been away from it for a bit. I look forward to seeing what's to come with ZenphotoPress.
Hey Simbul, I just tried ZenphotoPress (ZPP) 1.3.1 with the latest WordPress (WP) 2.3.3 release and the latest nightly build of Zenphoto (ZP) (as of 02/25/2008) and let me say it is fantastic. Thank you very much for a fine product. Now for a request:
Is there any way for you to do the following in a future version of ZPP?
1. Keep the existing feature set in tact. The image insertion capabilities are truly cool.
2. Offer in addition to 1. above, the option of embedding the entire ZP main page (with all its albums, subalbums and images) into a pre-existing WP page while retaining the appearance of the current WP theme. People can then designate this WP page as Gallery (say) and when they click on it they see their good old ZP gallery in all its Zen-like splendor.
This way ZP and WP are truly integrated for anyone wishing to use WP as a content management system. And the ZP gallery is themed exactly like the WP theme so if we were to change the WP theme, the presentation of the ZP gallery within WP changes to match that theme.
Well, that was what the plugin I was inspired from actually did. The problem is, such an integration would sadly require much more time than the ordinary ZenphotoPress development (which itself requires a lot of time, which I don't have ). The main problems I see are: 1. It would take time and effort to develop 2. More importantly, it would require an awful amount of time for maintainance, because of its strong integration with both Zenphoto and Wordpress.
Bottom line: I'd love to do it, but frankly I can't see it coming in the near future
Dear Simbul. Of course I understand completely especially your point #2 which is truly mind boggling i.e. everytime either ZP or WP change, ZPP potentially has to change too. I suppose we could throw the field open to talented volunteers...oh well. But thank you again for a great plugin.
You are absolutely right, jayray999. Thanks for the clarification. The reason I used that link is because that's the only one I had at the time. I figured you will see the original link on it. Yes, I also use Zenphotopress - mainly as a backend image management. Great stuff!
I just upgrade to Wordpress 2.5 and Zen Press 1.4... i've this error message: Fatal error: Cannot redeclare prefix() (previously declared in /homepages/1/d139468600/htdocs/sarahetsebastien/wp-content/plugins/zen-recent-comments.php:75) in /homepages/1/d139468600/htdocs/sarahetsebastien/zenphoto/zp-core/functions-db.php on line 135.
This problem seems related to the zen-recent-comments plugin, more than ZenphotoPress. It can, however, be triggered by the way ZenphotoPress includes Zenphoto functions. If this is the case, I'm afraid there's no easy solution short of uninstalling one of the plugins.
I installed the plugin and it works fine. When I tried it with video file I couldn't get it to show the video thumbnail in the post. All I got was just a link to the video page. Is it possible to get the thumbnail (videoDefault.png) on the post?
is there a way to write the "button code" so that the zp button shows up in another wysiwyg editor for wordpress? I use wysiwygPro, which writes standard based xhtml and would love to use them both (zenphoto press and wysiwygPro), thanks.
Do you have any plans to support sub-albums by allowing a hierarchical album selection?
Right now I have my albums divided up by year, with each year having a number of sub-albums. Sometimes the sub-albums are named the same from one year to the next. When this happens there's no way to distinguish one sub-album from the other in the Select Album dropdown.
I decided to have a go at coding a hierarchical album selection for myself.
It's my first time coding in PHP so I don't know how good the code is...but at least it seems to be working.
I modified the classes.php file in [docroot]/wp-content/plugins/zenphotopress/tinymce, replaced the existing 'print_albums' function and added a new 'buildAlbumOptionsList' function. Here's the code in case anyone is interested:
`
/**
* Print the album selection menu
* @param $selected ID of the selected album (if any)
@demonGeek: you're right. Support for subalbums in ZenphotoPress has been patchy at best. My plan was to start working on interface issues such as that one as soon as I can release ZenphotoPress 1.5. I'm glad you found a way to fix it yourself, anyway
hi I get the same problem as pfff with zenphotopress installed on a windows server:
Fatal error: Cannot redeclare __() (previously declared in \Domains\gunnigunni.dk\wwwroot\wordpress\wp-includes\l10n.php:116) in \Domains\gunnigunni.dk\wwwroot\zenphoto\zp-core\lib-gettext\gettext.inc on line 127
anyidea how to fix this? do ineed to change a function name or something?
I'm back, to bring you a brand new version of ZenphotoPress!
ZenphotoPress 1.5 introduces some big changes: - A widget (or badge, if you prefer) to show images from albums - A shortcode to automatically add a gallery in your posts (just like the [gallery] shortcode introduced in Wordpress 2.5) - A new backend, which at last decouples Wordpress from Zenphoto. This means all the PHP conflicts on name declarations (just like the ones in the previous posts) should be a thing of the past
And I must say, this latest release is absolutely phenomenal. I love how defaults are available for everything so I can tune it how I like it and just use it. Great job!
I want to use the sidebar widget too, I'll work it in my theme at some point. Thanks again.
One thing I really need, as I have dozens of albums and it's hard to sort through the menu - if you could sort the Album selection menu by the album sort order, that would be great! I think I will just go hack that in now, but I'm sure you know how as well
Comments
I just released version 1.3.1 specifically to fix this bug
http://simbul.bzaar.net/zenphotopress
I was wonderingggg...
Can anyone think of some rather easy way to make Zenphotopress work with two different installations of Zenphoto? Without digging too deep into the scripting?
I would love that.
I need some help with ZenPhotoPress...
Whenever I try to add a photo, it's able to bring up the pop-up menu but no thumbnails show. When I click on the text where the thumbnail should be, I notice that there's a problem with the link...instead of directly linking to site.com/gallery/1.jpg, what it's doing is linking site.com/wp-admin/site.com/gallery/1.jpg. In essence it's adding "site.com/wp-admin" before the proper link to the picture.
Any help would be greatly appreciated!
Zenphoto gallery url: http://www.mlownie.com/gallery
Zenphoto admin path: /var/www/mlownie.com/gallery/zp-core (and I've tried different combo)
I have the latest everything... WP 2.3.3, ZenphotoPress 1.3.1, Zenphoto 1.1.4
I'm still getting the message: Wrong Zenphoto admin path. It should point to the Zenphoto administration directory on the filesystem.
I've used Zenphotopress when it was Zenpress without problems in the past, but this one - I just don't get what I'm doing wrong. Any help would be appreciated.
@grasland: puzzling question. Did you clear your browser's cache? I know for sure Firefox tends to aggressively cache TinyMCE and sometimes this can break ZenphotoPress upgrades.
@darrellm: the /var/www path is only one of the possible locations for the document root of a webserver: unless you find a reliable source for the path of your zp-core directory, it'll be very difficult to get at it by guesswork.
You could try with SSH access to your web space, or with a search through your host's documentation.
@mastiffmomma: yes, back then I was in fact working on the new ZenphotoPress release. Unfortunately, Real Life got in the way like it usually does and left me with no time to work on my little beloved project
So, the answer to your question is: yes, I plan to introduce many new features, but I just can't tell *when* I'll be able to do it.
Is there any way for you to do the following in a future version of ZPP?
1. Keep the existing feature set in tact. The image insertion capabilities are truly cool.
2. Offer in addition to 1. above, the option of embedding the entire ZP main page (with all its albums, subalbums and images) into a pre-existing WP page while retaining the appearance of the current WP theme. People can then designate this WP page as Gallery (say) and when they click on it they see their good old ZP gallery in all its Zen-like splendor.
This way ZP and WP are truly integrated for anyone wishing to use WP as a content management system. And the ZP gallery is themed exactly like the WP theme so if we were to change the WP theme, the presentation of the ZP gallery within WP changes to match that theme.
What do you think?
The problem is, such an integration would sadly require much more time than the ordinary ZenphotoPress development (which itself requires a lot of time, which I don't have
The main problems I see are:
1. It would take time and effort to develop
2. More importantly, it would require an awful amount of time for maintainance, because of its strong integration with both Zenphoto and Wordpress.
Bottom line: I'd love to do it, but frankly I can't see it coming in the near future
It is a pretty important update, since it introduces Wordpress 2.5 compatibility.
So, if you upgraded your blog to 2.5, be sure to upgrade ZenhpotoPress too
http://tech.einaregilsson.com/2007/08/06/integrating-zenphoto-into-wordpress/
You can also do a search for "zenphoto wordpress integration" in the forums.
@darrellm: Thanks for the suggestion. Actually the first link (http://www.ruzee.com/blog/2006/06/integrating-zenphoto-into-wordpress/) posted on the page you cite, in conjuction with Simbul's great ZenPhotoPress plugin are together the best resource for anyone attempting WP integration with ZP.
The reason I used that link is because that's the only one I had at the time. I figured you will see the original link on it. Yes, I also use Zenphotopress - mainly as a backend image management. Great stuff!
I just upgrade to Wordpress 2.5 and Zen Press 1.4... i've this error message:
Fatal error: Cannot redeclare prefix() (previously declared in /homepages/1/d139468600/htdocs/sarahetsebastien/wp-content/plugins/zen-recent-comments.php:75) in /homepages/1/d139468600/htdocs/sarahetsebastien/zenphoto/zp-core/functions-db.php on line 135.
Do you know why ?
It can, however, be triggered by the way ZenphotoPress includes Zenphoto functions.
If this is the case, I'm afraid there's no easy solution short of uninstalling one of the plugins.
Do you have any plans to support sub-albums by allowing a hierarchical album selection?
Right now I have my albums divided up by year, with each year having a number of sub-albums. Sometimes the sub-albums are named the same from one year to the next. When this happens there's no way to distinguish one sub-album from the other in the Select Album dropdown.
Thanks.
It's my first time coding in PHP so I don't know how good the code is...but at least it seems to be working.
I modified the classes.php file in [docroot]/wp-content/plugins/zenphotopress/tinymce, replaced the existing 'print_albums' function and added a new 'buildAlbumOptionsList' function. Here's the code in case anyone is interested:
`
/**
* Print the album selection menu
* @param $selected ID of the selected album (if any)
*/
function print_albums($selected) {
?>
" method="POST">
<?php _e('Select Album','zenphotopress'); ?>
<?php echo '<select name="album">'; ?>
<?php ZenphotoPressGUI::buildAlbumOptionsList(0, 0, $selected); ?>
<?php echo '</select>'; ?>
">
<?php<br />
}
/**
* Recursively builds an HTML for each album.
* Sub-albums are indented to indicate their position in the album hierarchy.
* @param $id ID value of the album being processed
* @param $level Integer value indicating the sub album level (where 0 is the topmost level)
* @param $selected ID of the the selcted album or nothing
*/
function buildAlbumOptionsList($id, $level,$selected=NULL){
global $zp_db,$zp_eh;
$options = array();
if ($level > 99) return;
if ($id == 0) {
$sql = "SELECT id AS value, title AS name FROM db_albums_table WHERE parentid is null ORDER BY title ASC";
} else {
$sql = "SELECT id AS value, title AS name FROM db_albums_table WHERE parentid=".$id." ORDER BY title ASC";
}
$albums = $zp_db->queryArray($sql);
if (! empty($albums)) {
foreach ($albums as $album) {
$album[value]==$selected ? $sel=' selected="selected"' : $sel = '';
if ($level == 0) {
echo ''.$album[name].'';
} else {
echo ''.str_repeat('--', $level).$album[name].'';
}
$options = array_merge($options, ZenphotoPressGUI::buildAlbumOptionsList((int)$album[value], $level + 1, $selected));
}
}
return $options;
}
`
My plan was to start working on interface issues such as that one as soon as I can release ZenphotoPress 1.5.
I'm glad you found a way to fix it yourself, anyway
I checked the suggestions Simbul, but clearing the cache doesn't help. It happens in all browsers
Can anyone offer a suggestion on how I can fix this?
WP:2.6
ZP:1.1.7
ZPP:1.4
Fatal error: Cannot redeclare __() (previously declared in
anyidea how to fix this? do ineed to change a function name or something?
ZenphotoPress 1.5 introduces some big changes:
- A widget (or badge, if you prefer) to show images from albums
- A shortcode to automatically add a gallery in your posts (just like the [gallery] shortcode introduced in Wordpress 2.5)
- A new backend, which at last decouples Wordpress from Zenphoto. This means all the PHP conflicts on name declarations (just like the ones in the previous posts) should be a thing of the past
So, as usual, here is the ZenphotoPress webpage. Happy downloading
I want to use the sidebar widget too, I'll work it in my theme at some point. Thanks again.
One thing I really need, as I have dozens of albums and it's hard to sort through the menu - if you could sort the Album selection menu by the album sort order, that would be great! I think I will just go hack that in now, but I'm sure you know how as well