Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.

4.8k Topics 26.7k 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. [image: youtubelogo.png] Setting up SendGrid mailer for NodeBB
  • NodeBB guides, how-to's and general tips and tricks

    83 Topics
    601 Posts
    Z
    not sure the plugin worked for firefox. saw a-z in the sort icon. when i used it, i expected the topics in the category would be sorted a-z. they werent
  • 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.
  • category template accessing topic from API

    8
    0 Votes
    8 Posts
    2k Views
    PitaJP
    @loopynid here's a better resource: BenchpressJS docs
  • Resized images are sometimes larger than before

    4
    0 Votes
    4 Posts
    1k Views
    TLINDENT
    Now, that was fast. Wow! Thanks a lot, Tom
  • Inline Reply - Persona Theme

    2
    0 Votes
    2 Posts
    834 Views
    Y
    @baris are you able to assist please? Thanks
  • Error Msg

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    M
    Basically had to delete everything and build from ground up.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    27 Views
  • White background behind menu.

    2
    0 Votes
    2 Posts
    661 Views
    barisB
    Apply these changes https://github.com/NodeBB/NodeBB/commit/8c9bae8ba388f94750130819106d240e90715be7, or upgrade to latest version of NodeBB.
  • [Resolved] Is nodebb-plugin-spam-be-gone still working?

    5
    0 Votes
    5 Posts
    2k Views
    A
    @baris Thanks a lot
  • mobile menu not slider out

    3
    0 Votes
    3 Posts
    1k Views
    absurdsmashA
    Thanks @MJ that fixed the issue
  • Migrate Nodebb

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    M
    @bri Thanks i have already moved my nodebb
  • Noticing "Active Plugins" That Aren't Actually Installed?

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    M
    @pitaj said in Noticing "Active Plugins" That Aren't Actually Installed?: That list reflects the activated plugins on your forum, ignoring whether or not they are installed. You can fix it by disabling the plugins via running ./nodebb reset -p [plugin name] for each plugin. In the future, make sure you disable the plugins before removing them. Excellent. Thank you!
  • Error: ENOENT: no such file or directory

    1
    0 Votes
    1 Posts
    1k Views
    xedomX
    hi, I have a problem with nodebb-widget-r6stats-vrk. -> http://prntscr.com/ism7sg [image: Iv6bxAu.png] how can i solve? someone can help me? Thanks
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    34 Views
  • Question about NodeBB update

    7
    0 Votes
    7 Posts
    2k Views
    JenklerJ
    You should always have a backup before updating anything in my opinion. Better to be safe. I dont see any problems to update from 0.7.1 to 1.7.5. Download new source Copy over the config and static content (if you have any) run ./nodebb upgrade Simple as pie, but remember. Always backup first
  • Avatars do not change immediately

    8
    0 Votes
    8 Posts
    3k Views
    floufilleF
    I had a similar issue. But the origin of the trouble seems to be the Nginx cache.
  • Is it possible to add custom header to a specific topic?

    1
    0 Votes
    1 Posts
    814 Views
    coinarmyC
    I'm able to to add on a global scale but I'm interested to make changes also to specific topics, not only the category.
  • Add smart app banner to nodebb

    1
    0 Votes
    1 Posts
    961 Views
    C
    We use the webview app of nodebb. I want to install this module https://github.com/kudago/smart-app-banner Please help me with steps or tell some other way to show an app installation banner on the website.
  • Chat UI Persona Theme

    3
    0 Votes
    3 Posts
    1k Views
    C
    Thanks. Works.
  • Image and File Upload not showing in Composer

    4
    0 Votes
    4 Posts
    1k Views
    C
    @baris thank you so much. I tried to update the plugin via terminal but still didn't get this fix. How do I get this update?
  • chat cannot add user to room

    3
    0 Votes
    3 Posts
    1k Views
    julianJ
    https://github.com/NodeBB/NodeBB/issues/6366
  • Live threads in sidebar

    1
    0 Votes
    1 Posts
    534 Views
    T
    Hi all, Is it possible somehow to have a sidebar widget that displays the live threads for the category the user is in when viewing a post in that category? So for example you are viewing this thread in the technical support category, in the sidebar now you'd see the latest threads (not individual posts) in technical support. If a new thread is posted as you're reading this, that widget would update with that thread at the top...