Notifications
Clear all

Using wpForo with Imsanity (wp_handle_upload?)

4 Posts
2 Users
0 Likes
519 Views
Posts: 3
Topic starter
(@imapc)
New Member
Joined: 1 year 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: 3105
Admin
(@chris)
Support Team
Joined: 2 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.

Reply
2 Replies
(@imapc)
Joined: 1 year ago

New Member
Posts: 3

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

Reply
Chris
Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3105

@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).

Reply