nitaaikumar If I remove the Best Answer to a Discussion, it still persists to show it in green in beta 10 and in the first post. And if I soft delete the post which I had selected as the Best Answer, it still shows that green tick in the All Discussions list. Is this happening to everyone on beta 10? Only when I hard delete that post, then everything is gone. Thanks.
Ralkage nitaaikumar this is a known issue and hopefully will be fixed/looked at as soon as anyone can submit a PR with their own fix 😃
[deleted] Well I hope so, because this is one of the most useful extensions which gives Flarum even more boost and functionality
zeroworld Hey Folks, I have the 'best answer' extension enabled, but it appears that there are a few issues with it: If you select a 'best answer', but then try to deselect it - nothing happens. So, it's not possible to deselect a 'best answer'. On mobile, it looks like the below: Anyone willing to make a fix for this? And if not, could I pay for someone to fix? Thanks so much T
[deleted] @media (max-width: 767px) { .Post--BestAnswer { float: none !important; display: flex !important; margin-top: 10px; } } @[deleted] posted this Custom CSS in a discussion, and there is no fix for first issue...
zeroworld Not sure if this is allowed or not, but on the basis this is a positive addition to this post here goes. I'm willing to chip in $15 for someone to fork the plugin and fix the 'deselect' answer issue, would others match this?
datitisev zeroworld There's a fix for that issue that I PR'd to the repo (see wiwatsrt/flarum-ext-best-answer26) but @WiwatSrt doesn't seem to have been online for a few months now... I did ask if @WiwatSrt would be fine if we moved the extension to FriendsOfFlarum, but as the extension itself still somewhat works in beta 10 and we've received no answer, we haven't done that.
[deleted] datitisev zeroworld There's a fix for that issue that I PR'd to the repo (see wiwatsrt/flarum-ext-best-answer#26) but @WiwatSrt doesn't seem to have been online for a few months now... I've just applied this fix to my own forum, and it works 100% - thanks.
zeroworld Awesome - thanks as always @[deleted] for being such a great contributor to the community! And of course, thanks @WiwatSrt for the fix!
[deleted] zeroworld And of course, thanks @WiwatSrt for the fix! The fix came from @datitisev I think 🙂
[deleted] zeroworld Awesome - thanks as always @mcutting for being such a great contributor to the community! No problems. Happy to help out as always.
iPurpl3x [deleted] No, sorry I didn't even see your post (I just looked at GitHub before posting my PR). My solution is not using media queries.