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.

  • 3 Votes
    18 Posts
    532 Views
    omegaO

    Deck the Node with Custom Code fra la la la laa la la la laa

    Merry Christmas 🎄

  • Migrating external data into NodeBB

    Unsolved
    1
    0 Votes
    1 Posts
    57 Views
    C

    I want to migrate my vBulletin (vBB) 4.0.3 forum to NodeBB, but the plugins for data migration have been outdated for a long time. Is there a feasible solution at present to transfer the database regarding users, posts, etc., from MySQL or CSV to NodeBB? Thank you.

  • API Usage Question

    Solved
    6
    0 Votes
    6 Posts
    221 Views
    David SargradD

    @baris !! Cool

  • Nodebb set up error

    Solved
    7
    1 Votes
    7 Posts
    201 Views
    barisB

    @Atc1 no problem, thanks for reporting. I've released a patch version 3.6.1 with a fix https://github.com/NodeBB/NodeBB/releases/tag/v3.6.1

  • CORS Support for API Use

    Moved
    12
    0 Votes
    12 Posts
    290 Views
    David SargradD

    Yay!! It worked when I used the ACP to set the Access-Control-Allow-Origin field to http://localhost:3000.

    I would recommend looking at allowing "*". This is a common CORs practice, particularly in a development environment.

    09547b42-4cee-4ca7-9121-3c22199d02c2-image.png

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
  • Nickname color

    Unsolved
    5
    0 Votes
    5 Posts
    223 Views
    RodionR

    @julian Please tell me how to start setting up the theme.

  • Hide Post Events

    Unsolved
    6
    0 Votes
    6 Posts
    195 Views
    barisB

    If you want to hide them all you can do that via custom css as well then you won't have to remove the partial after an upgrade.

    .timeline-event { display: none!important; }
  • How to install a custom plugin on nodebb host

    Unsolved
    3
    0 Votes
    3 Posts
    124 Views
    barisB

    Contact us at [email protected] with the plugin name. You can also publish it to npm and it should show up in the acp. But that takes a while.

  • This topic is deleted!

    Moved
    1
    0 Votes
    1 Posts
    7 Views
  • How i can install Nodebb in cpanel Hosting??

    Unsolved
    4
    0 Votes
    4 Posts
    177 Views
    julianJ

    @nhl-pl this is news to me. Pretty cool!

  • CSS not loading when using other themes

    Unsolved
    3
    0 Votes
    3 Posts
    228 Views
    barisB

    Changing a theme requires a rebuild with ./nodebb build and restarting.

  • 3.5.0 Upgrade Support

    12
    1 Votes
    12 Posts
    434 Views
    barisB

    Checkout our migration guide https://nodebb.org/blog/nodebb-specific-bootstrap-3-to-5-migration-guide/.

    Essentially all templates needs to be updated for boostrap 5 and less converted to sass. The migration guide goes through all the changes needed.

  • Impossible to install NodeBB!

    Solved
    9
    0 Votes
    9 Posts
    311 Views
    CannybirdC

    @oplik0 Finally it worked after I left Host IP address to the default 127.0.0.1. Thanks.

    nodebb2.JPG

    nodebbsite.JPG

  • Errors that appear on search.google.com

    Solved
    4
    0 Votes
    4 Posts
    125 Views
    julianJ

    Likely the changes will land in 3.6.0

  • There are many errors printed on my Chrome console

    Solved
    2
    0 Votes
    2 Posts
    86 Views
    Smile GhS

    Maybe it's affected by a broswer plugin. There are no errors in privacy mode. Thanks.

  • Nodebb can't resolve mongodb Atlas domain when I install.

    Unsolved
    3
    0 Votes
    3 Posts
    120 Views
    Smile GhS

    I create config.json by myself and add mongo uri in it. it works. Thanks for your help!

  • NodeBB was not rebuilt

    Solved
    5
    0 Votes
    5 Posts
    183 Views
    I

    @julian Thanks, problem solved.
    Thanks for the good will

  • 0 Votes
    9 Posts
    337 Views
    RodionR

    Can you imagine...
    I updated NodeBB to 3.5.2 and everything worked)
    I don't understand why it didn't work on 3.5.1.
    Thanks!

  • What is swagger ui path in nodebb?

    Solved
    3
    0 Votes
    3 Posts
    132 Views
    julianJ

    Thanks @oplik0 even I forgot about /debug/spec/* and I wrote those controllers 😄

    Keep in mind that the docs.nodebb.org routes only display the latest stable version of NodeBB (tracking the master branch)