Notifications
Clear all

[Closed] Using wpForo with Imsanity (wp_handle_upload?)

4 Posts
2 Users
0 Reactions
763 Views
Posts: 3
Topic starter
(@imapc)
Active Member
Joined: 3 years ago

I am using wpForo and want to automatically resize user's uploaded images using Imsanity.  However, the Imsanity folks tell me that this integration will only work if wpForo uses the wp_handle_upload functionality for uploading images.  So are you folks using wp_handle_upload?  If not, can you recommend a solution for automatically resizing user's images on-the-fly before they are stored in the Media Gallery?  Thanks!

Topic Tags
3 Replies
Chris
Posts: 3627
(@chris)
Famed Member
Joined: 3 years ago

Hi @imapc,

You can try wpForo Advanced Attachments Addon which has option to set Thumbnail Max Height and Max Width with pixels and option to set Image Max Height with pixels.

2 Replies
(@imapc)
Joined: 3 years ago

Active Member
Posts: 3

@chris   Will the wpForo Advanced Attachments Addon automatically resize images to honor the Image Max Height that I specify?

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3627

@imapc,

Let's say if you set image max height 100px, every uploaded image's max height will be set to 100px.

And if the image's height is lower than 100px, for example 80px, that image will be uploaded with its default height(80px).