[deleted]
[deleted] Yes, but this should fix it
@media (max-width: 767px) {
.Post--BestAnswer {
float: none !important;
display: flex !important;
margin-top: 10px;
}
}
[deleted] Yes, but this should fix it
@media (max-width: 767px) {
.Post--BestAnswer {
float: none !important;
display: flex !important;
margin-top: 10px;
}
}
Thanks. It works!
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.
nitaaikumar
I have the same problem (using Flarum Beta 10)
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
Well I hope so, because this is one of the most useful extensions which gives Flarum even more boost and functionality
Hey Folks,
I have the 'best answer' extension enabled, but it appears that there are a few issues with it:
Anyone willing to make a fix for this? And if not, could I pay for someone to fix?
Thanks so much
T
@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...
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?
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.
@datitisev last activity from @WiwatSrt was the 6th of July.
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.
Awesome - thanks as always @[deleted] for being such a great contributor to the community!
And of course, thanks @WiwatSrt for the fix!
The fix came from @datitisev I think
iPurpl3x Is this based on the CSS fix I provided ?