Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.

4.7k Topics 26.1k 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
    196 Posts
    phenomlabP

    @baris updated to 3.7.2 and now just waiting for the plugin to be updated.

  • v1.6.0 permission problems after upgrade/update

    73
    0 Votes
    73 Posts
    12k Views
    M

    @pitaj said in v1.6.0 permission problems after upgrade/update:

    I don't know. Make a backup and try whatever you want.

    Sounds good. Thanks for all of your help and pointing me in the right direction! I'll mess with it and see what I can figure out.

  • No package.json in the root folder anymore

    3
    0 Votes
    3 Posts
    1k Views
    JenklerJ

    Ok, Thanks 🙂

  • This topic is deleted!

    2
    0 Votes
    2 Posts
    12 Views
  • Are the Ubuntu setup docs current

    2
    0 Votes
    2 Posts
    999 Views
    julianJ

    Can you share your mongod.conf? It sounds like a config option there isn't quite right.

  • 0 Votes
    4 Posts
    2k Views
    J

    WOW thank you so much!!

  • Slight issue with skins on v1.7.x

    Moved
    5
    0 Votes
    5 Posts
    2k Views
    MrCakeSlayerM

    Do you have an estimated time this will be out? For the default nodebb theme at the least as we don't currently use a custom theme.
    As a side question, I know you can manipulate web pages with JS/JQuery but I dont use them, Would we be able to use JS/JQuery to modify the dropdown list in the user settings and remove specific dropdown items from the skins dropdown? This would perhaps work as a temporary solution.

    Edit: Ignore the above,I found the JS to hide them.
    Note For Others: You can use code below to hide specific skins from the dropdown menu
    $("#bootswatchSkin option[value='cosmo']").remove();

  • 1 Votes
    2 Posts
    1k Views
    PitaJP

    There is existing discussion about this here: https://github.com/NodeBB/NodeBB/issues/5172

    You can voice your support for whatever option you see as best there.

  • package.json after update to 1.7.1

    12
    0 Votes
    12 Posts
    2k Views
    mudmanc4M

    Done!

    git status On branch v1.7.x Your branch is up-to-date with 'origin/v1.7.x'.

    Still out there (which I'm not sure I care) since it's not an issue, is to how this happened.

    At any rate, thanks for the help, it's much appreciated you took the time!

  • This topic is deleted!

    Locked
    17
    0 Votes
    17 Posts
    2k Views
  • This topic is deleted!

    8
    0 Votes
    8 Posts
    19 Views
  • Facebook Oauth

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    julianJ

    Could be 😃 Glad to hear it is working now.

  • Views and topics for mobile theme

    Moved
    2
    0 Votes
    2 Posts
    1k Views
    사다리하하

    i think so~~~

  • This topic is deleted!

    3
    0 Votes
    3 Posts
    518 Views
  • 0 Votes
    1 Posts
    480 Views
    S

    User on Windows 7 and latest Firefox says he can't click on the fields on the registration page. I can't replicate this. Any ideas?

    he says : "I couldnt register as all the fields are unable to click"

  • Can`t remove 1 topic from /unread section

    4
    0 Votes
    4 Posts
    980 Views
    D

    Solution for me was - click "Mark unread" button inside topic - and then in /unread after clicking on issue topic everything was great) but I can not understand how it can be and why it was happened(

  • 0 Votes
    2 Posts
    1k Views
    P

    @capsule42 try this https://community.nodebb.org/topic/7829/nodebb-plugin-session-sharing-session-sharing

  • Cannot see new mobile theme

    5
    1 Votes
    5 Posts
    1k Views
    S

    @pitaj said in Cannot see new mobile theme:

    There isn't a new mobile theme. If you're referring to the new slideout menus, they are still in testing.

    There isn't chat Icon in his screen shot!

  • Cannot modify setting !

    6
    0 Votes
    6 Posts
    1k Views
    M

    @pitaj Thanks for your tip, It fixed 🙏

  • NodeBB process dying after upgrading to 1.7.0

    3
    0 Votes
    3 Posts
    1k Views
    attisA

    Thanks! Pulling right now 🙂

    [EDIT] Seems to have solved it!

  • Updater not work

    4
    0 Votes
    4 Posts
    1k Views
    P

    @cpleak Read the docs https://docs.nodebb.org/configuring/upgrade/