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.
  • Converting MyBB to NodeBB in 2020?

    3
    0 Votes
    3 Posts
    447 Views
    S
    I actually did this back in 2019. I migrated across to a postgres database using some script I found somewhere on GitHub. The only real issue was transferring across user passwords. I remember had to send out emails to all my users to select new passwords.
  • How to renew let's Encrypt certificate?

    Unsolved
    4
    0 Votes
    4 Posts
    307 Views
    DownPWD
    https://docs.digitalocean.com/support/how-can-i-renew-lets-encrypt-certificates/
  • I want to know who viewed tpoic

    Unsolved
    2
    0 Votes
    2 Posts
    197 Views
    T
    I want to know who viewed topics, who help me.
  • This topic is deleted!

    Unsolved
    0
    0 Votes
    0 Posts
    9 Views
    No one has replied
  • v3.0.0-alpha3 theme-harmony new topic category empty

    Moved Solved
    6
    0 Votes
    6 Posts
    1k Views
    T
    beta.2 is ok.
  • Reset All Users Skin Selection

    6
    0 Votes
    6 Posts
    466 Views
    T
    @baris said in Reset All Users Skin Selection: You need to clear the cache or restart nodebb since you are modifying the database via cli perfect! I just tested and it worked. Thanks for your help!
  • How to export private chat discussion

    Unsolved
    1
    0 Votes
    1 Posts
    123 Views
    I
    Hello, I`a member of a forum relying on nodeBB and would like to save/export some chat discussions I had. Is there a way to do that ? The discussion is very long and was done on several months so a simple copy paste is not possible and even load the full discussion is very very long. At this time I didn't spent sufficient time to go back to make it fully loaded that's why I ask if there is a technical solution to do that in a smarter way Thanks by advance
  • Why don't write api support custom topic publishing time?

    Solved
    5
    0 Votes
    5 Posts
    577 Views
    julianJ
    Please see this topic
  • This topic is deleted!

    Unsolved
    6
    0 Votes
    6 Posts
    80 Views
  • Probably a bug in nodebb-plugin-feed

    Solved
    5
    1 Votes
    5 Posts
    415 Views
    barisB
    Published 2.0.5 & 3.0.6, thanks for reporting.
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    56 Views
  • Set up nodebb development instance

    11
    1 Votes
    11 Posts
    787 Views
    phenomlabP
    @dave1904 I typically use VSCode these days. Does what I want in the sense that it has decent syntax checking, plus a wealth of plugins etc. Its also cross platform so I can switch between windows and Linux easily.
  • Change config file back to default

    Unsolved
    5
    0 Votes
    5 Posts
    423 Views
    T
    @julian phentomlabs advice worked for my question, for the launch I will get help from a friend that has experience with hosting stuff ^^
  • How to get custom badges assigned for people?

    9
    1 Votes
    9 Posts
    2k Views
    phenomlabP
    @dave1904 great! Thanks for the update and glad to be of assistance.
  • Web Installer preventing NodeBB server from starting.

    Solved
    10
    0 Votes
    10 Posts
    930 Views
    julianJ
    Great! Thanks for checking in with your solution
  • Guideline for custom plugin setting page creation

    Solved
    6
    0 Votes
    6 Posts
    510 Views
    julianJ
    https://community.nodebb.org/topic/16958/how-do-i-create-a-settings-page-for-my-plugin
  • How do I disable file logging?

    Moved Solved
    5
    0 Votes
    5 Posts
    362 Views
    barisB
    @PitaJ I think it's already supported https://github.com/NodeBB/NodeBB/blob/master/loader.js#L22. logFile in config.json But it joins with __dirname, so PRs welcome to change that.
  • Can not login to NodeBB. Login or password wrong

    Unsolved
    23
    0 Votes
    23 Posts
    2k Views
    KosiakK
    For my original problem, I think I found a bug. For some reason the user password length was set to 0 (I didn't set it that way, it's not possible). When I set up my forum, my password was 7 characters long (before launching the site, I change the password to a complex and unique one, but during the development process I use a simple one that I remember). When I transferred the forum to the server and edited Users -> Settings, I set the minimum password to 8 characters, because it was impossible to leave the field with a default value of 0. And here I see a bug, because no one expects this behavior. Once the minimum password is set, NodeBB simply stops accepting any passwords that are shorter. This is completely non-obvious and as an admin I fell into a trap. I would expect two behaviors: Continue to accept set passwords even of shorter length until a password change is required Display a warning and reset passwords of shorter length if the administrator confirms this action. [image: 1675254614144-%D1%81%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA-%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0-2023-02-01-%D0%B2-14.04.48.png]
  • Harmony child theme importing parent scripts in plugin.json

    Moved
    5
    0 Votes
    5 Posts
    483 Views
    julianJ
    Hah, the best kind of fix
  • I got "./nodebb: Is a directory" error

    Unsolved
    5
    0 Votes
    5 Posts
    467 Views
    DownPWD
    Yep exactly, since in general the best practice is to create one user per service, it's often named as the product ha ha Same config here