SychO [deleted] I'll publish that one soon, just gotta make some tweaks to it, but it's as the name suggests, a log for different kinds of admin/moderation actions taken in the forum. It's a very simple one though (for now).
Amarok 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 😉
SychO Amarok Hello, thank you for the report! Yes it seems like this was affected by the same change in symfony/mime, I'll take a look at this and push a fix soon.
Scolasticus SychO I tried it lokally, works perfectly with the the CoverValidator fix. I created a PR for your convenience (SychO9/flarum-profile-cover23).
Gatsu 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
SychO Gatsu Thank you very much for reporting this! I just investigated the code, and found where I made a mistake when I added beta 15 compatibility. Sorry about that. I just tagged a new v1.2.3 release that fixes the issue. Just run the following command: composer update sycho/flarum-profile-cover
mekici SychO Do you have to make it compatible with FOF user-bio plugin on your to-do list? Because it causes bad appearance.
SychO 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.
fakruzaruret 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
SychO fakruzaruret Are you referring to just the alert message in the modal or the action of uploading ?
fakruzaruret SychO I'm sorry, I wrote by looking at the warning message, I didn't try to upload, but now I have tried and the upload is working correctly. Since users will act according to the warning message, I think that the warning message should show the correct value. Also, is there a problem with the translation of the warning that appears at the bottom left when the upload is incorrect?
Darkle Maybe it would be a good idea to use @clarkwinkelmann Predefined Avatars extension as a guide to add this feature to Profile Cover. It would be very useful to have a predefined covers to control the disk space, the cover images are much heavier.
SychO Darkle I like the idea! I'm also considering external URL images. But anyway do feel free to create an issue about the predefined ones.