Disable chat for moderators only

Unsolved Technical Support

Suggested Topics


  • 0 Votes
    1 Posts
    37 Views

    Hello,

    I`a member of a forum relying on nodeBB and would like to save/export some chat discussions I had.
    Is there a way to do that ? The discussion is very long and was done on several months so a simple copy paste is not possible and even load the full discussion is very very long.
    At this time I didn't spent sufficient time to go back to make it fully loaded that's why I ask if there is a technical solution to do that in a smarter way
    Thanks by advance

  • 0 Votes
    3 Posts
    373 Views

    follow with the infinite guest, nobody ends, the chat became unusable

    198dfe73-e2ac-4e91-b6f1-e99ec2f651f0-image.png

  • 0 Votes
    3 Posts
    255 Views

    yes, ban a user from a specific category or thread.

  • 0 Votes
    1 Posts
    658 Views

    I had this problem going from v0.9.4 -> v1.0.0 and now still have it going from v0.9.4 -> v1.0.1 but now I have additional information about it. See here for my original post.

    The tl;dr is

    $ ./nodebb upgrade 1. Bringing base dependencies up to date... OK 2. Checking installed plugins for updates... OK 3. Updating NodeBB data store schema... 18/3 15:15 [1511] - info: Beginning database schema update 18/3 15:15 [1511] - info: [2015/09/30] Converting default Gravatar image to default User Avatar skipped 18/3 15:15 [1511] - info: [2015/11/06] Gravatar removal skipped 18/3 15:15 [1511] - info: [2015/12/15] Upgrading chats 18/3 15:15 [1511] - info: adding message 1 to new roomID 1 18/3 15:15 [1511] - info: adding message 2 to existing roomID 2 18/3 15:15 [1511] - info: adding message 3 to existing roomID 2 18/3 15:15 [1511] - info: adding message 4 to new roomID 2 18/3 15:15 [1511] - info: adding message 5 to new roomID 3 18/3 15:15 [1511] - error: [upgrade] Errors were encountered while updating the NodeBB schema: ERR value is not a valid float OK NodeBB Upgrade Complete!

    Before deleting the "message:x" keys from my redis database (to attempt the upgrade again) I noticed that message:5 was different than the other message keys. Specifically it seems the upgrader is choking on message:5

    "Bad" Message 5 key:
    0_1458338042461_redis-message5.png

    "Good" message key:
    0_1458338006166_redis-message6.png

    So it appears that the NodeBB upgrader does not like messages that do not have a touid or fromuid or possibly timestamp information. Should this be reported as a bug?

  • 0 Votes
    1 Posts
    798 Views

    How can I do?