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.
  • NodeBB Sidebar & Header

    Solved
    12
    0 Votes
    12 Posts
    161 Views
    D
    @baris I appreciate that, and quick fix. Thank you again. Aside from that. I am actually really enjoying nodebb. I am running it alongside plesk, with 4 other websites which run php, no interferenance with anything and runs a dream. Definitely way easier to use and understand then mybb
  • Issue after issue while trying to import IPB to NodeBB

    Unsolved
    3
    0 Votes
    3 Posts
    149 Views
    julianJ
    @nachoshenko importing a forum is something that is quite difficult since as you can imagine, the data structures don't match up 1:1. Any chance you would be willing to put forward some budget to make this happen? If you contact us at [email protected] I think we could arrange something with an interested third-party who would build a migration solution for you.
  • config.relative_path isn't set

    Solved
    5
    0 Votes
    5 Posts
    122 Views
    D
    Would it be possible to add a line calling that out explicitly in https://docs.nodebb.org/configuring/config to make it obvious to stupid people like me?
  • Does API Bearer Authentication support use OIDC Token for authentication?

    Unsolved
    3
    0 Votes
    3 Posts
    107 Views
    ufan0U
    @julian Thanks for your answer, this means I need to add a backend service.
  • Override JS that sets background colour of categories

    Solved
    7
    0 Votes
    7 Posts
    149 Views
    phenomlabP
    This works as intended $(document).ready(function() { $(window).on('action:topics.loaded', function(ev, { topics }) { topics.forEach(({ tid }) => { const $topicEl = $(`li[component="category/topic"][data-tid="${tid}"]`); const $categoryLabel = $topicEl.find('[component="topic/labels"] a[href^="/category/"]'); const bgColor = $categoryLabel.css("background-color"); const color = $categoryLabel.css("color"); // Set a timeout to delay the execution of style changes setTimeout(() => { $categoryLabel.attr("style", `border-color: ${bgColor} !important; color: ${bgColor}`); }, 100); // Change to the desired timeout in milliseconds }); }); });
  • [nodebb-plugin-openai] Internal network development

    Moved
    6
    0 Votes
    6 Posts
    178 Views
    barisB
    nodebb-plugin-openai doesn't use streaming responses it sends the post to openai and once the response is received it makes a reply in the topic or chat.
  • Can't purge categories

    Solved
    4
    1 Votes
    4 Posts
    153 Views
    barisB
    This fix is released as part of 3.10.2.
  • Federation issues on ekk.app

    Unsolved
    13
    1 Votes
    13 Posts
    276 Views
    julianJ
    @[email protected] @bh4-tech Glad to hear it is working now
  • Slow Queries in MongoDB

    Unsolved
    4
    0 Votes
    4 Posts
    188 Views
    barisB
    You should take a look at the cpu usage on your server, if it's high look into moving your database to another server and use more than one process for nodebb. It also helps to use redis for sessions so mongodb doesn't have to deal with that. https://docs.nodebb.org/configuring/scaling/
  • Logic datasync Redis and Mongo have issues and solution for high traffic?

    Unsolved
    2
    0 Votes
    2 Posts
    80 Views
    barisB
    You are running more than 1 port so remove "isCluster": "false", or set it to true.
  • Basic Authentication (Nginx) on NodeBB

    Unsolved
    2
    0 Votes
    2 Posts
    103 Views
    X
    [image: 1728564257563-2f0a7d4d-0e66-481c-bb5f-f90deae2ac8e-image.png]
  • Navbar on the top for Harmony as Persona

    Unsolved
    3
    0 Votes
    3 Posts
    172 Views
    barisB
    You have to modify the templates and move it there.
  • Socket connection issue

    Moved
    1
    0 Votes
    1 Posts
    91 Views
    Hai Rong DuH
    @julian excuse me, I have some problems with connecting socket. In database have table session and i think _csrf will be equal to the value of column sid in table session is that correct ? Nut now i want to integration nodebb with my auth service. And i create new front-end for my service. I can connected socket in localhost but i can't connected to socket when i build nodebb edited to development environment. Can you give me some advice or suggestions?
  • How do I save responses from a form and show it on another page

    Unsolved
    3
    0 Votes
    3 Posts
    132 Views
    eeeeeE
    Looking back at the issue I had, and the solution from Julian, this may help [image: 1728158400502-1000026861.jpg]
  • How do I call the block user function

    Unsolved
    4
    0 Votes
    4 Posts
    151 Views
    barisB
    You need to add some js code to handle the click on the new button that you add and call the block toggle function.
  • SSO using SAML in nodebb

    Unsolved
    1
    0 Votes
    1 Posts
    131 Views
    N
    Hello, I am working on integrating SAML in my nodebb forum with my paradiso server. they have done from their side and provide me an xml file that has this fields:- <?xml version="1.0"?> <md:EntityDescriptor xmlns:md="Some confidential details" xmlns:ds="Some confidential details" entityID="Some confidential details">   <md:IDPSSODescriptor protocolSupportEnumeration="Some confidential details">     <md:KeyDescriptor use="Some confidential details">       <ds:KeyInfo xmlns:ds="Some confidential details">         <ds:X509Data>           <ds:X509Certificate>"Some confidential details"</ds:X509Certificate>         </ds:X509Data>       </ds:KeyInfo>     </md:KeyDescriptor>     <md:KeyDescriptor use="Some confidential details">       <ds:KeyInfo xmlns:ds="Some confidential details">         <ds:X509Data>           <ds:X509Certificate>"Some confidential details"</ds:X509Certificate>         </ds:X509Data>       </ds:KeyInfo>     </md:KeyDescriptor>     <md:SingleLogoutService Binding="Some confidential details" Location="Some confidential details"/>     <md:NameIDFormat>"Some confidential details"</md:NameIDFormat>     <md:SingleSignOnService Binding="Some confidential details" Location="Some confidential details"/>   </md:IDPSSODescriptor> </md:EntityDescriptor> and i am doing it with the nodebb-plugin-sso-saml and Passport-SAML but stuck as i am not getting the response please guide us. how can i integrate SAML as a sp
  • Docker installation not working, "nodebb-1 exited with code 0"

    Unsolved
    4
    0 Votes
    4 Posts
    231 Views
    W
    @Saarol what do you mean by this, on OS or in docker? Having the same problem, incredibly annoying
  • NodeBB on Deno

    Unsolved
    1
    0 Votes
    1 Posts
    86k Views
    caesarC
    I was wondering if NodeBB would run on Deno, especially with the new supposedly NodeJS-compatible Deno v2.0. Has anyone tried it?
  • File upload not working on android

    Solved
    9
    0 Votes
    9 Posts
    235 Views
    bh4 techB
    Yes, it was indeed a privilege issue. On desktop, I was logged in as instance admin while on mobile as a normal user. Sorry, for troubling you.
  • Registered Users Unable to Upload Files, While Admins Can

    Moved
    5
    0 Votes
    5 Posts
    166 Views
    zy zhangZ
    @baris It works! Thank you for your help!!!