bbPress Plugin Browser »

Image Resizer (0.2)

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(3)

Your Rating

Author: Rhys Wynne


  1. In which case probably not faen. I haven't had a chance to install V1 myself so it will probably be incompatible.

    Posted: 2 years ago #
  2. faen

    Member

    rhyswynne, thanks. I'll be going back to RC1 again today. I have some problem with my CPU running at 100% inside forum topics with V1, when all plugins deactivated.

    Thanks for taking the time earlier in this thread. :)

    Posted: 2 years ago #
  3. Not a problem :)

    I'm sticking V1 onto a separate server tonight, just to run a few tests etc. See what I can come up with :)

    Posted: 2 years ago #
  4. Hi - first of all, love your plugin, very very useful - hope to see development on it continue.

    Here's my issue... only once in a while, an image gets posted w/ the following error above it:

    Warning: getimagesize(http://www.rollingstones.com/bin/galImg/siteFiles/41eb1ed796.) [function.getimagesize]: failed to open stream: HTTP request failed! in [PLUGIN-PATH-REMOVED]discuss/bb-plugins/imageresizer.php on line 105

    Thoughts? Thanks again,

    Posted: 2 years ago #
  5. @faen I've had a quick look at it under V1, and it may not be a problem with the plugin, rather with Allow Images. I'll have a look into it, see what happens.

    @tanmccuin I suspect it's because you're taking images from another site, rather than from a site you have control over. The site goes down during the resize, or it's unavailable. Is it just rollingstone.com? Or any other site? As some site may also have hotlink protection on them.

    I'd advise your forum members to save any photos to a separate server (such as photobucket), and upload from there :)

    Posted: 2 years ago #
  6. Thanks for the response - the issue persists, and i don't think the images are being blocked by the host server as they are displayed, albeit with the error above them. Rather strange, i don't think it was an error related to host server as i noticed it happened with a couple of emoticons being embedded through a BB-Press plugin through my own server. Very curious.

    Posted: 2 years ago #
  7. Marius-

    Member

    It doesn't work with my new BBPRess 1.02 installation.
    It installs perfectly and appear in the plugins. But nothing happens to the images in my forum.

    Posted: 2 years ago #
  8. This is such a great plugin to have after allowing people to post images in my forum. It's working just fine for me with bbPress 1.0.2.

    Posted: 2 years ago #
  9. Could not get this to work in 1.0.1. Maybe a conflict with another plugin?

    Posted: 2 years ago #
  10. FYI - you can set a restriction on max image size, when using bbCode Lite, by adding style="max-width" to line 46 of BBcode-lite.php:

    foreach($bbcode_lite['complex'] as $bbcode=>$html){
    if($bbcode!='url') {$text = preg_replace('/\['.$bbcode.'\](.+?)\[\/'.$bbcode.'\]/is','<'.$html[0].' '.$html[1].'="$1" style="max-width:450px">',$text);}

    Posted: 2 years ago #
  11. @cwdnow - this sounded like a great idea but editing the BBcode plugin didn't work for me. Instead I just added this line to my template css file : #thread div.post img {max-width: 500px;}

    Posted: 1 year ago #

RSS feed for this topic

Add a Comment

You must log in to post.