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.
  • Redis socket

    8
    0 Votes
    8 Posts
    804 Views
    S
    @youhosi said in Redis socket: @julian because sockets is fastes Faster, less overhead, more reliable. I agree. Although I would not recommend Redis here
  • Lost connection for using www.domain.com, but just domain.com works fine

    5
    0 Votes
    5 Posts
    574 Views
    R
    @PitaJ Thanks...it worked
  • Using mongoDB to subscribe all users to every categories

    1
    1 Votes
    1 Posts
    258 Views
    D
    Hi, Due a massive reorganisation of my category tree I'd like to reset all user to be automatically subscribed to all categories. I have an adminMongo to manipulate the db Unfortunately my mongodb skill is close to nothing. Is there anyone kind enough to share the proper mongodb snippet to achieve such (either adminMongo or cli based. Thank you
  • Update form 1.11.0 to 1.11.12

    5
    0 Votes
    5 Posts
    582 Views
    julianJ
    FYI the issue has been resolved upstream, you can use latest highlight.js again. However, latest markdown plugin uses an older version which is just fine as well.
  • Fresh install worked once, now everyone gets invalid csrf token

    7
    0 Votes
    7 Posts
    710 Views
    T
    Problem solved Thank you everyone who responded. I have tried everything I could think of, and when nothing worked, I decided to go over the setup, line by line, word by word and that's when I found it! It was a typo in configuration of my nginx, i.e., my own mistake. The following entries were wrong: proxy_set_header X-Forward-For ... proxy_set_header X-Forward-Proto ... They should be X-Forwarded-For and X-Forwarded-Proto, notice they were missing ed in the word forward !
  • [Solved] Mongo listening on unix socket ?

    6
    0 Votes
    6 Posts
    2k Views
    F
    I finally figured it out... you need to put the path to the socket replacing the slashes with %2F. For example: "mongo": { "uri": "mongodb://username:password@%2Fvar%2Frun%2Fmongodb%2Fmongodb-27017.sock/dbname" } Thank you for your help. Hope this post helps anybody who is facing the same issue.
  • Login redirect and logout dont work after upgrade ?

    35
    0 Votes
    35 Posts
    5k Views
    Ne HoN
    @Geferon There is 1 small issue when you get time please look at it, on the same chat page there is a search option if you click the chat icon, hower with mouse there you will see that left from the icon there is a href and it is not visible. Thank you for helping [image: j52tXdy.png]
  • Is there a simple way to analyze long running queries?

    13
    0 Votes
    13 Posts
    1k Views
    barisB
    @Dravere Yeah I meant in code, would need to comment out the lines that match new cron
  • E-Mail notification problem

    3
    0 Votes
    3 Posts
    506 Views
    Jey-Cee 0J
    @julian i know that. But its not the same as a E-Mail notification.
  • Separate theme for mobile ?

    2
    0 Votes
    2 Posts
    397 Views
    julianJ
    Our theme is mobile friendly, and can be consumed on all devices, mobile devices included
  • fresh install, session problem

    9
    0 Votes
    9 Posts
    2k Views
    julianJ
    Ensure the config.json url matches the url you actually use to navigate to the forum.
  • 0.11.x plugin statuses

    2
    0 Votes
    2 Posts
    195 Views
    julianJ
    Most likely there weren't any major breaking changes for plugins between those two versions. You should be okay to upgrade, although I'd back up your database just to be safe.
  • Running NodeBB on multi core CPU

    8
    0 Votes
    8 Posts
    953 Views
    S
    @Raj said in Running NodeBB on multi core CPU: @PitaJ Thanks. As I have 8 core CPU I want my NodeBB to use all of them. But by default NodeBB is using only one core! Are you running your reverse proxy, SSL handling, or database on the same box? If so, you definitely don't want all of them for NodeBB. Even if you aren't, why do you have so many cores, and what are you doing that makes you want to scale like this? How busy is your site? We've topped 191 million hits in a single month on a single core and aren't even working hard.
  • Attachments import and bbcode reformat

    1
    0 Votes
    1 Posts
    176 Views
    C
    Hello, Is it possible to import attachments from an old phpbb forum? I have successfully imported the posts and categories but how should I replace the content? Remove html tags and get bbcode working? Thanks
  • Is there an ajaxify page-change event similar to beforeunload

    3
    0 Votes
    3 Posts
    396 Views
    J
    Yes @baris that's it, works perfectly Thank you so much!
  • I want to launch a conversation for my site

    3
    0 Votes
    3 Posts
    403 Views
    The WormsT
    https://github.com/psychobunny/nodebb-plugin-blog-comments
  • login redirect problem with 1.11.2

    2
    0 Votes
    2 Posts
    386 Views
    J
    Ah ha! figured it out. But I still think there is a NodeBB issue. a redirect should never do this. On my forum, i never set config.json to https. it was http://obelisk.daerma.com I changed it to https://obelisk.daerma.com and it works. [image: aKkN81J.png] I doubt it is my Nginx proxy because that is about as basic as it gets. [image: uC7Qv5W.png] Even if I am in a thread and then click login, it happens. [image: tPtPRN3.png]
  • Invitiation only - Nginx proxy - wrong port in invite

    2
    0 Votes
    2 Posts
    294 Views
    W
    Nevermind, figured it out. Inside of config.json there is the url field and a port field... I had a port inside of the URL field, and I removed the port from the url and restarted nodebb, and it's working now!
  • Looks like your connection to NodeBB was lost

    4
    0 Votes
    4 Posts
    572 Views
    W
    I figured it out, soon as I put the FQDN into config.json, the FQDN address started working and the local IP stopped. Good enough for me.
  • Accessing HTML.

    1
    0 Votes
    1 Posts
    290 Views
    MarcinM
    How can I access HTML by using the terminal? I need to change the name of one element which is in HTML.