Why would I follow another user?

NodeBB Development

Suggested Topics


  • 0 Votes
    3 Posts
    970 Views

    Cool answer.. It worked. Thanks.

  • 0 Votes
    2 Posts
    847 Views

    You can get most things through the API. Make a request to the page that has the info you want, adding 'api' to the url. Such as `/api/users' will return JSON with the recent members.

  • 9 Votes
    10 Posts
    4k Views

    @Schamper said:

    Maybe should show some information as to why it's your best post? E.g. views/replies/upvotes.

    I imagine it's purely based on upvotes. None of NodeBB's subjective algorithms are complex in any way, really 😆 (mainly talking about "popular" here)

  • 0 Votes
    1 Posts
    1k Views

    Hi,
    I need to implement below functionality in my NodeBB:
    -Admin can assign user role as MODERATOR to any user, and Only User who have moderator role can approve Topic Creation and Comments/Reply.
    -Any new Topic created by registered/guest user should not be visible on the website till MODERATOR User approved it.
    -MODERATOR User will be able to see all the unapproved topics, reply/comments and approves it.

    Is this functionality present in NodeBB new releases or Is there any plug-in available ?

    If such functionality is not present then Can you please tell me which guidelines shall I follow?

    Thanks!!

  • Delete User

    NodeBB Development
    0 Votes
    6 Posts
    2k Views

    OK, i will try this.
    Thanks @baris