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.

  • Error: sendmail executable

    Unsolved
    7
    0 Votes
    7 Posts
    3k Views
    E

    @pichalite
    Ok great will check them out

  • can't send emails

    7
    0 Votes
    7 Posts
    3k Views
    A

    I tried the other emailer (nodebb-plugin-emailer-ssl-smtp) and that works... weird, as I had the local emailer working before, when I had it on my freebsd machine (now centos).

    Thanks for trying, it is much appreciated 🙂

  • Profanity filter

    3
    0 Votes
    3 Posts
    917 Views
    S

    Yes @pichalite but I did not see that in the list of plugins because I was searching for profanity and filter. Thank you!

  • 0 Votes
    1 Posts
    1k Views
    S

    When trying to create a new topic on mobile, it seemingly does nothing one first submit button press, and then on second shows "Category not found" error...
    Seems to only happen on mobile, tested on iOS chrome.

  • Badges Not showing

    6
    0 Votes
    6 Posts
    2k Views
    P

    @hnahli not without modifying code or creating a custom plugin.

  • Number of topics in main screen

    1
    0 Votes
    1 Posts
    681 Views
    A

    I'm trying to set the number of topics shown in the main screen for a specific category. I had the idea that going to admin > manage > categories > specific_category > edit > # of Recent Replies would set this, but now I'm clueless.

    I'm using Lavander theme on top of NodeBB v1.2.1.

  • 0 Votes
    3 Posts
    1k Views
    S

    @pichalite The permissions are set where registered users have "Find Category" and "Access Category" set, but nothing else like "Access Topic", etc.

    I want non-premium members to be able to see the categories and even the topic listings, just not any of the actual topic posts or replies.
    Right now also in addition to the loopholes above, the "most recent posts" reveals some of the posts (but not enough to bother me much)...

    I suppose a lot of this could be fixed by programming a custom template....

  • Question: CSS for Theme

    Moved Solved
    8
    0 Votes
    8 Posts
    3k Views
    E

    @julian said in Question: CSS for Theme:

    Hi @EnDylan -- your best bet would be to create a new theme, either by forking one of the existing themes (like Persona!), or creating a new one using a skeleton theme such as https://github.com/NodeBB/nodebb-theme-quickstart

    Okay. Thanks!

  • 0 Votes
    1 Posts
    737 Views
    S

    I'm running the standard persona theme, and on mobile it's really unintuitive how to get to the title entry place (you have to tap on the main text entry and then use the up and down buttons on the keyboard to move to the field up above). Furthermore, the text color is the same as the background so you can't even tell you are typing. This seems to be a problem with the Yeti skin.

  • Nodebb randomly stops

    4
    0 Votes
    4 Posts
    2k Views
    julianJ

    Do you have swap enabled?

  • This topic is deleted!

    2
    0 Votes
    2 Posts
    4 Views
  • Outgoing Links Warning Page

    6
    0 Votes
    6 Posts
    2k Views
    PitaJP

    @Giggiux hmm okay let me try something else

  • nodebb-plugin-dbsearch wildcardsearch

    7
    0 Votes
    7 Posts
    2k Views
    Bruce LeeB

    @isAG Many thanks!

  • 0 Votes
    7 Posts
    3k Views
    julianJ

    👍 for the quickstart theme repo 🙂 It's by far the best way to get a theme going, just fork and rename!

  • Local login take a long time...

    Solved
    8
    0 Votes
    8 Posts
    3k Views
    Bruce LeeB

    @julian said in Local login take a long time...:

    var bcrypt = require('bcryptjs')

    Many thanks @julian and guys, you save my day. It is working now, reduce to ~700ms. 🙂

  • 0 Votes
    4 Posts
    2k Views
    E

    Hello.
    Please try npm update
    Afterwards do ./nodebb upgrade

    This will force an update on the dependencies. The second command updates NodeBB

  • Session Mismatch

    19
    0 Votes
    19 Posts
    12k Views
    E

    @julian
    Ok. Thanks.

  • 0 Votes
    4 Posts
    1k Views
    C

    @PitaJ Worked, thanks 🙂 For some reason I had the idea cd wouldn't work there

  • Post Tools: How to Add a New Item

    29
    0 Votes
    29 Posts
    9k Views
    R

    @PitaJ FTW:

    0_1476826201479_Post_tools_shortlink.png

    Thanks for the tip about bootbox!

  • Chat rooms

    3
    0 Votes
    3 Posts
    1k Views
    T

    @pichalite Gotcha, thanks!