UNPKG

1.08 kBMarkdownView Raw
1# Question and Answer Plugin for NodeBB
2
3A Q&A plugin for NodeBB Forums which allows users to post topics as questions and label it as solved.
4
5
6## Installation
7
8 npm install nodebb-plugin-question-and-answer
9
10## Screenshots
11
12### In the composer you can post a topic as a question thread:
13
14![](http://i.imgur.com/yfXMbOq.png)
15
16### Or, you can convert it to a question from thread tools:
17
18![](http://i.imgur.com/V5S8YMu.png)
19
20### Mark your question as solved via thread tools:
21
22![](http://i.imgur.com/0R7edVv.png)
23
24### Or if there is a specific post that solved your question, the post tools popup gives you the option to select that answer:
25
26![](https://i.imgur.com/KOHJmBR.png)
27
28### The accepted answer will be promoted to the top of the page:
29
30![](https://i.imgur.com/sLmTSTY.png)
31
32### And here is how it looks like in the category view, recent, popular, etc:
33
34![](http://i.imgur.com/eklpclQ.png)
35
36### A navigation route is available, so you can see the most recent unsolved threads. Just activate it in ACP -> General -> Navigation:
37
38![](http://i.imgur.com/oCLdSHe.png)
39