Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.

4.8k Topics 26.7k Posts

Subcategories


  • User documentation for NodeBB

    44 Topics
    44 Posts
    Jay MoonahJ
    One of the first important things to do after setting up NodeBB is to set up an emailer plugin. While NodeBB does include a local emailer, if your forum is particularly active we recommend using an third-party emailer such as SendGrid which provides better deliverability for sites that send a high volume of email. Setting up SendGrid in NodeBB is very easy. Open the administrative dashboard using the 'gear' icon on your forum. Open the Extend > Plugins menu, and select the Find Plugins tab. Use the search on the right. Type 'SendGrid' and the plugin should appear -- select Install when you see it. From Installed tab on the Plugins menu, search again for 'SendGrid' and select Activate. Activating the plugin will require a restart of your forum. To restart, select the Dashboard menu and press the Restart button to the right. After NodeBB restarts, the SendGrid plugin will be active. After you restart, there should be a item called Emailer (SendGrid) under the Plugins menu -- if you don't see this right away, try refreshing your browser. Sign up to SendGrid Go to the SendGrid website, open the pricing page and scroll to the bottom. Click on the link and create your free account. Once you've confirmed your SendGrid account via email, you should be able to login to the SendGrid website. On the left side of your SendGrid dashboard, open Settings and click on API Keys. Click the button in the top right to create a new key. Make sure that the key has Full Access for Send Mail and Alerts.  When you are done, the new key to your clipboard. Now, return to the SendGrid menu on your NodeBB admin panel. Paste the API key into the field, and save your changes. Now go back to the Dashboard to restart your forum one more time. SendGrid should now be working for your forum. [image: youtubelogo.png] Setting up SendGrid mailer for NodeBB
  • NodeBB guides, how-to's and general tips and tricks

    83 Topics
    601 Posts
    Z
    not sure the plugin worked for firefox. saw a-z in the sort icon. when i used it, i expected the topics in the category would be sorted a-z. they werent
  • 25 Topics
    201 Posts
    eeeeeE
    I think you answered my point, by agreeing there are issues. I didn't even attempt to deploy nodebb, I had problems with much smaller projects! Nextjs routing was going through a change of design at the time, so perhaps that is less confusing now, but there were multiple other headaches. I would get build errors and issues with package management.
  • Upgrading from 1.19.5

    Unsolved
    9
    0 Votes
    9 Posts
    658 Views
    B
    Ah yes, it seems I overlooked that when I deactivated all the plugins and only reactivated the persona theme. Seems to be working to a fashion, just need to get some plugins I rely on updated.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
  • Where is the data of a MongoDB database stored?

    Unsolved
    1
    0 Votes
    1 Posts
    170 Views
    T
    I am trying to understand where is the user data from the installation guide stored? Since my MongoDB /bin /db folder is empty i am wondering where it is stored. ^^ I know this is basic but i am trying to understand nodebb better. Is the maybe something written or a video explaining the basics?`I dont really know where to start...
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    16 Views
  • How to distinguish topic, comment and reply

    Solved
    3
    0 Votes
    3 Posts
    300 Views
    barisB
    @Arun-K You can look at the data in the post object in a topic. For example in this topic your post is the main one so it has an index of 0. A comment like @PitaJ 's post doesn't have a toPid field so it is a top level reply. I have directly replied your post so my post object has a toPid field. [image: 1669587344856-c40c84ac-34ba-4c71-b3dd-d73334f4eec7-image.png]
  • Does NodeBB work with MongoDB 6.0?

    Solved
    5
    0 Votes
    5 Posts
    848 Views
    T
    Thank you very much! I was able to use the Admin user that was created in this authentification
  • Running nodebb on multiple ports on a single machine.

    Unsolved
    2
    0 Votes
    2 Posts
    281 Views
    barisB
    Your config.json should look like this for multiple ports { "url": "http://example.org", "secret": "your-secret-goes-here", "database": "mongo", "port": [4567, 4568, 4569], "mongo": { "host": "127.0.0.1", "port": "27017", "database": "0" }, "redis": { "host":"127.0.0.1", "port":"6379", "database": 0 } } After ./nodebb setup modify config.json remove port from url and add the port array. Then use ./nodebb start to start nodebb. It should start up 3 nodejs processes, you can check if it worked with top
  • Tutorial for hosting nodebb on firebase and mongodb cloud

    Unsolved
    7
    0 Votes
    7 Posts
    615 Views
    B
    @julian any updates please post here.
  • How to deploy and start on the production cloud server

    Unsolved
    1
    0 Votes
    1 Posts
    152 Views
    J
    I just want to deploy the files needed for startup,exclude files such as test,.eslintrc,webpack.dev.js... And I don't want to install git and other tools in the server. I want to develop locally, and then send the built files to the server. Can I just send the files in the build to the server?And How do I start it? Thanks all.
  • Theme not found

    Solved
    10
    0 Votes
    10 Posts
    884 Views
    C
    Oh thanks @julian! I didn't realise that, thanks for clarifying it! All working now cheers
  • number 1 at the end of the link

    Unsolved
    4
    0 Votes
    4 Posts
    346 Views
    julianJ
    No, it doesn't affect SEO. It's just a way to easily navigate to the proper post on the topic (by its index).
  • Uploading photo to chat in Android

    Unsolved
    1
    0 Votes
    1 Posts
    162 Views
    eeeeeE
    Found an issue in mobile chat Its not possible to drag & drop photo in mobile I think there may be a grey box to upload file (can just see edge of it) But the Blue send arrow on Right of Input bar is obscuring it. Im running 2.5.2, unless this issue has been fixed since?
  • deleting posts of an account

    Solved
    6
    0 Votes
    6 Posts
    487 Views
    crazycellsC
    @baris thanks for the code
  • Changing icon color in Navigation bar

    Unsolved
    2
    0 Votes
    2 Posts
    253 Views
    barisB
    You can use the custom css section in the ACP to customize it, just give the navigation items a custom class in the class field. Then use css to target that.
  • Is Google complaining about nodebb or something else?

    Unsolved
    53
    0 Votes
    53 Posts
    6k Views
    N
    I understand the content, just wasn't sure what you were referring to specifically. Anyhow, I've spent time going over everything and it's as best as it can be. It doesn't seem to be a nodebb problem and just one of the things one needs to understand about Google. I appreciate the input and feedback.
  • How do I allow banned users to post in a private category? Or is there a bug?

    Solved
    3
    1 Votes
    3 Posts
    333 Views
    barisB
    @qqqqqqq this is now fixed. It will be available in our next release. Thanks for reporting
  • Problems with upgrading to 2.xx

    Unsolved
    13
    0 Votes
    13 Posts
    663 Views
    barisB
    I made a PR to fix the issue here https://github.com/yariplus/nodebb-plugin-newsletter/pull/34
  • Error Input data should be a String when registration

    Solved
    4
    0 Votes
    4 Posts
    518 Views
    yutouY
    Just funny. I rm output.log and restart NodeBB, It was soloved.
  • restrictions for username selection

    Unsolved
    4
    1 Votes
    4 Posts
    1k Views
    barisB
    Nope the hook filter:register.check only fires when users are registering, it won't affect users already registered.
  • viewing restriction on custom pages

    Solved
    5
    0 Votes
    5 Posts
    426 Views
    barisB
    Weird it worked fine for me. Can you try another another question in the testing ground category? See if any errors in the console/network tab.