• Resolved imapc

    (@imapc)


    I am using the forum plugin called wpForo. When a user uploads an image to the Forum, it appears in the Media Library but is not resized. I do see the “Resize Image” button in the Imsanity column and can resize the image by clicking this button, but I want the image to be automatically resized when the user uploads it without having to click the resize button. How can I do this? Thanks!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author nosilver4u

    (@nosilver4u)

    Hi @imapc!
    The Imsanity plugin requires that an upload be processed through the wp_handle_upload filter in WordPress. You can ask the wpForo folks to add that to the upload processing, or try our EWWW Image Optimizer, which has some additional methods for resizing uploads–including a scheduled optimizer for images that bypass ALL the standard WP hooks.

    Thread Starter imapc

    (@imapc)

    Thanks for the quick response.

    Thread Starter imapc

    (@imapc)

    I downloaded EWWW Image Optimizer but it did not resize images as they were being uploaded by the wpForo Forum plugin (which stores images in wp-content/uploads/wpforo/default_attachments/). When you mentioned “EWWW Image Optimizer, which has some additional methods for resizing uploads–including a scheduled optimizer for images that bypass ALL the standard WP hooks.” were you referring to the Ludicrous Mode, Advanced->Folders to Optimize option? Thanks!

    Plugin Author nosilver4u

    (@nosilver4u)

    I was indeed referring to the Folders to Optimize along with the bulk tool and/or Scheduled Optimization. You would also need to enable Resize Other Images from the Resize tab.

    Edit: should also mention, I was hoping that since the images show up in the media library, that those would be done automatically via the wp_generate_attachment_metadata hook, but maybe that plugin somehow gets around that also.

    • This reply was modified 2 years, 9 months ago by nosilver4u.
    Thread Starter imapc

    (@imapc)

    Thanks for the reply. Yes, for some reason, the wpForo plugin seems to bypass your hook so I will give the Schedule Optimization a try. Thanks again for the quick reply.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Imsanity not resizing images uploaded to Forums’ is closed to new replies.