Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.

4.8k Topics 26.5k 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.
  • Ngingx redirect issues

    9
    0 Votes
    9 Posts
    643 Views
    Joey WashburnJ
    @MoJo It does work, except for the admin area, but i have asked that in a seperate post. I didnt see anything in the docs about assets and plugins. Ill go look again.
  • Activate the Quill editor

    Unsolved
    5
    0 Votes
    5 Posts
    432 Views
    A
    Anyway lmk what you think.... I would require that I have a reasonable editor for my users. This editor/markdown component is a deal breaker for me, it's awful..... The platform fantastic, this editor.....??? Hopefully I can get Quill working b/c it will be exactly what I need.
  • Installing as newbie - nodebb command not found

    3
    0 Votes
    3 Posts
    445 Views
    A
    Ok great, thanks!
  • Turn maintenance mode on/off from script.

    7
    0 Votes
    7 Posts
    891 Views
    M
    Weird, > use nodebb switched to db nodebb > db.objects.update({ _key: "config" }, { $set: { "maintenanceMode": 1 } }); WriteResult({ "nMatched" : 1, "nUpserted" : 0, "nModified" : 1 }) NodeBB restart. It's working, checked APC and the switch is turned on. I think i was loged in as administrator before, but i was checking maintenance page in APC and switch was turned off.
  • This topic is deleted!

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

    1
    0 Votes
    1 Posts
    18 Views
  • Cannot update General settings in admin panel

    9
    0 Votes
    9 Posts
    858 Views
    PitaJP
    I assume you've tried rebuilding and restarting. That's the whole git status? Nothing about untracked files? Can you try upgrading to the latest 1.14.x and trying that? I must be missing something. I see no reason why settings/general shouldn't work like everything else. Have you tried it without the CDN?
  • This topic is deleted!

    Solved
    3
    0 Votes
    3 Posts
    25 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • invalid-score Error occurred during upgrade from 1.13.2 to 1.14.2

    7
    0 Votes
    7 Posts
    853 Views
    E
    @baris I applied and It also worked on the production server. Thanks again.
  • 0 Votes
    8 Posts
    1k Views
    barisB
    @tecy No need
  • Error installing NodeBB with Mongo

    4
    0 Votes
    4 Posts
    527 Views
    barisB
    MongoDB 4.2.7, nodejs 14.6.0, latest master from nodebb repo.
  • Error: unable to verify the first certificate. How to fix?

    Solved
    9
    0 Votes
    9 Posts
    85k Views
    S
    @PitaJ said in Error: unable to verify the first certificate. How to fix?: You may be able to fix this by changing your email server setup to provide a different certificate, one which embeds the full chain. (Probably fullchain.pem) Since postfix was working for every other site on the server, I never thought to try that. But I did and it worked! Thank you very much.
  • How to remove forum title from Email subject?

    Unsolved
    1
    0 Votes
    1 Posts
    438 Views
    Varun Ganesh DV
    I'm using Newsletter plugin. But it shows forum title at the beginning of subject How to remove it? @administrators
  • How do I fix Nodebb installation errors

    9
    0 Votes
    9 Posts
    1k Views
    S
    Oh, even better. Here it is all updated for NodeBB 1.14 and NodeJS updated as well. https://mangolassi.it/topic/22011/deploying-nodebb-1-14-on-centos-8-with-mongodb-4-2
  • Write API - Adding users to groups

    1
    0 Votes
    1 Posts
    261 Views
    B
    Hello, I wonder if you can help. We are currently in the process of integrating NodeBB into our game server, when a player creates an organisation, adds members, deletes organisation, we are making the corresponding calls to NodeBB write api to do the above. We only want groups to be managed from game side rather than nodebb side (unless absolutely necessary by admins if there is an issue). Unfortunately, when we add a member to group, it gives them the group owner 'star' and allows them to manage the group on the forum. Is there a way to disable this? Thanks in advance.
  • Problems with chat

    4
    0 Votes
    4 Posts
    584 Views
    PitaJP
    @diego well, anything is possible. Currently that functionality is not built into NodeBB, nor is there a plugin that provides it that I know of. It's probably possible to create a plugin for that, but it wouldn't be simple.
  • How can i migrate??

    Unsolved
    3
    0 Votes
    3 Posts
    437 Views
    Varun Ganesh DV
    It's Very Complex. I installed Fresh. Lost everything.
  • Can't open Nodebb with URL from config.json

    39
    0 Votes
    39 Posts
    12k Views
    S
    Do you have it all working now?
  • v1.14.2 Text area font bug (Russian language)

    2
    1 Votes
    2 Posts
    336 Views
    crazycellsC
    @Xialtal Actually, rather than a bug, it just needs to be translated. I am pretty sure someone from Russian translator team will do it soon... So, it will be updated later on... @baris Are translations updated with each version release? or is there periodicity?