Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.

4.7k Topics 26.3k 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: [acp] Failed to fetch latest version

    9
    0 Votes
    9 Posts
    3k Views
    PitaJP

    @TLINDEN @Kayrah can you post or PM me your Site Title as set at ACP > Settings > General ? I'm thinking it could have something to do with it.

  • No response from Mobile menu button

    3
    0 Votes
    3 Posts
    770 Views
    R

    I am currently running v1.8.1 which I believe is the latest version? I will try you other solution once I get back to my home computer

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • Nodebb 1.8.1 is working - latest-lookup-failed error on admin panel

    3
    0 Votes
    3 Posts
    1k Views
    K

    @pitaj

    Thanks, There is no solution if im not mistaken, because i have no firewall issue.

    Everything was working fine until 10-15 min later of setup.

    I am getting error on GCP VPS but im not getting on digitalocean VPS.

    That is really odd.

  • Installing on Digital Ocean

    8
    0 Votes
    8 Posts
    3k Views
    K

    It is okay to see that package.json is there.

    use this command npm install -g http-server@latest

    or

    npm init -y

    and populate package.json file later with your taste.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • Restrict creating new topic and blocking HTML posts for users

    12
    1 Votes
    12 Posts
    3k Views
    R

    @julian Thank you. I will try that out. ☺

  • How to add a image to the recent post page

    8
    0 Votes
    8 Posts
    2k Views
    kazariK

    @baris that worked thanks again!

  • Alternate Config Not Working

    9
    0 Votes
    9 Posts
    1k Views
    Y

    @pitaj Thank you. Will give it a test later

  • Windows 10 Installation Guide/Help

    2
    0 Votes
    2 Posts
    2k Views
    PitaJP
    Download and install Node.js LTS Download and install Git for Windows, and make sure the git executables are in your path Download and install MongoDB for Windows, and make sure the mongo executables are in your path (redis for Windows is difficult to get working) Follow the configuration instructions for MongoDB here (Yes, they're in the Ubuntu install docs, but don't worry. All of the same commands work in Windows) Enter the directory which you want to install NodeBB in, and open a command prompt or powershell window there git clone -b v1.8.x https://github.com/NodeBB/NodeBB.git cd nodebb ./nodebb setup, and follow the instructions

    Then you should be able to start NodeBB with ./nodebb start

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
  • Custom Page: pageView events and access restrictions

    Unsolved
    2
    0 Votes
    2 Posts
    843 Views
    barisB

    For setting up your cutom page use this https://github.com/NodeBB/NodeBB/blob/master/src/routes/helpers.js#L5, or at least use the middleware.pageView function as a middleware, that will count the pageviews.

    As for only allowing some groups to view the page. You have check if the user is a member of those groups with the function groups.isMemberOfGroups(uid, ['group1', 'group2'], callback); You can get the uid from req.uid in your route handler.

  • HTML not being sanitized

    6
    0 Votes
    6 Posts
    1k Views
    E

    @butterfly +

  • This topic is deleted!

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

    1
    0 Votes
    1 Posts
    559 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
    908 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
    538 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