Question and Answer plugin
-
@psychobunny "Ask as Question" button is appearing on an editor, but not appearing in Topic Tools.
-
@whitts Both of those features should be available on the latest version of Q&A plugin once the pull requests are merged in
Pull requests · NodeBB/nodebb-plugin-question-and-answer
Question and Answer Plugin for NodeBB. Contribute to NodeBB/nodebb-plugin-question-and-answer development by creating an account on GitHub.
GitHub (github.com)
-
Cool stuff, this might be handy
-
-
@psychobunny has this been merged yet? Can i just fork it if not and do the merges? Thanks (ive never used github before for stuff like this)
-
Hmm... I just updated and i can now see the option but it doesnt seem to allow you to select multiple categories - either all categories have it by default or just one.. I have a category with around 15 sub categories and i needed this option in all of them ...
Can we set the dropdown in the admin settings to multiselect and then store the category ids as an array to the settings:question-and-answer object? Then when you query the settings:question-and-answer object loop through the array to get the category ids that should be set to default?Thanks
-
Hi Julian.. i just started using the unsolved / solved routes and noticed that the solved route is showing all topics (whether they were asked as a question or not / answered or not answered) Where as the unsolved route shows just the unsolved.. Can some one confirm if this is just on my end? Thanks
-
@julian Thanks for checking - i just upgraded to the latest version hoping that it might fix this issue but now i cant mark posts as answered without nodebb crashing:
Newest version crashing nodebb 0.9.3 when marking post as answered · Issue #28 · NodeBB/nodebb-plugin-question-and-answer
I just upgraded to the latest version and when marking a topic as answered, nodebb crashes with the following error: 17/3 11:43 [18316] - error: TypeError: topics.deleteTopicField is not a function at C:\Apps\nodebb\node_modules\nodebb-p...
GitHub (github.com)
Thanks,
-
Hi,
Can you take some time to review a pull request on github ?
In 2016, dofy send a pull request with support for translation and this year I made a new updated pull request based on his work : https://github.com/NodeBB/nodebb-plugin-question-and-answer/pull/47
I just updated it today and I re-based it. -
Hi and thanks for the very helpful plugin.
Could it be possible to bring inside the Q&A page in ACP two fields to customize the state of a thread? By default these states are set to "solved" / "unsolved" but if needed that can be switched to other different values.
Cheers, KK
-
@psychobunny We are trying to limit this plugin to certain categories and subcategories only, but it looks like the limitation does not work in (nodebb 1.12.2 - persona theme). I have not used with previous versions or with other themes but it is active all over the forum although we limit on ACP.
Even with a regular user account. FYI. -
Thanks, I'm able to reproduce this. I'll have a look