Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NodeBB/nodebb-plugin-question-and-answer
Question and Answer Plugin for NodeBB
https://github.com/NodeBB/nodebb-plugin-question-and-answer
Last synced: 3 months ago
JSON representation
Question and Answer Plugin for NodeBB
- Host: GitHub
- URL: https://github.com/NodeBB/nodebb-plugin-question-and-answer
- Owner: NodeBB
- License: bsd-2-clause
- Created: 2015-03-26T20:56:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T03:09:14.000Z (9 months ago)
- Last Synced: 2024-04-25T09:43:32.314Z (6 months ago)
- Language: JavaScript
- Size: 234 KB
- Stars: 39
- Watchers: 9
- Forks: 31
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nodebb - question-and-answer - Question and Answer Plugin for NodeBB. (Plugins)
README
# Question and Answer Plugin for NodeBB
A Q&A plugin for NodeBB Forums which allows users to post topics as questions and label it as solved.
## Installation
npm install nodebb-plugin-question-and-answer
## Screenshots
### In the composer you can post a topic as a question thread:
![](http://i.imgur.com/yfXMbOq.png)
### Or, you can convert it to a question from thread tools:
![](http://i.imgur.com/V5S8YMu.png)
### Mark your question as solved via thread tools:
![](http://i.imgur.com/0R7edVv.png)
### Or if there is a specific post that solved your question, the post tools popup gives you the option to select that answer:
![](https://i.imgur.com/KOHJmBR.png)
### The accepted answer will be promoted to the top of the page:
![](https://i.imgur.com/sLmTSTY.png)
### And here is how it looks like in the category view, recent, popular, etc:
![](http://i.imgur.com/eklpclQ.png)
### A navigation route is available, so you can see the most recent unsolved threads. Just activate it in ACP -> General -> Navigation:
![](http://i.imgur.com/oCLdSHe.png)