@Andrey thanks for reporting, this should be fixed in 2.0.4 & 3.0.5 versions of the plugin.
Translators
Contributors for NodeBB Internationalisation
Posts
-
-
@phenomlab are you running reactions on a v3.x instance?
-
Take a look at how it is done for chats.
https://github.com/NodeBB/NodeBB/blob/master/public/src/client/chats.js#L376-L398
You can probably use this same code but pass in the text input element of the shoutbox.
-
Yeah that commit will fix it. You can cherry-pick that commit in if needed.
git fetch git cherry-pick --no-commit 5c9fe6c0fd48988dc6303d9551f9d99145a8db95
-
I think this commit fixes the issue but it is on the bootstrap5 branch https://github.com/NodeBB/NodeBB/commit/5c9fe6c0fd48988dc6303d9551f9d99145a8db95 @julian
-
Sounds like the keys to navigate posts is causing it? Does it happen on this forum? https://github.com/NodeBB/NodeBB/blob/master/public/src/client/topic.js#L91-L107
-
The tags feature is kept fairly simple in core because it is not meant to be used outside of simple organization of topics.
Additional features of tags would be great, but would be best as a third-party plugin.
-
interesting...
-
Yeah doesn't matter which admin does it, it should free up the old email. https://github.com/NodeBB/NodeBB/issues/11259
-
@crazycells that sounds like a bug, when an admin updates the email of a user if it's getting automatically verified the old email should be freed up.
RE: Probably a bug in nodebb-plugin-feed
RE: [nodebb-plugin-reactions] Reactions plugin for NodeBB
RE: nodebb-shoutbox-plugin: how to add @mention completion and emoji completion in the plugin
RE: editing in quick reply + k-key
RE: editing in quick reply + k-key
RE: editing in quick reply + k-key
RE: Tags category + icon, color + filter
RE: All about emails and how they're used in NodeBB
RE: All about emails and how they're used in NodeBB
RE: All about emails and how they're used in NodeBB