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.

  • nodebb 1.5.2 Profile Cover images

    8
    0 Votes
    8 Posts
    2k Views
    J
    location ~ ^/assets/(.*) { root /home/**/nodebb/; try_files /build/public/$1 /public/$1 @nodebb;

    Theres no assets folder in that location. Where the heck is it being routed too? lol

    Oh wait derp, it replaces assets name.

    PS: I turned cloudflare caching off its in dev mode so thats not the issue.

  • Plugin - Google Recaptcha

    8
    0 Votes
    8 Posts
    2k Views
    J

    @pitaj thx but i figured out why it wasnt working as mentioned above, was a js conflict.

    Question is does this plugin support the new recaptcha invisible that google just came out with a few months ago?

  • How do I add custom HTML page on a hosted plan

    3
    0 Votes
    3 Posts
    2k Views
    Vamsi KrishnaV

    Thanks @julian

  • Connection lost to the forum

    2
    0 Votes
    2 Posts
    1k Views
    barisB

    @Vamsi-Krishna send a email to [email protected] so we can look into it. Thanks.

  • 0 Votes
    10 Posts
    3k Views
    B

    Thanks so much, that has worked and I can now post new topics and replies.

    However I now have another issue but I think it's unrelated so will start a new thread.

  • Connexion has been lost.. reconnecting !

    5
    0 Votes
    5 Posts
    1k Views
    julianJ

    Please don't have NodeBB listen on port 80, have it listen on port 4567 and use nginx to reverse proxy requests to port 80.

  • Nodebb is messed up

    4
    0 Votes
    4 Posts
    1k Views
    yariplusY

    Using the Plugins => Install Plugins => Find Plugins page in the admin panel.

  • 0 Votes
    1 Posts
    596 Views
    D

    I see that you can revoke sessions, but would there be a way to make it so that if a user tries to log in from a different device/ip, then they have to re-sign in? I am trying to limit users from being able to share a login and have multiple people use the account logins at once.

    Thanks!

  • Group Chat problem...

    4
    0 Votes
    4 Posts
    2k Views
    LeChatPL

    Thank you 🙂
    I use Persona theme in version 5.0.11
    Edit : I find the code I solved it in my forum and I created Pull request : https://github.com/NodeBB/nodebb-theme-persona/pull/369 🙂

  • best OS for NodeBB

    15
    0 Votes
    15 Posts
    4k Views
    A

    In this time I have run Nodebb on /Debian8/Arch/Ubuntu16/ and all runs perfect especially I liked work on arch cuz in arch very small load on ram and nodebb work faster/ but I have problem with plugin , they disappear))) when I install new plugin another plugin was lost and delete himself/ I have this problem on arch and Debian 8 / and only on Ubuntu 16 all work perfect, but Ubuntu have many processes on System wich load common system/

  • This topic is deleted!

    Locked
    2
    0 Votes
    2 Posts
    53 Views
  • Plugins Problem

    3
    0 Votes
    3 Posts
    1k Views
    A

    @yariplus This is runing i see (i cant solve it) but this is running in original version and all plugins start fine and i hevent error , but when i backup nodebb in Ubuntu and move it in Arch and in Debian plugins dont install(( one install another lost but nodebb starts fine.

    But this error i cant fix in original instalation i think this is not depend of my plugin problem

    error: NodeBB address in use, exiting...
  • Basic security

    3
    0 Votes
    3 Posts
    965 Views
    BriB

    See some of the comments I made here:

    Link Preview Image A little help with NodeBB on Docker?

    @Bri said in A little help with NodeBB on Docker?: Look at some tutorials on how to properly secure your instance, i.e. using ssh keys, strong passwords, no...

    favicon

    NodeBB Community (community.nodebb.org)

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    24 Views
  • How can I move blockquote to other

    Moved
    4
    0 Votes
    4 Posts
    2k Views
    S

    up up up up

  • Nginx

    13
    1 Votes
    13 Posts
    3k Views
    A

    @chrispy 😉

  • Some users ain't getting their group tags.

    4
    0 Votes
    4 Posts
    1k Views
    barisB

    It is on the edit profile page, so /user/<userslug>/edit

  • Is there any way to disable the lazy loading of images?

    Solved
    2
    0 Votes
    2 Posts
    822 Views
    barisB

    It can be disabled in user settings.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • User edit page destroys custom CSS

    3
    0 Votes
    3 Posts
    1k Views
    PitaJP

    What custom CSS are you using?