danielunited that's certainly weird, are you sure the user was deleted ? does the user's data no longer exist in the users table ?
Profile Cover
SychO No, it doesn't.
I ended up restoring a backup, so everything is ok now.
v1.2.0 Released
Now compatible with Flarum v0.1.0-beta.14 only
Adds a
setProfileCover
permission.Removes the cover images size calculations (too inconsistent and ended with wrong values in certain cases)
Fixes a bug with the create thumbnails checkbox
Updating
$ composer update sycho/flarum-profile-cover
thank you sir
[deleted]
SychO Thank you! BTW, i saw this action logs repo, will you tell us more about it?
[deleted]
SychO Thats great, thank you
v1.2.1
Updated for Flarum v0.1.0-beta.15
- Edited
hello, I can't uplaod .JPG images to the cover in beta-15
it's seams to be something like this profil problem for the message
i tried to upload an .jpg image to my profil photo, and it work
sorry for my bad english :S
in CoverValidator.php I add 'jpg' and works
- Edited
SychO I tried it lokally, works perfectly with the the CoverValidator fix. I created a PR for your convenience (SychO9/flarum-profile-cover23).
Hi @SychO, I'm having a problem with your extension. Users can delete my cover and that of others.
They are simple users, but I have created user groups via the Register role extension, I don't know if it can hit something.
https://discuss.flarum.org/d/24500-registration-roles
These are screen:
https://i.imgur.com/59BPyVY_d.webp?maxwidth=640&shape=thumb&fidelity=medium
https://i.imgur.com/KKvTE0j_d.webp?maxwidth=640&shape=thumb&fidelity=medium
- Edited
mekici well, the user card's height changes depending on the user's bio size, so only thing I can think of that could make it better, is to stretch the thumbnail and use a light blur effect to hide the bad quality of the image. I've created an issue about it for now SychO9/flarum-profile-cover24, will look into it at some point.
Also, this doesn't happen when thumbnails are disabled I believe.
v1.2.4
- Updated for beta.16
- Edited
is it compatible with stable version? Currently maksimum file size is not correct on front end side. I set 512kb on admin panel but it shows as 2mb at profile page. How can I solve? I use flarum v,1.0.2
fakruzaruret Are you referring to just the alert message in the modal or the action of uploading ?