Jared Atchison
Jared Atchison
Ideally there should be a filterable threshold, say maybe 1mb, that if an image is larger than that it doesn't upload and provides an error message to the user telling...
@Evzy which page is it breaking, specifically, so I can look into that?
Hmm, I'll look into this. So not only when editing/viewing the profile, but also on the topics? Interesting, can't say I've noticed that, but I can try to upload a...
Hmm, I can't replicate it. I uploaded a 1200x1200 image, but on bbPress (and else where) it shows everything correctly from what I can tell. http://cl.ly/image/2i2E1h1y2e1W http://cl.ly/image/1o41211w332F http://cl.ly/image/2V142v2K0G00 http://cl.ly/image/46150u1e2t2O http://cl.ly/image/3Y1r442K1I2s
Hmm, sounds like the image resizing isn't going through (https://github.com/jaredatch/Basic-User-Avatars/blob/master/init.php#L170) The thing is even if the image isn't resizing correctly, it should still get the correct dimensions inline (see https://github.com/jaredatch/Basic-User-Avatars/blob/master/init.php#L186)
Trying disabling all other plugins (other than bbPress) and switch to a default WordPress theme. I think something is interfering with things. If you view the source of the page,...
I've looked into this more. The problem with this is that the plugin used the normal WordPress function to upload the file (https://core.trac.wordpress.org/browser/tags/4.4/src/wp-admin/includes/file.php#L228) which - from what I can tell...
Very nice work. Love it. Also appreciate you keeping the PRs seperate.
@shawnhooper this is a side note/question, but I figured I'd add it to this issue since it's REST related. Feel free to create a seperate issue for this if you...
Yep, you are definitely right. I'll try to push an update out for this when I get time. Thanks for reporting.