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.

  • Disable reply as topic on thread?

    4
    0 Votes
    4 Posts
    2k Views
    E

    @Aesir You're welcome.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    43 Views
  • Show widget if there is less than x replies

    1
    0 Votes
    1 Posts
    921 Views
    A

    Hi,
    How can I show a widget just if a topic has less than x replies?
    Thanks.

  • Office 365 mail relay

    2
    0 Votes
    2 Posts
    1k Views
    A

    I think I might have found it... in the plugin itself. oops

    *its all setup now. 🙂

  • Installing on Heroku

    15
    1 Votes
    15 Posts
    5k Views
    barisB

    This should be fixed on https://github.com/NodeBB/NodeBB/commit/4eb8015017e49561e390381f580a10baaab87287

  • npm scoped theme...

    4
    0 Votes
    4 Posts
    2k Views
    F

    Yeah, I suddenly remembered how to do this the smart way, not using npm when developing, just git cloning the repo (to lazy to mount the server disk locally 😃

    I just found this https://github.com/NodeBB/nodebb-theme-quickstart, and it's quite strange that I didn't find it before, but now at least I know to search this forum instead of relying on Google =P

    Thanks for the reply!

  • Disabling automatic updates

    5
    0 Votes
    5 Posts
    2k Views
    yariplusY

    @metalkramp If you are on 1.1.2, you should be able to just checkout the master branch. (master branch may contain additional bugs.)

  • 0 Votes
    7 Posts
    2k Views
    M

    Ok, I'll update to latest version and get back with results. Should I first pull 1.x.x branch and then on master or can I directly pull master branch?

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    11 Views
  • How block connect from web

    5
    0 Votes
    5 Posts
    2k Views
    PitaJP

    @rod if the NodeBB service is passed through Nginx or some other type of reverse proxy, then you should not have the NodeBB port exposed. You should bind to 127.0.0.1.

  • Adverts Sidebar

    2
    0 Votes
    2 Posts
    939 Views
    J

    If you want to do this with adsense, there is a plugin for this! https://github.com/dovydaskukalis/nodebb-plugin-google-adsense . I'm not sure if this provides it as a widget, though.

    Maybe there are also other plugins for other ad providers.

  • Starting NodeBB Automatically

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    marvnflM

    @metalkramp That's perfect!

    Do I want to use app.js or loader.js?

  • Disabling specific component

    3
    0 Votes
    3 Posts
    1k Views
    M

    Thank you, this solved my problem. Usually the easiest solution is the best one.

  • howto: enable taskbar?

    Moved Solved
    2
    0 Votes
    2 Posts
    1k Views
    frissdiegurkeF

    The taskbar holds items such as post edits/creations. So if you for instance open a new reply to this post, the taskbar will contain a red circle with a white plus. If you click on that, the composer will be minimized until you click again.
    This way NodeBB gets you the possibility of editing/creating multiple posts in parallel.

    The taskbar also contains chats for example; those can be minimized too...

  • Groups error upgrading 1.0.3 to 1.1.2

    5
    0 Votes
    5 Posts
    2k Views
    BriB

    Ah, noted, I'll double check that haha

  • Can't edit categories

    6
    0 Votes
    6 Posts
    2k Views
    hukadanH

    @abiliomarques If you want to make some tests using FreeBSD, do not hesitate to give the experimental package a try :

    https://community.nodebb.org/topic/9427/freebsd-nodebb-package-call-for-testers/

  • csrf-invalid when using cloudfront https

    4
    0 Votes
    4 Posts
    2k Views
    K

    @rod Cloudfront is requesting on port 80. Would do 443 but I don't have access to the raw ssl certificates because I'm using AWS's certificate manager for free wildcard certs.

  • Use Widget only on forum homepage

    13
    0 Votes
    13 Posts
    5k Views
    deiden26D

    @yariplus My mistake. I was confusing a category page with the categories page. I now understand what you were suggesting, and it is a good solution. Thanks!

  • Web browser tab icon

    Moved
    4
    0 Votes
    4 Posts
    2k Views
    A

    @Adam-Poniatowski Welcome 🙂

  • 0 Votes
    7 Posts
    3k Views
    C

    @Nicca I recommended this guide to several newbie and they didn't have problems so that's another one to try.