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.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
  • Move search bar to top

    1
    0 Votes
    1 Posts
    539 Views
    C

    Hi,
    How to move the search bar to the top right side on the navigation bar in mobile version?

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    19 Views
  • How to moderate guest posts?

    4
    0 Votes
    4 Posts
    1k Views
    F

    @ravikum said in How to moderate guest posts?:

    osts to be moderated before displaying them on the forum.

    how can i exclude global-moderators to be moderate this guest category? i dont want mods to be able to delete topics or posts in this category but they should be able to moderal ALL other categories except this one.

    How to do this @baris

  • NodeBB Plugin - Changing a variable inside a function

    Solved
    3
    0 Votes
    3 Posts
    884 Views
    J

    Thank you, I always liked Christmas tree styling 😉

  • Bug: Admin Notification Options Not Saving

    5
    0 Votes
    5 Posts
    1k Views
    M

    @baris seems to be working on v1.8.1 now. Thanks!

  • NodeBB behind Firewall

    1
    0 Votes
    1 Posts
    528 Views
    Y

    Hi

    Is there a way to configure hostname, port, username and password in NodeBB to access the internet via the corporate proxy server?

    Thanks

    Nelson

  • Notification on tags?

    1
    0 Votes
    1 Posts
    790 Views
    L

    I am aware that one can subscribe to tags rss (no rss button around tags though). But can user set notification on selected tags as well? It would be good to have such features.
    Thanks

  • 0 Votes
    3 Posts
    993 Views
    Mārcis VeļikanovsM

    No i dont , i will check this solution

  • 0 Votes
    8 Posts
    2k Views
    PitaJP

    @loopynid here's a better resource: BenchpressJS docs

  • 0 Votes
    4 Posts
    784 Views
    TLINDENT

    Now, that was fast. Wow!

    Thanks a lot,
    Tom

  • Inline Reply - Persona Theme

    2
    0 Votes
    2 Posts
    724 Views
    Y

    @baris are you able to assist please? Thanks

  • Error Msg

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    M

    Basically had to delete everything and build from ground up.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    27 Views
  • White background behind menu.

    2
    0 Votes
    2 Posts
    555 Views
    barisB

    Apply these changes https://github.com/NodeBB/NodeBB/commit/8c9bae8ba388f94750130819106d240e90715be7, or upgrade to latest version of NodeBB.

  • 0 Votes
    5 Posts
    2k Views
    A

    @baris Thanks a lot 🙂

  • mobile menu not slider out

    3
    0 Votes
    3 Posts
    956 Views
    absurdsmashA

    Thanks @MJ that fixed the issue

  • Migrate Nodebb

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    M

    @bri Thanks i have already moved my nodebb 🙂

  • Noticing "Active Plugins" That Aren't Actually Installed?

    Solved
    3
    0 Votes
    3 Posts
    986 Views
    M

    @pitaj said in Noticing "Active Plugins" That Aren't Actually Installed?:

    That list reflects the activated plugins on your forum, ignoring whether or not they are installed. You can fix it by disabling the plugins via running ./nodebb reset -p [plugin name] for each plugin.

    In the future, make sure you disable the plugins before removing them.

    Excellent. Thank you!

  • Error: ENOENT: no such file or directory

    1
    0 Votes
    1 Posts
    1k Views
    xedomX

    hi,
    I have a problem with nodebb-widget-r6stats-vrk.
    -> http://prntscr.com/ism7sg
    0_1521323245895_downlsadasoad.png
    how can i solve? someone can help me?
    Thanks