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.

  • 0 Votes
    3 Posts
    3k Views
    ?

    For some reason I do not even need the anti spam plugins (yep I got all of them disabled).

    However, I would simply disable Askimet and enable the other spam filters instead.

  • Cannot change user's full name, sorta

    3
    0 Votes
    3 Posts
    1k Views
    barisB

    The change was actually happening but the fullname wasn't being displayed to admins/regular users if the setting display fullname is off.

  • pull my translation from transifex,how

    12
    0 Votes
    12 Posts
    3k Views
    julianJ

    Please apply once again in Transifex 🙂

  • 502 Bad Gateway (Shut down all leet websites)

    3
    -1 Votes
    3 Posts
    1k Views
    A

    Try this: http://leet.cc/#section-contact

  • 0 Votes
    5 Posts
    3k Views
    kacemlightK

    Thnak you. Actually I had a bug on some css that I added. Sorry for wasting your time.

  • Problems with user groups/permissions

    Unsolved
    7
    0 Votes
    7 Posts
    3k Views
    Marc Boisvert-DuprasM

    @yariplus Yes of course 🙂

    @pichalite I will attempt an upgrade to 0.9.x see if it fixed the issue. Thanks a bunch!!

  • change the nodebb port

    3
    0 Votes
    3 Posts
    2k Views
    Peter-Zoltan KeresztesP

    @pichalite Got it thank you.

  • Using {user.username} in "Custom Header"

    4
    0 Votes
    4 Posts
    1k Views
    P

    @Harry-Nikolov You will have to move it to the theme templates

  • Create a custom page within NodeBB application

    2
    0 Votes
    2 Posts
    1k Views
    L

    Opps I think I figure it out XD I just have to go to the widget section and select the custom page i created. 🙂

  • Forum down

    31
    0 Votes
    31 Posts
    10k Views
    R

    @AOKP THx for your help -- I have a new instance of NodeBB (on Ubuntu 14.04) up and running.

    The testing continues.

  • Server crashes when viewing posts

    3
    0 Votes
    3 Posts
    2k Views
    GaryBuseyG

    I rolled back to mongo 3.0.8 and that seems to have fixed it for now.

  • Remove accents from URL

    2
    0 Votes
    2 Posts
    1k Views
    Ne HoN

    is this a solution?

    Link Preview Image GitHub - andrewrk/node-diacritics: remove diacritics from strings ("ascii folding") - Node.js module

    remove diacritics from strings ("ascii folding") - Node.js module - andrewrk/node-diacritics

    favicon

    GitHub (github.com)

  • I'm having the same problem

    2
    0 Votes
    2 Posts
    1k Views
    barisB

    Fixed on latest master.

  • This topic is deleted!

    2
    0 Votes
    2 Posts
    101 Views
  • NodeBB Startup Error // 502 Bad Gateway

    10
    0 Votes
    10 Posts
    4k Views
    S

    Alright, problem fixed, thanks guys.

    It was because of the template whitespace/indents messing up since I was copying from a file into the terminal.

    Thanks 🙂

  • Changing the path of upload center

    4
    0 Votes
    4 Posts
    2k Views
    S

    @julian
    https://github.com/NodeBB/NodeBB/pull/4007

    I have added this feature to the forum, we can now add nice features,Like FTP and SFTP support!

  • unable to add users to chat room

    4
    0 Votes
    4 Posts
    2k Views
    L

    Baris thanks for the reply, I updated it with your latest commit and it works perfect! Thanks for the fast reply and fast fix 🙂

  • Disable Ajax?

    1
    0 Votes
    1 Posts
    613 Views
    ?

    We all know the cool Ajax effects on NodeBB. However I would like to disable it.

    I already commented the last few lines on the ajaxify.js, but then people will end up on a page without the posts, after they have posted or edited a post (only occurs on mobile).

  • Getting errors doing npm install --production

    10
    0 Votes
    10 Posts
    3k Views
    P

    @Lettuce run this sudo apt-get install libkrb5-dev

  • Can I restrict tags to a specific set?

    1
    1 Votes
    1 Posts
    849 Views
    D

    I think I've seen this feature on other forum software (Discourse maybe) and definitely on Stack Exchange. You basically are not allowed to tag a topic unless the tag already exists.