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.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • Can't bind to port on Heroku

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    B

    Alright, upgraded all the way up to 1.7.1 and it did fix the issue, thank you very much for your help, the forum is now working fine on the latest version of a Heroku hobby plan.

  • Import a nodebb forum

    1
    0 Votes
    1 Posts
    1k Views
    frju365F

    Hello,
    I've created a forum to replace an old phpbb forum. Many of the old users want me to import old posts/thread to the new one. So, I want suggestions how I can do that. Perhaps manually if it's a good solution.

    Thanks in advance for your help,
    frju365

  • Upgrade error

    4
    0 Votes
    4 Posts
    1k Views
    barisB

    Run npm i commander on 1.7.x and try again.

  • This topic is deleted!

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

    1
    0 Votes
    1 Posts
    1 Views
  • themes does not load and buttons does not work

    Unsolved
    2
    0 Votes
    2 Posts
    938 Views
    PitaJP

    NodeBB address in use, exiting... Error: listen EADDRINUSE 0.0.0.0:4567

    This usually means that NodeBB is already running. Use ./nodebb stop and if you still have the issue look up "kill process on port" with a search engine.

  • Ability to prevent counting posts

    1
    0 Votes
    1 Posts
    622 Views
    MrCakeSlayerM

    Is there a way to prevent post counts in certain categories from showing on a user's profile or in the user list/total post count areas?

    For example if we have like a Category for random/off-topic that users can somewhat spam in, Is there a way to prevent all posts in there from reflecting on the user's post counts?

    Whether there is an admin feature for this, custom code or even a plugin, An help is appreciated. Thanks.

  • Building ready to run NodeBB Docker images

    6
    1 Votes
    6 Posts
    2k Views
    ShardS

    I did a quick test to verify that nodebb setup will attempt to verify mongo access even if it has been provided - which I expected, but... and it does.

    So it seems that the best practice here would be to pass the values in as part of the build with the assumption that the Redis or mongo instance already exists.

  • 0 Votes
    3 Posts
    1k Views
    PitaJP

    ./nodebb build is probably faster than a full upgrade run.

  • only 4 topics in recent list

    Solved
    2
    0 Votes
    2 Posts
    767 Views
    M

    @mj I found the problem.

    We have a few categories that afe not viewable for some users and we had over 80 topics in this category that's why the recent page had only 4 topics.

  • Need help include downloaded js files

    2
    0 Votes
    2 Posts
    747 Views
    PitaJP

    You could try including them in the Custom Header at ACP -> Appearance --> Custom Content

  • considering nodebb, having some questions

    4
    0 Votes
    4 Posts
    1k Views
    PitaJP

    @zwarag that would have to be done with a custom plugin as well

  • Can't login with admin [Merry Christmas]

    6
    0 Votes
    6 Posts
    2k Views
    PitaJP

    @username1001 yes that should work. Then run ./nodebb setup

  • Nodebb Breaks

    2
    0 Votes
    2 Posts
    830 Views
    S

    Link Preview Image we can't start NodeBB after upgrade to master verstion · Issue #6197 · NodeBB/NodeBB

    git pull origin master ./nodebb upgrade we have this error: Updating NodeBB... Updating package.json file with defaults... OK Bringing base dependencies up to date... up to date in 5.934s OK Checking installed plugins for updates... OK U...

    favicon

    GitHub (github.com)

  • Weird Digest Image Issue on Mobile

    2
    0 Votes
    2 Posts
    924 Views
    M

    For reference, other notifications on mobile look great.

    0_1513887912209_other-notification.jpg

  • Using/Getting timestamp inside template

    5
    0 Votes
    5 Posts
    1k Views
    barisB

    I don't think we have a hook for that, I was also looking at the source code and seems like Date.now() is already appended to the url here https://github.com/NodeBB/NodeBB/blob/master/public/src/client/account/edit.js#L189, is your version of nodebb lacking that code?

  • Need help with Mongodb

    5
    0 Votes
    5 Posts
    1k Views
    L

    i just hate those breaking changes that node introduce ... dafuq..... hope you guys dont use 3.6+ features in the near future 😄

  • How to upgrade nodebb from 1.70 to 1.72

    3
    0 Votes
    3 Posts
    1k Views
    julianJ

    After git checkout, you might also need to git pull to get the latest code 😃

  • Installing plugins via commandline in Docker

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    PitaJP

    ./nodebb build