WP Photos Plugin
-
I’ve released a 1.2 compatible plugin of my WP Photos hack for WordPress.
http://www.alexking.org/blog/2004/06/30/wp-photos-plugin-for-wordpress-12/
Post bug reports here.
-
What version of WP are you using?
I’m using WP 1.2.1 and WP-photos 1.5.
The three column .css I’m using is View Finder Designs psuedo TrueBlue three column layout.
The only plugins I have, other than WP-photos is Kitten’s Spaminator and LazyImageLayout.
Thanks.Dunno what to tell you – perhaps taking a look at the Plugged In install would be helpful.
Okay, what exactly does this plugin do? Is it a gallery? In your entries, does it do a thumbnail version of your image that, when clicked on, shows the full size one in a new window (like the ImageManager plugin by PerS)? Something else? I can’t find a description of it anywhere, and the couple of links that people have posted, all I see is a gallery, but the title doesn’t sound like it’s a gallery…
Any clarification would be appreciated. Maybe this is what I’ll use instead of ImageManager, if it’s what I’m hoping it is!I’d try “Plugged In” but that would over write the .ccs and .php I’m using.
I’ll pull it down and take a look at the .css and .php to see if that gives me any clues.
It is possible to get a quick description of what each of the .php additions are doing?I thought I had everything worked out but when I click on add under pictures it opens up a new page and I get: “No input file specified.”
I thought I had everything worked out but when I click on add under pictures it opens up a new page and I get: “No input file specified.”
does this work for 1.3?
it says in the README that i should put this script (in index.php) before the comments. the problem is i don’t know exactly where to put it:
– this goes before the comments
<?php
if ($single && (empty($post->password) ||
$HTTP_COOKIE_VARS[‘wp-postpass_’.$cookiehash] == $post->post_password)) {
$photos = get_post_photos($id);
$photos = get_thumbnail_grid($photos);
print($photos);
}
?>sheesh, double post.
sorry. btw, it’s the current release.
*bump*
happy new year to you all.
Spent the day installing and understanding WordPress and also installed WP Photos plug in.
perhaps it’s me but can I run this past someone…..
I put up a posting on http://www.outdoorwords.co.uk …. and attached a photo from my photodatabase site up when installing the photos plug in. However I thought I saw somewhere that it was possible to scroll through the photos in the datebase via this posting using next or previous buttons …. I can’t seem to do this ….
second problem is that the posted photo appears to be the thumbnail version ….
what have I done worng!!
I only support released versions of WP for obvious reasons.
Is the creator still supporting this plug-in? I downloaded the zip file, but the readme file has weird chars in there that messes the code up that I amd supposed to enter into the edit.php file.
The topic ‘WP Photos Plugin’ is closed to new replies.