Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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).