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.
npm install nodebb-plugin-question-and-answer
In the composer you can post a topic as a question thread:
![](https://camo.githubusercontent.com/ce5f225112aed67a9e1f473ae8790327fe468691219d0627a0d2409e5893a661/687474703a2f2f692e696d6775722e636f6d2f7966584d624f712e706e67)
Or, you can convert it to a question from thread tools:
![](https://camo.githubusercontent.com/2598d67a1c570277ec258de3763412f9d9f9a388a9a7a3b8aa8427eb5de574f3/687474703a2f2f692e696d6775722e636f6d2f56355338594d752e706e67)
Mark your question as solved via thread tools:
![](https://camo.githubusercontent.com/4c27ef17a2f6898c2d2f0a2db8be4fd51ddd40bb27df1fe1e83d95c4c1906b87/687474703a2f2f692e696d6775722e636f6d2f305237656456762e706e67)
Or if there is a specific post that solved your question, the post tools popup gives you the option to select that answer:
![](https://camo.githubusercontent.com/82ef6b8de74732a79a5b8aa999a18aa1f9fbb950589671868362b904dc15b1a6/68747470733a2f2f692e696d6775722e636f6d2f4b4f484a6d42522e706e67)
The accepted answer will be promoted to the top of the page:
![](https://camo.githubusercontent.com/d42bed6bdc06d08fedc67709df7f4321938b309b959d7a1df221b4b3922e19cc/68747470733a2f2f692e696d6775722e636f6d2f734c6d545354592e706e67)
And here is how it looks like in the category view, recent, popular, etc:
![](https://camo.githubusercontent.com/9bf94cc96b98e565a466fa005720efad7de4bca7d26e6641bf2ffaa0cb9d9041/687474703a2f2f692e696d6775722e636f6d2f656b6c70636c512e706e67)
A navigation route is available, so you can see the most recent unsolved threads. Just activate it in ACP -> General -> Navigation:
![](https://camo.githubusercontent.com/952dd3c2787934010ff615a2f8fded6406fd187a9d12de2fccc08acfd01f3ffc/687474703a2f2f692e696d6775722e636f6d2f6f434c645348652e706e67)