Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.

4.7k Topics 26.2k 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.

    YouTube Setting up SendGrid mailer for NodeBB

  • NodeBB guides, how-to's and general tips and tricks

    82 Topics
    599 Posts
    barisB

    Quick start plugin has an example on how to add a new api route https://github.com/NodeBB/nodebb-plugin-quickstart/blob/master/library.js#L40-L76.

    The hooks that are fired client side are for client side code in plugins. If you want to pass data from the client to the server you have two options.

    Create an api route like in quick start plugin Create a new socket event listener on the server side and use socket.emit() client side. Example here
  • 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.

  • error on centos

    4
    0 Votes
    4 Posts
    448 Views
    matamrdM

    @julian Issue fixed after updating node.js from v6 to v8.
    But Nodebb installed on localhost. How to transfer that to droplet server ip address

  • Recent topics never shows up.

    Moved
    3
    2 Votes
    3 Posts
    1k Views
    PitaJP

    Link Preview Image Recent cards installed but can not showing

    Have anybody got this problem before? Just installed the recent cards plugin but can not shown in main page, I have rebuilt nodebb already. How to solve it?

    favicon

    NodeBB Community (community.nodebb.org)

  • DO's Firewalls

    3
    0 Votes
    3 Posts
    426 Views
    S

    @omega said in DO's Firewalls:

    Digitalocean offer firewall management. I am not sure how this compares to onboard,

    It's an additional protection, not an alternative protection. DO's firewall is the same as any normal LAN edge firewall.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
  • changing CSS of nav bar

    7
    0 Votes
    7 Posts
    727 Views
    y hY

    thank you, got it.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    7 Views
  • Syntax error when ./nodebb upgrade

    8
    0 Votes
    8 Posts
    1k Views
    oplik0O

    @PitaJ said in Syntax error when ./nodebb upgrade:

    @oplik0 that's entirely incorrect. git fetch does literally nothing to local files, and even if it did, ./nodebb upgrade only affects the database and files that aren't handled by git.

    Oh, possible. It probably fixed things for me because my problems were mostly due to me messing with NodeBB files. It seemed to reset the upgrade then, but that probably was because it didn't get to actually changing anything while I broke it.

  • Sudden Bizarre Error

    3
    0 Votes
    3 Posts
    380 Views
    M

    That seemed to work. Looks like there's a plugin causing the site to bug out.

  • Has anyone installed on Azure?

    13
    0 Votes
    13 Posts
    3k Views
    F

    Old, i know but still relevant.
    One important thing to consider is not to use mongodb. I don't know if Azure has a strange config that doesn't go well with nodebb's standard config or if it's just a bug in their current version (they use 3.2, current is 3.6 on Ubuntu, 4.2 on Windows).
    It works with redis (at least connection from my VM succeeded).
    Also julienstroheker managed to get an older version of nodebb running in an azure App Service. So basically there is a way 🙂

  • NodeBB - Azure Cosmos DB (Mongo) error

    2
    0 Votes
    2 Posts
    466 Views
    F

    In the end same as https://community.nodebb.org/topic/13472/help-me-on-connect-to-azure-mongodb/4
    -> tailing error

  • 0 Votes
    12 Posts
    1k Views
    Cassette ChrootC

    @baris
    ok and I can use the conf file to use like a +2 string and make a PR ?

  • 1 Votes
    8 Posts
    17k Views
    BzllB

    @Absam-Sibsam you saved me bro, worked perfectly!

  • Global Footer Html

    2
    0 Votes
    2 Posts
    404 Views
    FunkelF

    Sorry for Double Post but i fixed it by myself 😄

  • 0 Votes
    4 Posts
    2k Views
    A

    Unfortunately the old link is not available anymore, but I found the new instructions here: http://sharp.pixelplumbing.com/en/stable/install/#freebsd

    Just in case that it's going down again, here are the short instructions which are missing in the FreeBSD install documentation of NodeBB ( https://docs.nodebb.org/installing/os/freebsd/ )

    pkg install -y pkgconf vips cd /usr/ports/graphics/vips/ && make install clean

    I had to add DISABLE_VULNERABILITIES=yes to the end of the last command, because of some outdated dependency in the port. AFAIK the vips package is only used during installation or upgrade of NodeBB, so that shouldn't be any security issue.

  • Restart from admin panel when using PM2

    3
    0 Votes
    3 Posts
    436 Views
    Cassette ChrootC

    Thanks @PitaJ, ok now nodebb is running by systemd and restart from admin panel is working.
    the following : https://community.nodebb.org/topic/14306/default-installation-and-looking-the-log-file

    A close feature or resolved can be cool 👍

  • Log User settings change

    3
    0 Votes
    3 Posts
    436 Views
    Jey-Cee 0J

    @julian that would be nice

  • 1 Votes
    4 Posts
    592 Views
    julianJ

    @wellenreiter Thank you, we'll look into this this week 😄

  • 0 Votes
    6 Posts
    2k Views
    Chandan JaiswalC

    @oplik0 Thanks this work for me.

  • One NodeBB forum with multiple domains?

    8
    1 Votes
    8 Posts
    2k Views
    PitaJP

    @scottalanmiller mind opening an issue detailing your specific problems?