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
    196 Posts
    phenomlabP

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

  • Upgrade steps from v1.12.0 to v1.13.2

    2
    0 Votes
    2 Posts
    323 Views
    PitaJP

    It used to be that you had to upgrade in multiple steps, but not anymore. You can upgrade directly from 1.12.0 to 1.13.2

    Make sure you backup your database

  • 0 Votes
    6 Posts
    974 Views
    X

    By looking into logs/output.log

  • Removing skin from Theme

    2
    0 Votes
    2 Posts
    331 Views
    barisB

    Revert button should be at bottom right in ACP.

  • 0 Votes
    8 Posts
    3k Views
    LukasL

    @julian aby progress to support dynamodb? I see database folder inside tests. If no progress is done to support dynamodb and i would like to start coding, these tests would tell me if i'm done? can i trust tests coverage?

  • Translate api

    2
    0 Votes
    2 Posts
    352 Views
    julianJ

    Hi there -- not at present, no... however there's no reason why that can't be developed if you're interested in sponsoring the work. Reach out to us at [email protected] 🙂

  • Group Badge does not show up

    Solved
    4
    0 Votes
    4 Posts
    371 Views
    julianJ

    @dschilling it is actually slightly confusing, he may not have explicitly set it, but saving the user settings might have automatically set the badge as "no badge" since he did not have a badge at the time.

    Something we'll want to address for sure 🙂

  • Can't access forums from www.website.com

    5
    0 Votes
    5 Posts
    513 Views
    PitaJP

    @Brian-Rivera that's not an error, its just info

  • 1 Votes
    3 Posts
    880 Views
    y hY

    Similar issue there is no Carousel Mode only four recent topics, any idea's how to fix it?

  • 0 Votes
    4 Posts
    567 Views
    julianJ

    All of our translation efforts are handled on Transifex (https://www.transifex.com/nodebb/nodebb/), but in general, yes... fixes and incorrect translations would be handled there, and custom changes specific to your community you'd make to those files directly.

  • 0 Votes
    3 Posts
    461 Views
    julianJ

    I don't know if Zeit Now (while really cool!) would work for NodeBB... NodeBB is a web application, and does lots of stuff in the background that relies on a server running. To have a service that spins up whenever a request comes in would be much too slow, if only because that first spin up would take many seconds!

  • 0 Votes
    3 Posts
    321 Views
    Purple-CSGOP

    thx, I gonna try

  • Delete tag

    3
    0 Votes
    3 Posts
    355 Views
    barisB

    Link Preview Image tags values not escaped · Issue #8175 · NodeBB/NodeBB

    https://community.nodebb.org/topic/14582/delete-tag

    favicon

    GitHub (github.com)

  • 0 Votes
    1 Posts
    225 Views
    N

    Hello, I have imported database from the mybb using importer tool, then upgraded nodebb forum to newest one (1.13.2)
    I wanted to make a category become subcategory of another. But like image shows,

    Screenshot from 2020-02-22 16-12-06.png

    Nothing is shown (but I can still select any of those blank fields).

    How do I fix this?

  • I can't upload images or other files

    2
    0 Votes
    2 Posts
    306 Views
    G

    I re-install os to Centos8 and fixed this issue

  • LDAP + Registration

    2
    0 Votes
    2 Posts
    293 Views
    julianJ

    @heretech not out of the box, but this is definitely something we could help you with as a custom plugin. Contact us via [email protected] if you're interested.

  • Make cookies opt-in?

    13
    2 Votes
    13 Posts
    1k Views
    julianJ

    @Daniel-Furth Yes and no. The cookie consent banner is still purely informational, but we no longer store cookies for anonymous users except for one case:

    If an anonymous user stumbles onto a restricted page (e.g. /unread), they will be redirected to the login page. This saves their previous page so they we can re-direct them back to that page when they complete a login.

  • Installing NodeBB on CPanel with SSH access

    2
    0 Votes
    2 Posts
    567 Views
    julianJ

    Hello there!

    NodeBB is designed to work best under a virtual private server. Using a traditional hosting service is not recommended as they do not have the capabilities to power NodeBB effectively.

    The code and instructions can be found here at our project repository Full instructions can be found in our Documentation Portal We recommend DigitalOcean to host your NodeBB, you'll get a month free just by registering with this link. You can also try applying the 10TOSHIP coupon to get another two months free, and as an added bonus, you'll be helping us out too!

    Thank you for your interest in NodeBB!

  • 0 Votes
    13 Posts
    766 Views
    S

    @PitaJ said in New Install, Logins And Registrations Failing:

    Have you tried on different computers / browsers?

    Just got it working. Or seems to be. Been stable for a bit now and the admin page is back.

    Had to replace the URL of the site, with localhost:localport

  • "BANNED" tag is harsh, options to customize?

    6
    2 Votes
    6 Posts
    503 Views
    crazycellsC

    @wayne-workman that is actually a very good idea that we can also use...

    We do sometimes give people 1 week or 2 weeks "temporary" bans, which would look better if not tagged as "banned", so it is more obvious for all the users...

    it would be good to have options such as "inactive" , "frozen" , "penalized" etc.

  • 0 Votes
    4 Posts
    926 Views
    dogsD

    @Witzker

    Webserver in this case means
    PHP / MYSQL / Apache 2

    You would need node.js based Web-Environment