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.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
  • Update v1.19.7 -> v2.0.0 | Error: uncaughtException: winston.Logger is not a constructor

    Unsolved
    10
    0 Votes
    10 Posts
    1k Views
    phenomlabP
    @tecy If you use the Persona Theme and nodebb-plugin-custom-pages you can set a homepage like this [image: 1652350675701-8406fe75-917d-460b-a931-3bac1b57b5b5-image.png] If you want to enforce that across all of your users, just disable "Allow User Home Pages"
  • 1 Votes
    2 Posts
    6k Views
    tecyT
    @Belhachemia-Mohammed-ibrahim Hi I have the same error when using npm update after upgrading to 1.19.7. Could not fix it yet ...
  • v2.0 custom persona theme mobile problems

    Moved Solved
    10
    2 Votes
    10 Posts
    1k Views
    S
    updated PR here: https://github.com/NodeBB/nodebb-theme-persona/pull/550
  • plugins.browsingUsers.getBrowsingUsers error

    Unsolved
    6
    0 Votes
    6 Posts
    547 Views
    crazycellsC
    @baris said in plugins.browsingUsers.getBrowsingUsers error: @crazycells Yeah it could be since each topic page calls the browsing users plugin. Give it a try with fewer tabs if it stops happening that's probably why. Thanks a lot
  • Reset Session For Specific User

    Unsolved
    7
    0 Votes
    7 Posts
    652 Views
    T
    @crazycells I could do that, but I would hate to force him to reset his password. If there are no other ways, I'll just revoke all users sessions. Or, I guess I could catch him online one of these days to revoke his session.
  • Help installing nodebb

    Unsolved
    2
    0 Votes
    2 Posts
    367 Views
    PitaJP
    @LEVI-HAVIV have you installed Nodejs? It appears the npm command (included when installing Nodejs) doesn't exist on your system.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    30 Views
  • How to trigger an action after a post is made

    Unsolved
    2
    0 Votes
    2 Posts
    291 Views
    R
    @rod You can create a plugin that waits on the hook "action:post.save" and fires a method that executes the custom action you define { "hook": "action:post.save", "method": "customAction" }, Details on creating a plugin are available at Creating Plugins
  • Styling Preview Block On Hover

    Solved
    3
    0 Votes
    3 Posts
    316 Views
    T
    @baris Awesome! thank you as always!
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    23 Views
  • occasional broken page (post in the left edge)

    Unsolved
    1
    0 Votes
    1 Posts
    188 Views
    crazycellsC
    from time to time, when I open a topic in a wide full screen, I see something like this: [image: 1651347635575-screen-shot-2022-04-22-at-3.22.37-pm-resized.png] The first post on the top of the page can be seen doubled and one of them is squeezed into the left edge of the page. How can I find the reason for this break, and how can I fix this when this happens again? It only occasionally happens (once a week or so); and usually, when I refresh the page, it goes back to normal. But this break is reported by other members of our forum as well.
  • Unable to chat

    Solved
    7
    0 Votes
    7 Posts
    679 Views
    R
    @baris said in Unable to chat: account/new-chat Thanks! that was it, I had some custom css that hid the 2nd item in the dropdown menu. That also explains why it worked with the new DB since the custom css was no longer there.
  • Turning off email verification for SSO

    Solved
    4
    0 Votes
    4 Posts
    523 Views
    barisB
    @razibal Looks like the setting is still there, you should be able to disable verification emails in the ACP. https://github.com/NodeBB/NodeBB/commit/09e0c6d503e4267087f3695755e20fd94df312a9
  • New install of 1.19.5 error

    Unsolved
    8
    0 Votes
    8 Posts
    999 Views
    phenomlabP
    @yariplus Is there any way this could work with a custom page ? I've tried to add this as a widget on a custom page, but nothing is rendered ?
  • user blocking problem after moderator assignment

    Solved
    3
    1 Votes
    3 Posts
    419 Views
    crazycellsC
    @baris thanks
  • Refresh page usually needed to submit post

    Solved
    4
    0 Votes
    4 Posts
    564 Views
    saintsalS
    @baris said in Refresh page usually needed to submit post: I don't think you need a trailing slash. Have you tried without it? That was the problem! Thank you!
  • 0 Votes
    5 Posts
    1k Views
    jiqingJ
    Hello, I deploy nodebb to docker. After I start the service, open the page and the service will hang up! Please help me. [image: 1649300701668-wechatimg71624-resized.jpeg]
  • Recent Cards does not slide by finger

    Solved
    14
    0 Votes
    14 Posts
    2k Views
    crazycellsC
    thanks for the fix @phenomlab , it is working very well this was something our forum users were demanding back good that this is fixed.
  • It shown "no post" on persona theme

    Unsolved
    5
    0 Votes
    5 Posts
    514 Views
    kaiK
    @julian sorry for late reply. But I set the guest can access topic. Just not available the posts only. I can see the post teaser in category page. Just no shown in categories page only. Then, sorry to late for provide my nodebb informations: version: 1.17.0 Node ver: v14.17.2 git hash: 6b4ef46eadce177d51b609bf75df8acdaab61f0a