https://github.com/FriendsOfFlarum/best-answer
Mark a post as the best answer in a discussion
https://github.com/FriendsOfFlarum/best-answer
friendsofflarum hacktoberfest
Last synced: 21 days ago
JSON representation
Mark a post as the best answer in a discussion
- Host: GitHub
- URL: https://github.com/FriendsOfFlarum/best-answer
- Owner: FriendsOfFlarum
- License: mit
- Created: 2019-11-05T18:29:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T07:47:25.000Z (6 months ago)
- Last Synced: 2024-10-29T22:37:23.871Z (6 months ago)
- Topics: friendsofflarum, hacktoberfest
- Language: PHP
- Size: 1010 KB
- Stars: 21
- Watchers: 4
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-flarum - FoF Best Answer - Mark a post as the best answer in a discussion. (Extensions / Discussion ([:top:](#table-of-contents)))
README
# FriendsOfFlarum Best Answer
 [](https://packagist.org/packages/fof/best-answer) [](https://opencollective.com/fof/donate) [](https://datitisev.me/donate)
A [Flarum](http://flarum.org) extension. Mark a post as the best answer in a discussion. Original by @wiwatsrt. Requires `flarum/tags`
### Features
- Allow Best Answers to be set and highlighted within a discussion
- Set which tags support Best Answer/Q&A format
- Filter answered/unanswered/all discussions within available tags
- Send reminders to the OP to select a Best Answer after a configurable number of days
- Optionally allow the OP to select one of their own follow-up posts as the Best Answer
- Provides two layouts for the Best Answer controls
- Option to prevent reminders from being sent overnight### Usage
Select which tags(s) you wish to enable for Best Answers to be set in using the `edit tags` feature of `flarum/tags`. These tags will then display `Ask a Question` in the start discussion button, rather than `Start a Discussion`. Optionally also select which tags(s) you wish to allow reminders to set Best Answers for.
To be continued...
### Installation
Install with composer:
```sh
composer require fof/best-answer:"*"
```### Updating
```sh
composer update fof/best-answer
```### Links
[](https://opencollective.com/fof/donate) [](https://datitisev.me/donate/github)
- [Packagist](https://packagist.org/packages/fof/best-answer)
- [GitHub](https://github.com/packages/FriendsOfFlarum/best-answer)
- [Original by wiwatsrt](https://packagist.org/packages/wiwatsrt/flarum-ext-best-answer)An extension by [FriendsOfFlarum](https://github.com/FriendsOfFlarum).