Question and Answer plugin
-
@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
-
@psychobunny if one edits the first post of a topic "ask a question" becomes deactivated in "topic tools". i would call it a kind of unexpected behaviour.
-
@murcs agreed, the implementation isn't that great as this has been growing along as NodeBB has.
We're working on this again for a client and hoping to propagate fixes upstream to this plugin as the project goes
(On your note though, it should work as expected after refreshing the page after you edit at the very least?)
-
@psychobunny said in Question and Answer plugin:
On your note though, it should work as expected after refreshing the page after you edit at the very least?
no. it doesn't. even after a refresh.
-
@murcs ah okay. Could you add a new issue here: https://github.com/NodeBB/nodebb-plugin-question-and-answer/issues
If you have client side errors / server side logs to paste there + info regarding your NodeBB setup (version, theme, etc.) then that would make it a lot easier to reproduce and fix. Thanks!
-
@psychobunny said in Question and Answer plugin:
@murcs ah okay. Could you add a new issue here: https://github.com/NodeBB/nodebb-plugin-question-and-answer/issues
If you have client side errors / server side logs to paste there + info regarding your NodeBB setup (version, theme, etc.) then that would make it a lot easier to reproduce and fix. Thanks!
the easiest would be to reproduce it here. just edit my first post!
-
@murcs thanks! https://github.com/NodeBB/nodebb-plugin-question-and-answer/issues/78
I didn't actually realize it was an issue here as well, doh! I think I know what the problem is, will look into it
-
@murcs No, not at all. v1.17.0 is still as yet unreleased, but it doesn't stop plugins from taking advantage of newer versions of NodeBB (and the features they provide).
nbbpm is set up so if you query for plugins, it will return the latest version the plugin author has declared safe to use for your version of NodeBB.
-
Trending plugins route returns plugin versions that may be incompatible with querying version of NodeBB · Issue #25 · NodeBB/nodebb-package-manager
e.g. 1.16.2 viewing trending has the latest q&a plugin advertised, even though the version it recommends is incompatible with 1.16.2
GitHub (github.com)