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.

  • 0 Votes
    1 Posts
    855 Views
    V

    I upgraded from v1.4.6 to v1.5.0. Everything is working well, however, I cannot access my widgets under extend. When I click on widgets, the loading line goes about 75 percent and theit the loading icon keeps spinning without going anywhere !

    0_1495216197150_Screen Shot 2017-05-19 at 1.49.20 PM.png

    When I upgraded, i got a warm: [meta/templates] Partial not loaded: partials/account_menu.tpl message. !

    0_1495216276572_Screen Shot 2017-05-19 at 1.44.40 PM.png.

    Please help :). Thank you in advance!

  • 0 Votes
    11 Posts
    4k Views
    barisB

    Looks like a bug on that only happens when using redis, thanks for reporting.

  • 0 Votes
    8 Posts
    2k Views
    J

    @PitaJ said in Global Header ends up below Breadcrumb besides in Categories page:

    Make sure you're editing the templates within the theme directory, and not within the build/public/templates directory

    Try copying the files over from your server and ensuring that they are indeed edited.

    As I've written above, I've created the new theme by duplicating the folder "nodebb-theme-persona" in nodebb/node_modules, then renaming the new folder. So that's where I'm editing 😄

    I've also checked whether the upload was successful - it is, files are edited. Is it possible this has to do with some caching issue in the server? Or perhaps how I created this theme - not by installing it through the command npm?

  • Upgrading from 1.4.4 to 1.5.0

    1
    0 Votes
    1 Posts
    958 Views
    M

    Quick question:

    I've done upgrades from 1.4.1 to 1.4.2, etc. But, not 1.4 to 1.5 revisions.

    I'm also a step behind, as I'm on 1.4.4 and not 1.4.5.

    Do I need to install 1.4.5 before upgrading to 1.5.0? What's the easiest set of commands to take care of that, if so?

  • Issues with Lavender theme

    Moved
    6
    0 Votes
    6 Posts
    2k Views
    Ernest L. DefoeE

    Issue has been sorted. Didn't know Lavender didn't have the option in the first uploaded image but the issue in the second upload image was fixed with an update to Vanilla.

  • pagination is broken

    1
    0 Votes
    1 Posts
    841 Views
    T

    Looks like pagination is broken in 1.5.0? A few of my users reported issues, but I can't even enable pagination on my forums.

    See these issues on Github:
    https://github.com/NodeBB/NodeBB/issues/5685
    https://github.com/NodeBB/NodeBB/issues/5686

  • Images in tags

    2
    0 Votes
    2 Posts
    1k Views
    Ernest L. DefoeE

    Guess this isn't possible. I looked at the badges addon that supposedly could do this but can't seem to figure out how to get it to work.

  • socket.io 400 error polling

    3
    0 Votes
    3 Posts
    3k Views
    F

    @Async0x42 I was able to solve it by adding the subdomain (e.g forum.servername.com) in the "url" of config.js.

  • redirection problem with ssl

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    fstdeskF

    Fixed by adding

    if ($host = www.$server_name) {
    rewrite ^(.*) https://$server_name$request_uri? permanent;
    }

    after

    proxy_set_header Connection "upgrade";
    }

    line.

  • Node BB app

    12
    0 Votes
    12 Posts
    4k Views
    JenklerJ

    Nice, will take a look at that 😉

  • Big problems

    6
    0 Votes
    6 Posts
    2k Views
    A

    @nodeath if you want actual help drop me a PM.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    87 Views
  • Quick facebook login button in menu top-right

    Moved
    4
    0 Votes
    4 Posts
    2k Views
    Pc HoangAnhP

    Thanks for reply.

    Thanks yariplus and julian. When i edit template, i run ./nodebb upgrade and ./nodebb restart
    It recovery template.

    I think i know problem myself run command render template.

    Thanks

  • Admin Invite

    5
    0 Votes
    5 Posts
    1k Views
    M

    Many thanks. Found and changed in the short term. I'd upvote you many times if it was possible for me to do so 🙂 Best help yet on this forum.

  • Invalid date

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    M

    I didn't fix it. I had to change to a 'base' theme.

    For whatever reason using the nodebb-theme-material-revisit theme seems to break it...!

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    118 Views
  • 0 Votes
    5 Posts
    2k Views
    JenklerJ

    @julian Hehe, exploding browser feature FTW 😛

  • Unable to login

    3
    0 Votes
    3 Posts
    1k Views
    julianJ

    Minifier is showing that it can't find some of the socket.io files. Make sure all of the dependencies are installed correctly (npm i --production)... perhaps try nuking node_modules/ and trying again?

  • This topic is deleted!

    2
    0 Votes
    2 Posts
    18 Views
  • NPM install dies without specific error

    3
    0 Votes
    3 Posts
    2k Views
    W

    Thanks I bumped the memory. seems to work now.