When I try to put on FOF Best Answer It says this: Oops! Something went wrong. Please reload the page and try again
FriendsOfFlarum Best Answer
- Edited
Winky it is related to the issue that I posted above, please tell me your forum name and I'll fix it for you
Edit: See https://discuss.flarum.org/d/7585/3080, it should be okay now(?)
- Edited
Migrating extension: fof-best-answer
Migrated: 2021_08_09_add_qna_column_to_tags_table
Migrated: 2021_08_10_add_reminders_column_to_tags_table
PHP Warning: explode() expects parameter 2 to be string, array given in /www/wwwroot/unswforum.com/vendor/fof/best-answer/migrations/2021_08_15_migrate_reminder_settings.php on line 25
Warning: explode() expects parameter 2 to be string, array given in /www/wwwroot/unswforum.com/vendor/fof/best-answer/migrations/2021_08_15_migrate_reminder_settings.php on line 25
PHP Warning: Invalid argument supplied for foreach() in /www/wwwroot/unswforum.com/vendor/fof/best-answer/migrations/2021_08_15_migrate_reminder_settings.php on line 25
Warning: Invalid argument supplied for foreach() in /www/wwwroot/unswforum.com/vendor/fof/best-answer/migrations/2021_08_15_migrate_reminder_settings.php on line 25
Migrated: 2021_08_15_migrate_reminder_settings
1.1.2, same problem here...It doesn't work after updating. I have to disable the extension.
Update:
1.1.3 still can't select the best answer(no button in posts). I find nothing in the console.
1.0.1 works well.
1.1.4
Well, this started on 1.1.0
but has not been announced so far, so lumping it all together here
- Add filtering by
solved
,unsolved
orall
- Ability to enable/disable specific tags for Best Answers
- Ability to enable/disable BA reminders for specific tags
Start a discussion
button now showsAsk a question
when within a BA enabled tag. (can be adjusted using FoF Linguist
Important
When updating from previous versions, you must either enable all tags for best answer
or individually from the tag configuration modal (2nd screenshot as an example)
Updating
composer require fof/best-answer:"*"
php flarum cache:clear
php flarum migrate
Start a discussion button now shows Ask a question when within a BA enabled tag. (can be adjusted using FoF Linguist
this is really a cool feature to have! may i ask you a quick question
when it is enabled for all tags the button is changing to "ask a question" but it is not changing at home, following, tags pages. so this need to be changed using the linguist right?
I'm not good at front-end, but I just use this css to hide it:
.item-solved-filter {
display: none !important;
}
I'm not sure if it will cause other problems...
with the reference of a few old CSS optimizations, I have finally added this to hide filter in mobile.
@media @phone {
.item-solved-filter {
display: none !important;
}
}
Just mentioning here, it will be helpful to others who are using the 1dot's start discussion button extension
witech its not start discussion button extension that solved the issue, ianm had already solved that problem on 11th here https://discuss.flarum.org/d/21894/189 but still some people were trying to use css, instead of updating fof best answer