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.
  • Stuck loading after Login

    5
    0 Votes
    5 Posts
    704 Views
    brian4021B
    @julian This is before the login [image: agZYuLf.png] Now that I try to recreate that issue, it's working fine.
  • How to change category position in administrator console?

    3
    0 Votes
    3 Posts
    647 Views
    S
    drag and drop works for me, it can be a little fiddly though
  • Server running on 0.0.0.0:4567

    2
    0 Votes
    2 Posts
    587 Views
    PitaJP
    0.0.0.0 is the address which stands for "accepting any incoming connection on port xxxx". You can indeed just visit your-droplet-ip:4567 to access the installer. Or, you can run ./nodebb setup from the shell.
  • administrator notifications for all posts?

    3
    0 Votes
    3 Posts
    607 Views
    S
    @baris awesome! thx
  • We need someone to install NodeBB

    7
    1 Votes
    7 Posts
    1k Views
    S
    @pottla woah - 60hrs is extreme... I migrated from an old myBB forum to NOdeBB, and it took waaaaaaay less than that. It was less than simple too, I had to set up a droplet on Digital Ocean as an intermediate forum so I could migrate my data across. MyBB (mySQL database on my VPS) -> Mongo(Digital Ocean) Mongo -> Postgres(Digital Ocean) then import from DigitalOcean to my own VPS I also needed to install postgres etc on my own server, and I themed my forum. support.sweetpproductions.com
  • How to use NodeBB on PostgreSQL

    2
    0 Votes
    2 Posts
    648 Views
    PitaJP
    Yes. I don't think there is a guide right now, but it shouldn't be too hard. You just need to select postgresql in the setup step.
  • Can't edit profile template

    4
    0 Votes
    4 Posts
    833 Views
    PitaJP
    Oh sorry I wasn't paying attention. Those two aren't in any templates afaik. They're added by the widget system.
  • How to visualize data using special programs?

    3
    0 Votes
    3 Posts
    667 Views
    PitaJP
    It looks like you've misunderstood the purpose of this forum. This is the community forum for the Node.js-based forum software known as NodeBB. For general Node help, you might want to try StackOverflow, SpeakJS on Discord, or /r/node and /r/javascript on Reddit.
  • Dashboard understanding problem

    2
    0 Votes
    2 Posts
    535 Views
    D
    Left Y axis is page views (gray), right Y axis is unique visitors (blue). A page view is just what it say, a visitor looking at a page. A unique visitor is identified by IP. Thus it is a unique IP visiting your site. They are summarized over a day in the graph. Thus every value is per day. The total you see below is the sum of all page views over the last seven days.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • Admin page no more accessible.

    6
    1 Votes
    6 Posts
    923 Views
    S
    Here it is. [image: k6dGvQQ.png]
  • confirmation email links have port number?

    3
    0 Votes
    3 Posts
    595 Views
    S
    yup that worked! super easy fix, many thanks
  • NodeBB won't start after upgrade

    3
    0 Votes
    3 Posts
    790 Views
    barisB
    Looks like NodeBB is already running on port 4567 and 4568 try stopping it with either ./nodebb stop or killing those procs. Then start again.
  • 0 Votes
    7 Posts
    1k Views
    PKRomaP
    @ckubs Excellent, I'm glad that went well!
  • I got a error when install

    2
    0 Votes
    2 Posts
    2k Views
    PitaJP
    Hmm looks like sharp isn't installing correctly. If you wanna try out some stuff, here's this: https://sharp.dimens.io/en/stable/install/
  • Restrict User Search Access to Specific Group

    2
    0 Votes
    2 Posts
    507 Views
    barisB
    It is possible on the group page itself, for example if you search users on https://community.nodebb.org/groups/gamers it will only search that groups members. The front end doesn't have that option on /search though.
  • 0 Votes
    3 Posts
    912 Views
    julianJ
    Don't change loader.js. Change your config.json.
  • How i can import JSON database into NodeBB

    Moved
    2
    0 Votes
    2 Posts
    724 Views
    julianJ
    You'll want to build an exporter that will work with nodebb-plugin-import: https://github.com/akhoury/nodebb-plugin-import/blob/master/write-my-own-exporter.md
  • Add Watched Page to Navigation

    3
    0 Votes
    3 Posts
    2k Views
    AlexGA
    That was just what I was looking for. Thanks!
  • Custom Maintenance Page

    4
    0 Votes
    4 Posts
    874 Views
    brian4021B
    thank you