Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.

4.7k Topics 26.1k 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
    196 Posts
    phenomlabP

    @baris updated to 3.7.2 and now just waiting for the plugin to be updated.

  • Hide subcategories

    1
    1 Votes
    1 Posts
    729 Views
    E

    Hi, I can't find anymore where in the ACP i can hide subcategories from the homepage, I know, it's silly ^^

    Please advise,

    Thank you 🙂

  • Assign group depeending of external query

    1
    0 Votes
    1 Posts
    632 Views
    J

    Is it possible to give a user a specific group by using a mysql query (to another DB obviously) ?

    I am looking to do it for some couple hours now and didn't find anything interesting.

  • 0 Votes
    4 Posts
    2k Views
    R

    Followup: It seems to be working fine. Ad refreshes as I navigate around the forum. No forced page reload necessary.

  • Responsiveness on Galaxy S7

    8
    0 Votes
    8 Posts
    2k Views
    M

    I think I fixed it. Had an HTML widget causing issues.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    35 Views
  • Empty Homepage

    8
    0 Votes
    8 Posts
    2k Views
    B

    Thanks, it looks like I'm back up and running. ✨

  • 0 Votes
    12 Posts
    8k Views
    E

    it worked after dropping 30 objects...
    good luck on standard users solving this lol

  • 1 Votes
    1 Posts
    670 Views
    W

    Hi,

    I'm having some troubles getting NodeBB up-and-running on Heroku. I've followed the official documentation and I seem to have followed every step correctly. I am however having troubles with the very last step unfortunately and I was hoping someone might be able to help me!

    Step 13: Initialise a single dyno: heroku ps:scale web=1

    Here's what happens in Terminal:

    MacBook-Pro% heroku ps:scale web=1
    Scaling dynos... !
    ▸ Couldn't find that formation.

    I've searched around the net already and some have mentioned it may be an issue with having an extension on the Procfile. I have checked this and there is no extension.

    I'm so close but yet so far! Has anyone encountered this issue before?! Any help would be greatly appreciated!

    Best regards,

    Marty.

  • Yikes - 502 Bad Gateway Nginx DigitalOcean

    12
    0 Votes
    12 Posts
    3k Views
    M

    Will try to go to this soon! Sorry. Had a busy weekend.

  • Can't access admin panel

    8
    0 Votes
    8 Posts
    3k Views
    O

    @PitaJ OK thanks, I will have to try and do that tomorrow.

  • Sendmail installation?

    3
    0 Votes
    3 Posts
    1k Views
    PitaJP

    You probably shouldn't be using sendmail anyways. It will get caught by spam filters.

  • v1.4.0 startup error

    Moved
    26
    0 Votes
    26 Posts
    9k Views
    M

    hmm it worked 😛

    I installed 3.4.1 but it would not start again, so I changed the line back from 3.4.1 to 3.4.0 and it works now 😛

    No errors in log and the composer works now in Firefox 😛

    thanks for your help @PitaJ 😄

  • UREGENT PROBLEM

    22
    0 Votes
    22 Posts
    8k Views
    S

    @kacemlight said in UREGENT PROBLEM:

    @julian Ok. How can I pay you to resolve this problem ?

    If the matter is urgent, responding will help.

  • Error when I do "npm install"

    Moved
    9
    0 Votes
    9 Posts
    4k Views
    D

    @Bri Yes I did. I follow this guide to install nodebb:

    https://nodebb.readthedocs.io/en/latest/installing/os/centos.html

    I installed node 7.0.0

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • 1 Votes
    3 Posts
    2k Views
    M

    Pulling from Master helped. However the webpage that starts NodeBB after setting up the DB through the webpage, doesn't restart it now. I had to kill the command line, and manually start nodeBB. But then it works fine. Just an FYI.

  • 0 Votes
    5 Posts
    3k Views
    J

    @julian said in npm ERR! code ECONNRESET while installing NodeBB:

    @JaredBusch NodeBB should work on Node 4+... just fyi 😄

    Oh, I have a perfectly working instance that I have been using for over a year. the problem is I can not spin up a new instance in a new VM to save my life.

    I know for a fact that it is not this damned hard.

    At this point I can only assume I have missed a step or something.

  • Javascript HTML Widget

    9
    0 Votes
    9 Posts
    3k Views
    M

    @julian said in Javascript HTML Widget:

    Nice site, looks a lot like our community forum

    Ha! Thanks! Just need some users now! 🙂

  • NodeBB Migration

    2
    0 Votes
    2 Posts
    1k Views
    PitaJP

    @hnahli you'll want to make a database dump, depending on your db it's different just search [your db] dump backup.

    You'll also want to make a backup of your uploaded files if any.

    Here's an okay resource: https://docs.nodebb.org/fr/latest/upgrading/index.html?highlight=backup#back-up-your-data

  • 0 Votes
    14 Posts
    6k Views
    J

    @julian said in Fresh Install Error - Cannot Login/Register & JS Reference Error:

    Ah yes I see you did say that earlier. You pulled after you switched to master, too, right?

    I have made a new post with more detail on what I have done to recreate/replicate issues.
    https://community.nodebb.org/topic/9915/new-install-leaves-me-with-session-mismatch-invalid-csrf