Are there any roadmap about nodebb's new version ?

NodeBB Development

Suggested Topics


  • NodeBB 3.3.0

    NodeBB Development
    10 Votes
    39 Posts
    2k Views

    Now we have special settings for the notification of each chat, can you provide this feature for groups as well? that each user can set himself which group he is a member of to receive notifications?

  • 0 Votes
    2 Posts
    1k Views

    I think SSO will do the magic. But you will have to make your own plug-in to Integrate.

  • 0 Votes
    3 Posts
    2k Views

    Those userrs are stored in groups with special names, here are the names assuming the category id is 1.

    cid:1:privileges:find
    cid:1:privileges:read
    cid:1:privileges:topics:create
    cid:1:privileges:topics:reply

    You can get the user ids from these groups by.

    Groups.getMembers('cid:1:privileges:find', 0, -1, callback); This will give you all the user ids that have the find permission for category 1.

    If you want to get their basic info like username picture slug so you can show user icons you can just use Groups.getMemberUsers('cid:1:privileges:find', 0, -1, calllback);

  • Adding MySQL to NodeBB

    NodeBB Development
    0 Votes
    5 Posts
    3k Views

    technically, it does break if someone tries to use it

  • 0 Votes
    3 Posts
    1k Views

    Haha, well, you're right! I hadn't started my practice of making threads when you submitted your translations...

    Don't worry, you've been immortalized as a contributor