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.
  • Global Footer Html

    2
    0 Votes
    2 Posts
    455 Views
    FunkelF
    Sorry for Double Post but i fixed it by myself
  • [FreeBSD/MyDevil.net] fatal error: 'vips/vips8' file not found

    4
    0 Votes
    4 Posts
    2k Views
    A
    Unfortunately the old link is not available anymore, but I found the new instructions here: http://sharp.pixelplumbing.com/en/stable/install/#freebsd Just in case that it's going down again, here are the short instructions which are missing in the FreeBSD install documentation of NodeBB ( https://docs.nodebb.org/installing/os/freebsd/ ) pkg install -y pkgconf vips cd /usr/ports/graphics/vips/ && make install clean I had to add DISABLE_VULNERABILITIES=yes to the end of the last command, because of some outdated dependency in the port. AFAIK the vips package is only used during installation or upgrade of NodeBB, so that shouldn't be any security issue.
  • Restart from admin panel when using PM2

    3
    0 Votes
    3 Posts
    491 Views
    Cassette ChrootC
    Thanks @PitaJ, ok now nodebb is running by systemd and restart from admin panel is working. the following : https://community.nodebb.org/topic/14306/default-installation-and-looking-the-log-file A close feature or resolved can be cool
  • Log User settings change

    3
    0 Votes
    3 Posts
    498 Views
    Jey-Cee 0J
    @julian that would be nice
  • 1 Votes
    4 Posts
    684 Views
    julianJ
    @wellenreiter Thank you, we'll look into this this week
  • 0 Votes
    6 Posts
    2k Views
    Chandan JaiswalC
    @oplik0 Thanks this work for me.
  • One NodeBB forum with multiple domains?

    8
    1 Votes
    8 Posts
    2k Views
    PitaJP
    @scottalanmiller mind opening an issue detailing your specific problems?
  • 1 Votes
    1 Posts
    394 Views
    N
    While trying to install nodebb on Heroku i am having problems to connect to postgres databases provided by Heroku add-ons - "Standard 0" and up. Connecting to lower performance Heroku postgres add-ons, like "Hobby dev" and "Hobby basic", works. I found the recommendation to add a ssl param to the connection string when connecting to postgres via node.js apps but did not found the right place in the nodebb code to add an additional param (https://devcenter.heroku.com/articles/connecting-to-heroku-postgres-databases-from-outside-of-heroku). Can anyone give me a hint?
  • Has anyone deployed to AWS Fargate?

    2
    0 Votes
    2 Posts
    280 Views
    julianJ
    @signal15 documentDB is not compatible with NodeBB. It is supposed to be a drop in replacement for MongoDB but the clients that we have that tried using it ran into some issues Otherwise if you run into issues with FarGate, do post here and we'll work through them
  • Google Recaptcha v3 not working

    4
    1 Votes
    4 Posts
    1k Views
    I
    @julian said in Google Recaptcha v3 not working: As far as I know ReCAPTCHA v3 should be working, I'll let @bentael know if there's been a change. Fine, thanks. @oplik0 said in Google Recaptcha v3 not working: v3 is not just "a better reCAPTCHA" and it is not replacing v2. v3 only offers "invisible" reCAPTCHA, but even if Spam Be Gone supported that (it doesn't yet) it still wouldn't work because it passes different data. reCAPTCHA v2 is binary - either user is a robot or not. v3 doesn't just pass "true||false" but instead passes a score from 0.0 to 1.0 and it's up to the application to determine what score is a success. It also never shows user a challenge as it's not supposed to interrupt the user in any way. So to sum it up: for Spam Be Gone to support v3 would mean changing the way it handles reCAPTCHA and I'm not even sure if it's a good idea. v3 is supposed to continuously chceck if user is a bot without interruptions, so it's best used for frequent user actions like posting or login, not for things like registration that happen once per user and it's not a big deal if it interrupts user with a challenge. So I'd say it'd be better for Spam Be Gone to extend its functionally to use v3 on login and posting, and leave v2 on the registration page. That convinced me Thanks a lot. Unfortunately I'm not a developer and do not know how to develop a plugin, but I'll highly appreciate if it's developed by anyone (NodeBB team or another mate).
  • How to switch off Italic in Signatures

    2
    0 Votes
    2 Posts
    251 Views
    barisB
    You can use the custom css tab in the ACP. .topic .post-signature { font-style: normal; }
  • Upload of .ico and .exe

    6
    0 Votes
    6 Posts
    595 Views
    K
    You were right about the nginx The ico issue persists though, recently upgraded to 1.12.2 and uploading ico files still fails despite whitelisting them in the extensions field. After disabling the isImage check (in src/controllers/uploads.js), then it works flawlessly. I suppose this isn't a big issue since we don't need the size checks and all that stuff on image uploads. But it would be nice if uploading .ico files could work without having to edit the source. Thank you
  • NodeBB Sendgrid Reply-by-email Integration

    4
    0 Votes
    4 Posts
    693 Views
    D
    This article on SendGrid is helpful. You do need to set up a separate MX record on a subdomain (or other domain) for inbound "parse" replies.
  • Nodebb stops working due to plugin activation

    2
    0 Votes
    2 Posts
    449 Views
    barisB
    If you are on nodebb 1.12.2 you should use the version of db search in your package.json. 4.0.6 is for nodebb 1.13.0 which isn't released yet.
  • Potential bug: confusing label in email settings

    4
    1 Votes
    4 Posts
    582 Views
    julianJ
    'tis fixed.
  • Recent cards installed but can not showing

    6
    0 Votes
    6 Posts
    2k Views
    A
    Solved. Plugin config issue. Default setting was to display posts from 'Registered Users Only'... meaning I couldn't see the cards for topics I had created. Weird though... should have been a couple of cards from other users, but they didn't display until I changed that setting.
  • NodeBB: Search Bar Widget Error

    3
    0 Votes
    3 Posts
    502 Views
    F
    I have enabled the plugin. Is there any issues related to plugin version or the search is database(mongo/redis) dependent? Need help.
  • Reply button not working (all browsers): help

    2
    0 Votes
    2 Posts
    489 Views
    A
    Solved. Searched around the forum, found this thread. Composer plugin was disabled for some reason. Activated & rebuilt NodeBB. All working.
  • nodebb-plugin-imagemagick installed an enabled, but GIFs still don't work

    8
    0 Votes
    8 Posts
    949 Views
    julianJ
    Cannot upvote this enough!!
  • forgot password email form

    1
    0 Votes
    1 Posts
    291 Views
    E
    I've read this and this and I've validated my config.json url property is correct (that URL, if pasted into a browser properly reverse proxies through Apache to nodebb) Is there some other setting that could be affecting that?