Chat Moderation

Feature Requests
  • If possible, if we can add the ability for users to flag messages for moderators, and allowing them to read the context of the chat room. I do really enjoy the chat feature that NodeBB has built in, however I am unable to allow access to the general userbase due to certain bad actors that would undoubtly take advantage of them to send inappropriate messages to other users.

  • @Mothership This has come up before. Partly the issue is privacy, since private chats would no longer then be private. I think the consensus at the time was that bad actors can be reported to moderators via chat itself but then you need to know who the mods and admins are. Otherwise I think they can just block offending (ab)user(s). Be that as it may (or may not be cuz my recollection is hazy on this): Seem like a "Report Abuse" button could be useful if it can be worked into the UI. 🐕 🌴 🌴


Suggested Topics


  • 1 Votes
    3 Posts
    1k Views

    Is there such a possibility today? Very happy!

  • 0 Votes
    4 Posts
    2k Views

    I'd say it hasn't been moved then. 😛

    Should probably not display it's own category though. I'll give you that. 🙂 Would be nice if it included a text bar above for those with loads of categories. So type (for example) 'develop' and it displays the developers category.

  • 0 Votes
    5 Posts
    2k Views

    To do this, you'll have to take out the media queries that hide the chat. Take out the hidden-xs accordingly in the header.tpl.
    I hope this helps!

  • Moderators per forum

    Feature Requests
    0 Votes
    4 Posts
    2k Views

    @Pablo Macaluso

    till then, you can add a moderator this way

    {cid} --> the category id
    {uid} --> the user id

    redis terminal client

    sadd cid:{cid}:moderators {uid}

    mongo console client
    i think

    db.objects.update( { _key: 'cid:{cid}:moderators' }, { $addToSet: { members: '{uid}' }}, { upsert: true, w: 1 });

    i will try, its hard for me, im a little newbie. xP

  • Chat box

    Feature Requests
    0 Votes
    4 Posts
    2k Views

    I think scrolling all the way init, and graying out the previous chats from older sessions maybe a quick workaround for the moment.

    @stuartH
    the undefined issue was fixed

    The other thing I'd like to see is a responsive chat box