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.
  • v1.12.0 error: uncaughtException: Could not locate the bindings file.

    10
    0 Votes
    10 Posts
    2k Views
    PitaJP
    @wayne-workman I said to run npm install, not ./nodebb install
  • in China,the @ problem

    3
    0 Votes
    3 Posts
    472 Views
    S
    @PitaJ Is it possible to tell the user that "there has to be a space before the @"? I found many users donot aware that and failed to mention others. Or is it possible to mention others no matter if there is a space before the @
  • Exporting a whole NodeBB category to another NodeBB install

    3
    0 Votes
    3 Posts
    518 Views
    olivierlambertO
    I understand. However, it's very likely users are the same because almost everyone is connecting via external provider (GitHub mainly)
  • payment

    2
    0 Votes
    2 Posts
    325 Views
    julianJ
    Perhaps this plugin would help: https://github.com/psychobunny/nodebb-plugin-paypal-subscriptions
  • How to Downgrade Back to 1.11.x

    11
    0 Votes
    11 Posts
    2k Views
    GeferonG
    I haven't been able to post it yet as i'm very occupied but I will when I can
  • Setup an Nginx reverse proxy on centos 7 for nodebb

    4
    0 Votes
    4 Posts
    608 Views
    B
    @julian besides spam Warning do we have any answers for the posted questions? It was posted on few threds because there was no answer till now ?any type of possible answer?
  • Absolutely lagging

    Solved
    16
    0 Votes
    16 Posts
    3k Views
    F
    @julian Unfortunately, lost patience and have created indexes like this (without unique parameter) db.objects.createIndex({ _key: 1, value: -1 }, { background: true, sparse: true }); Load speed seems to be back. Regarding the pattern of duplicates, its all over the keys e.g the ones i found cat last post topic bookmarks user email
  • Is there a way to ban an e-mail address or pattern?

    3
    0 Votes
    3 Posts
    1k Views
    D
    @jtsimoes Yes, you could call it an e-mail blacklist.
  • Can I see the users who are interested in this topics?

    2
    0 Votes
    2 Posts
    568 Views
    julianJ
    Ah, not really... topic subscriptions are considered (in my opinion) user private data, and that is not shared by default. You could instruct your users to adjust their settings if they are being notified about a specific topic too often: [image: JOV73Dh.png]
  • Invalid URI When Posting

    3
    0 Votes
    3 Posts
    549 Views
    julianJ
    Great! Thanks for sharing your solution with everybody
  • Is there any other solution besides expansion?

    2
    0 Votes
    2 Posts
    230 Views
    julianJ
    You could probably tweak the values in Settings -> Advanced [image: SXzNE8y.png] Raise the threshold to allow more traffic through.
  • NodeBB 1.11.2 Error Connect EMFILE

    8
    0 Votes
    8 Posts
    1k Views
    julianJ
    @scottalanmiller Fluentd hosts some nice configs (distilled from a presentation from a Netflix engineer about tuning their servers) https://docs.fluentd.org/v1.0/articles/before-install Perhaps this could help? Also check out ss -s, what is TIMEWAIT?
  • Category Teaser - How to show Sub-Categories

    1
    0 Votes
    1 Posts
    362 Views
    SoarinS
    Hello, I'm wondering how I can make the teaser show subcategories within a main category. Currently it only shows the latest posts/replies from the main category and not what's inside of it: [image: vwYNYqr.png] Inside of it: [image: 11uocdY.png] Is there a way around this? Thank you!
  • No notifications sent when user registers

    4
    0 Votes
    4 Posts
    381 Views
    barisB
    It is possible to set the default in the ACP but uses can override it in their settings.
  • How can i get list of keywords which don't show any search results?

    3
    0 Votes
    3 Posts
    399 Views
    F
    @baris Appreciate it!
  • Upgrade path

    3
    0 Votes
    3 Posts
    532 Views
    attisA
    @baris Awesome news! Thanks for the swift reply
  • Hierarchical groups

    1
    0 Votes
    1 Posts
    232 Views
    J
    Hi Developers, I filed a feature request recently, asking for hierarchical groups (for the full description see: https://github.com/NodeBB/NodeBB/issues/7410). I completely understand this request may not help everyone, and perhaps its not considered something that should be added to the core. To that end, does anyone have an idea how to efficiently implement the above in a plugin? I am trying to avoid multiple accesses to the DB, and obviously redundant c/p. How would you go about implementing that? Thanks, JJ,
  • Installation via shell access

    1
    0 Votes
    1 Posts
    287 Views
    matamrdM
    Hello all, Because of budget issues, I would like to install nodebb on shared hosting only. I have access to shell. I guess I can install if i have access to shell. Could you please say procedure as I can't find anywhere. Namecheap shared hosting uses cloudlinux OS and gives users to access shell
  • ./nodebb upgrade not works

    6
    0 Votes
    6 Posts
    871 Views
    S
    @MJ said in ./nodebb upgrade not works: @creatxr cd nodebb (or path to where nodebb is installed) ./nodebb stop git fetch git checkout v1.12.x git merge origin/v1.12.x ./nodebb upgrade after upgrade ./nodebb start I have a "one liner" that I use like this. This is what I do... git fetch && git checkout v1.12.x && git pull && ./nodebb stop && npm i && ./nodebb upgrade && npm i && ./nodebb start && ./nodebb log I put the version right at the beginning so there is just one place to change it (a script and variable would be better, but I'm lazy.) I do the NPM install manually because it used to fail. Been using the same command since the 0.6.0 days, I'd guess. And I add the log at the end so that if I look away, I always see the log scrolling to know that things are okay.
  • strange login route

    7
    0 Votes
    7 Posts
    630 Views
    W
    I'm having the same issue: https://community.nodebb.org/topic/13753/incorrect-url-after-login