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.
  • New Install Login Error

    2
    0 Votes
    2 Posts
    591 Views
    PitaJP
    What's the url value in config.json?
  • Include additional data in digest emails

    8
    0 Votes
    8 Posts
    1k Views
    PitaJP
    @alanbrown it has to be one of the existing params. Looks like it's the interval field.
  • This topic is deleted!

    4
    0 Votes
    4 Posts
    55 Views
  • Nodebb on my linux

    19
    0 Votes
    19 Posts
    3k Views
    W
    @shiroan-hyun you are in the right spot, change target from blank to your local IP, then save. Please also send me your nginx configuration
  • How to snippets on google search

    Locked
    5
    0 Votes
    5 Posts
    1k Views
    julianJ
    @abhinov-singh As stated in other thread, please consider upgrading your NodeBB as that may resolve the issue. Locking this thread now to reduce duplicate responses.
  • Shared authentication support?

    3
    0 Votes
    3 Posts
    837 Views
    julianJ
    The recommended method of sharing sessions between two separate and distinct applications is through OAuth2. We recommend this approach because NodeBB maintains its own user records, so that we can keep track of user-related metrics and other data. Relying on another database would be tricky, prone to breaking, and quite possibly dangerous. Luckily, it's quite straightforward to get things working with OAuth2! The first step is getting your application to expose an OAuth2 endpoint. If you're running a Node.js based app, you can use a module called OAuth2orize. Once that is set up, you'll want to take a look at the SSO plugin skeleton for customised OAuth deployments -- nodebb-plugin-sso-oauth. You'll take this plugin, fork it, and modify it to communicate with your OAuth endpoint. Once everything is working properly, you should be able to register and log in/out via your web app.
  • Profile Picture not animated?

    Unsolved
    12
    0 Votes
    12 Posts
    3k Views
    Evgeniy OneginE
    @julian said in Profile Picture not animated?: I believe you also need to turn off the image uploads conversion to PNG. What errors did you see with imagemagick plugin? Give us animated avatars!
  • Potential issue with GDPR consent page ("export posts" crashes nodebb)

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    julianJ
    @JJSagan Yes, that is normal, just an informative echo to indicate that the process has started.
  • Help !

    1
    0 Votes
    1 Posts
    517 Views
    S
    Hello ! I'm a bit nil and I'd like to get into nodebb with my linux, I followed the installation steps as it should, but going on my forum link it does not work ... In local it works very Well, if I could get help from you, I'll be very thankful, thanks in advance... [image: 5DayUg9.png]
  • What to show on google search , when someone searches for forum

    2
    0 Votes
    2 Posts
    796 Views
    PitaJP
    https://support.google.com/webmasters/answer/47334?hl=en At the moment, sitelinks are automated.
  • show subcategories on main page

    3
    0 Votes
    3 Posts
    675 Views
    FrankMF
    Thank you!
  • Migrating Forums from one server to another

    10
    0 Votes
    10 Posts
    2k Views
    LethalLuigiL
    Seems to me like it worked thanks man.
  • Debugging require is undefined error

    2
    0 Votes
    2 Posts
    691 Views
    PitaJP
    We have source maps for most of the files, if that doesn't work you can always ./nodebb build -d which won't minify the files.
  • nodebb-plugin-imagemagick

    Solved
    3
    0 Votes
    3 Posts
    950 Views
    Evgeniy OneginE
    @pitaj Yes, I solved it but i wanna animated avatars
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • Animated Profile Pictures

    7
    0 Votes
    7 Posts
    2k Views
    Evgeniy OneginE
    Some solution?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    13 Views
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    3 Views
  • Fresh install got view 500 error

    5
    0 Votes
    5 Posts
    2k Views
    PJ LegendreP
    I just ran into this after changing my theme and clicking rebuild and restart... any idea how I get out of this state? Update: After running npm install and ./nodebb build the error changed to: Error: ENOENT: no such file or directory, open '/home/snarlynarwhal/nodebb/build/public/templates/footer.tpl' at Error (native) Update/Solution: Running npm install nodebb-theme-<theme-you-want> then ./nodebb build then sudo systemctl restart nodebb fixed the issue.