Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.

4.7k Topics 26.2k 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.

    YouTube Setting up SendGrid mailer for NodeBB

  • NodeBB guides, how-to's and general tips and tricks

    82 Topics
    599 Posts
    barisB

    Quick start plugin has an example on how to add a new api route https://github.com/NodeBB/nodebb-plugin-quickstart/blob/master/library.js#L40-L76.

    The hooks that are fired client side are for client side code in plugins. If you want to pass data from the client to the server you have two options.

    Create an api route like in quick start plugin Create a new socket event listener on the server side and use socket.emit() client side. Example here
  • 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.

  • Cannot enable development mode with watch

    2
    0 Votes
    2 Posts
    686 Views
    P

    @scen watch option is deprecated. Use grunt instead

    404 Not Found

    favicon

    (docs.nodebb.org)

  • 0 Votes
    7 Posts
    2k Views
    John McLane DeadpoolJ

    Sorry, I write the correct command (I copy and paste like instructions), but it doesn´t works.

  • Cloudflare Websocket Support: Capacity?

    3
    0 Votes
    3 Posts
    2k Views
    J

    Thank you for the suggestion! I didn't think about switching the subdomain do cloudflare-powered 😛

  • v0.9.4 to latest version

    5
    0 Votes
    5 Posts
    2k Views
    N

    @frissdiegurke No, the project owner mentioned and already tested it, i think

    Please let me know if you tested it.

  • How to change

    Solved
    1
    0 Votes
    1 Posts
    847 Views
    Dawid GlombaD

    How to change black
    alt text

  • 0 Votes
    2 Posts
    1k Views
    julianJ

    @_axe Hey there, in what situation do you have guest posts that have user data?

    Can you do a .getObject on one of the posts so we can see what imported data remains?

    Obligatory ping to @bentael

  • Strange User Profile Link Inconsistencies...

    5
    0 Votes
    5 Posts
    2k Views
    julianJ

    @Jason-Neal @pichalite is correct, you'll need to change the url value to represent the publicly accessible URL for your forum.

  • Cloud 9 Help PLS urgent 🙂

    6
    0 Votes
    6 Posts
    2k Views
    P

    @Friendship said in Cloud 9 Help PLS urgent 🙂:

    @pichalite Is there a way to prevent it? (Darn the reputation thing xD)

    yeah switch to their paid plan or keep doing something in the IDE every few hours (I think it freezes after 2 or 3 hours of inactivity)..

  • Font Awesome - When or how is it updated?

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    P

    @rod I believe it's manual

  • Error Database

    1
    0 Votes
    1 Posts
    803 Views
    Dawid GlombaD

    im have this error :
    alt text

  • Get a list of recent topics though the API

    2
    0 Votes
    2 Posts
    2k Views
    julianJ

    If you go into the ACP and change the behaviour of teaser to "first", then the API will return data for the original post only.

  • What happened to "Follow Topics I reply to"?

    5
    0 Votes
    5 Posts
    2k Views
    barisB

    If you were on master, you can update to latest and run npm i and it will be re-added.

  • Cannot restore database

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    julianJ

    Unfortunately we cannot debug docker installs as that is a community contributed installation guide. Perhaps someone else here can help you out (e.g. @Ben-Lubar ?)

  • Possible Memory Leak - Widget Essentials

    5
    0 Votes
    5 Posts
    2k Views
    julianJ

    @Leonardo-Galani is there anything you need to do to reproduce this issue? Opening and closing the notifications?

  • Help me!

    2
    0 Votes
    2 Posts
    1k Views
    julianJ

    Error suggests MongoDB authentication is incorrect.

    If you don't have a MongoDB password, don't specify one during setup. If you do have one, specify it during setup.

  • Upgrade nodebb to latest version on docker

    11
    0 Votes
    11 Posts
    4k Views
    Mario PachecoM

    @flex it works, thanks

  • Running a plugin on one node

    9
    0 Votes
    9 Posts
    3k Views
    BriB

    Thanks for this @yariplus! So I'm trying to run a three-node cluster on 1GB of ram... needless to say things are a bit... crowded in terms of memory haha.

  • 0 Votes
    9 Posts
    3k Views
    barisB

    This is fixed now, will be available in 1.1

  • Email notification

    8
    0 Votes
    8 Posts
    2k Views
    P

    @hnahli under ACP -> Settings -> Email use the "Test Email" button to verify if NodeBB is able to send emails

  • Lazy Load Problem

    5
    0 Votes
    5 Posts
    2k Views
    P

    I would give them a couple of days to respond. If there is no response then create an issue.