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.
  • Removing logo from email templates

    2
    0 Votes
    2 Posts
    358 Views
    PitaJP
    @maroonbee have you tried experimenting? It shouldn't be too hard to find
  • nodebb-plugin-session-sharing - handling of deleted user

    1
    2 Votes
    1 Posts
    261 Views
    M
    Hello, I am using nodebb-plugin-session-sharing to login in users coming from my website. A new user is created automaticcaly in the forum. I am now wondering how i can handle it, if users delete their profile in my app. I want to have the data deleted in the forum as well. Is there any common way to do it? Can anyone help me? Regards
  • How to auto-assign new users to specific groups?

    4
    0 Votes
    4 Posts
    452 Views
    S
    @pitaj @PitaJ I got these errors in dev mode after activating the plugin. looks like something needs to be fixed. [image: 1612577918468-screenshot-2021-02-06-111730.png]
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    15 Views
  • Unable to find how to upgrade NodeBB in DigitalOcean

    8
    0 Votes
    8 Posts
    951 Views
    gotwfG
    @pitaj said in Unable to find how to upgrade NodeBB in DigitalOcean: Here's some more documentation from MongoDB https://docs.mongodb.com/manual/tutorial/backup-and-restore-tools/ Yes! @Explore-Keywords This is the stuff you need to grok. And what I meant to link to. My link above is web version of the man page, wh/may be easier to navigate, especially if unfamilair w/pagers such as "less". Speaking of which, maybe get to grips w/some basic unix/linux commands. Lots and lots of such stuff on the web nowadays. Be careful w/this stuff - you van really shoot yourself in the foot and unix/linux does not do "do overs", prompt incessantly for confirmation, etc. Good luck!
  • Unable to mongodump

    4
    0 Votes
    4 Posts
    737 Views
    gotwfG
    @finau It will "work" but sketchy security wise. You need to read up at link above about authentication. Your command likely needs to include something like this: mongodump ........... --authenticationDatabase=admin See if you get prompted for pass. Can also include pass on cli via -p flag. Have fun! o/ Update: Apologies, missed this bit: @finau said in Unable to mongodump: Anyway how do you restore that copy on the new fresh forum? Should I just copy it ? if so, where ? (sorry but docs are very slim) Back Up and Restore with MongoDB Tools
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    5 Views
  • Trying to update to 1.16.2

    2
    0 Votes
    2 Posts
    335 Views
    PitaJP
    @dcook please share the output of git status
  • Verification email issues and broken Logo in emails

    11
    0 Votes
    11 Posts
    1k Views
    M
    @gotwf @PitaJ @julian @baris Is there a way to remove logo entirely from my email templates As we can edit the templates, we should be able to remove the logo part. Can you tell me which part of the templates I would need to edit for this?
  • Email suddenly no longer works with SMTP Relay Google Workspace

    Solved
    24
    0 Votes
    24 Posts
    10k Views
    gotwfG
    @theopenem said in Email suddenly no longer works with SMTP Relay Google Workspace: I'm using postfix to relay all mail to gmail. It ends up being the same thing as if you set the relay in NodeBB. Moreover, you now have a mail spool for failed messages, access to meaningful log messages, ability to tweak and tune if necessary, etc. This is a big win. But maybe too much a pita for some. Until something breaks. DKIM is lame. Search "DKIM considered bad". Here's one rant from ZDNet. Iirc (and it has been a while since I needed to read up cuz my stuff jfw....), SPF has no restrictions on number of different domains - just add the spf txt record to that domain. Then make sure the relay has a reverse dns entry - that does not have to be the same domain, just has to be. I was hoping for some better diagnostics, wh/is why I suggested the cli. Establishing an initial connection is easy. It is what comes next that is important and unfortunately OP did not see that bit thru. Why does not somebody test it, eh? I don't have any goog accts, nor do I want/need one, but it may prove illuminating? Just my $0.02. P.S.; Or maybe ptr is even easier than that for this use case: create a redirect to goog's? then goog worries about the nitty gritty for you. Like I said, been a while and shootin' from the hip. Double check the rfc, eh? Here's some DMARC spf resources for the bold and curious. P.P.S.; Geronimo, here ya' go. Big medicine! Primary domain sporting the smtp relay zone file: relaydomain.tld. IN TXT "v=spf1 ip4:xxx.xxx.xxx.xxy ip4:yyy.yyy.yyy.yyz -all" otherdom.tld zone file: otherdom.tld. IN TXT "v=spf1 redirect=relaydom.tld" foodom.tld zone file: foodom.tld. IN TXT "v=spf1 redirect=relaydom.tld" anotherdom.tld zone file @ IN TXT "v=spf1 redirect=relaydom.tld" More than one way to do it, note the @ in second example there. Save typing but less explicit. Pick yer' poison. Then use a checker. I favor MXToolbox, but note the Goog has one specific for their stuff Google Admin Toolbox Check MX .
  • Always Guest User with XHR

    12
    0 Votes
    12 Posts
    1k Views
    P
    hi @Nick-Allain this error message: [nodebb-plugin-blog-comments] Origin (https://fp.opposite-lock.com) does not match hostUrls: * suggests that in the ACP the link to your blog is actually set as *. I know you attached a screenshot showing otherwise, but could you double check and refresh the page (in case for ex., there was an error saving?) to see? If it's still an issue, I wouldn't mind temporary admin access to have a look, feel free to DM me for that
  • Authentication: TypeError: Promise.allSettled is not a function

    5
    0 Votes
    5 Posts
    2k Views
    Jim BridgerJ
    okay, will do, thanks agian @pitaj!
  • Woltlab 3.1 -> NodeBB migration?

    1
    0 Votes
    1 Posts
    249 Views
    A
    Is there any way to migrate wbb 3.1 to nodebb?
  • How to call an API call from NodeBB theme?

    Unsolved
    4
    0 Votes
    4 Posts
    919 Views
    PitaJP
    @dogs themes are plugins, so everything you suggested can also be done in their theme.
  • Route requested but not found: /assets/src/modules/jquery.form.min.js

    3
    0 Votes
    3 Posts
    481 Views
    M
    @dogs Thank you very much - that worked!
  • How can i make it put /forum before all requests?

    4
    0 Votes
    4 Posts
    773 Views
    Jim BridgerJ
    i ended up reinstalling it and putting the /forum in on setup and it worked
  • Setting up custom time and date for digest emails

    1
    0 Votes
    1 Posts
    202 Views
    Dev RattanD
    we want to send the digest email at a particular day and time can you suggest me the changes i should make in any particular file
  • Chats, mechanism, protocol, scope.

    8
    0 Votes
    8 Posts
    784 Views
    gotwfG
    @paul-chambers please do update on your nodebb postgresql journey, as I am interested in this db. tia o/ p.s.; welcome to nodebb. i am old dog as well and nodebb is really great ross - real open source software. toss in very helpful devs and community and you've got a total package you likely haven't seen since... uh.. the nineties? heh...
  • Can nodebb be embedded into an existing website?

    4
    0 Votes
    4 Posts
    812 Views
    PitaJP
    @jim-bridger well you can do pretty much whatever you want as far as the theme is concerned. Generate html with one app and substitute it into the theme. Note that NodeBB's navigation bar shows the current user icon so you'll probably want to choose one or the other, not both.
  • Change color on button click

    1
    0 Votes
    1 Posts
    227 Views
    O
    Change the color of the button when it is clicked with the mouse pointer, is there a css code? https://i.ibb.co/b337NvN/cevap33.jpg