Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 9 hours 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T07:47:25.000Z (7 days ago)
- Last Synced: 2024-10-29T22:37:23.871Z (5 days 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
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
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/fof/best-answer.svg)](https://packagist.org/packages/fof/best-answer) [![OpenCollective](https://img.shields.io/badge/opencollective-fof-blue.svg)](https://opencollective.com/fof/donate) [![Donate](https://img.shields.io/badge/donate-datitisev-important.svg)](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
[![OpenCollective](https://img.shields.io/badge/donate-friendsofflarum-44AEE5?style=for-the-badge&logo=open-collective)](https://opencollective.com/fof/donate) [![GitHub](https://img.shields.io/badge/donate-datitisev-ea4aaa?style=for-the-badge&logo=github)](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).