Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.

4.8k Topics 26.7k 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. [image: youtubelogo.png] Setting up SendGrid mailer for NodeBB
  • NodeBB guides, how-to's and general tips and tricks

    83 Topics
    601 Posts
    Z
    not sure the plugin worked for firefox. saw a-z in the sort icon. when i used it, i expected the topics in the category would be sorted a-z. they werent
  • 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.
  • heroku[router]: at=error code=H12 desc="Request timeout"

    1
    0 Votes
    1 Posts
    1k Views
    Anderson PaulucciA
    Hi, I followed this documentation https://docs.nodebb.org/installing/cloud/heroku/ and at first everything is running there were no errors ... but I don't access the nodebb page, and the log points this error: 2020-04-30T19:35:38.780260+00:00 heroku[router]: at=error code=H12 desc="Request timeout" method=GET path="/" host=floating-shelf-24944.herokuapp.com request_id=34ca7959-a9c0-4d32-900a-40df490be0de fwd="189.54.22.91" dyno=web.1 connect=1ms service=30001ms status=503 bytes=0 protocol=https
  • Cannot access »nodebb-plugin-write-api« plugin settings

    2
    0 Votes
    2 Posts
    452 Views
    G
    I found https://community.nodebb.org/topic/10026/nodebb-plugin-write-api-failing-to-load-admin-page solving the issue.
  • Spelling error in Hebrew

    4
    0 Votes
    4 Posts
    547 Views
    barisB
    You need to create an account and go to the correct language file.
  • 0 Votes
    4 Posts
    2k Views
    M
    ok problem was because of global chat plugin.. but heh I have running forum on mongo 4.0.14
  • Chat, socket often disconnecting

    2
    0 Votes
    2 Posts
    402 Views
    M
    ok problem was because of global chat plugin
  • Site-wide-conversation spam?

    1
    0 Votes
    1 Posts
    229 Views
    KarlPro123K
    Hi. Updated my forum to 1.13.2 today and now I'm getting weird site-wide-conversation spam, so some account somehow renames the conversation and it doesn't stop, maybe a bug? Külaline = like an unregistered account or something in my language. Tried restarting. https://i.gyazo.com/20223b3ac451ffcdad3759ea34309250.png I figured if there was a way to disable this conversation alltogether but allow private messages etc?
  • Notification/alert

    1
    0 Votes
    1 Posts
    262 Views
    D
    Is there a way or maybe a plugin to allow an admin to put something at the top of the forum with a message that a user can dismiss ?
  • Filter topics by ...

    10
    0 Votes
    10 Posts
    1k Views
    J
    @gotwf I pretty much agree with you, but you need agree with me that need to develop such an extension that allows for such filtering
  • custom javascript error

    3
    0 Votes
    3 Posts
    439 Views
    oplik0O
    Just a correction: it's not that you don't need the <script> - it's just illegal unless you're writing something like jsx. When run this will immediatly cause Uncaught SyntaxError: Unexpected token '<' - because everything you put in custom Javascript is already put into a <script> tag. If you want to include another script either use some kind of imports (for example es modules) that works inside JS, or put the <script src=""> tag in custom header instead.
  • How to fix emojis not served over HTTPS

    7
    0 Votes
    7 Posts
    3k Views
    Gianluca Fiore 0G
    I'm having exactly the same problem. The solution of @yariplus does not help me, since then it generates an error when I login to the forum with Google, it tells me ops! an error has happened, our umpa loompas are working to fix it, and it won't let me login, the problem is that the forum is already in production
  • nginx reverse proxy SSL

    4
    0 Votes
    4 Posts
    786 Views
    D
    @oplik0 yeah we are having a loadbalancer before nginx! using nodebb without SSL works perfectly using load balancer -> nginx -> nodebb I would need to do some more testing but I saw that when using SSL , it redirect to www.domain.tld instead of domain.tld! I just modify the nginx config for this vhost to send www. to non-www. and I will re-active the SSL! The other thing is, I tried to add "socket.io": { "origins": "https://community.nodebb.org:* https://nodebb.org:*" } to the config.json and I got an error when starting nodebb
  • NodeBB displaying blank screens when accessing subforums

    10
    0 Votes
    10 Posts
    1k Views
    T
    That solved my problem. Thank you so much!!!!
  • NodeBB Email doesn't show From Name

    7
    0 Votes
    7 Posts
    657 Views
    barisB
    @Mickola Feel free to send a pull request to https://github.com/julianlam/nodebb-plugin-emailer-sendgrid, if fromname isn't supported in the sengrid nodejs api that should be removed as well.
  • plugin page loading non-stop

    4
    0 Votes
    4 Posts
    679 Views
    D
    @PitaJ shame on me. I missed somewhere that we need to rebuild/restart when we add plugin!
  • Permissions to create category except for Admin user

    1
    2 Votes
    1 Posts
    278 Views
    D
    Hi, Is there a way that our moderator/super moderator can create category and sub-category ?
  • Can moderator add members?

    3
    0 Votes
    3 Posts
    524 Views
    oplik0O
    Are they the owners of their groups (identified by star next to their name in group members list in Persona)? Because even if they're not moderators I believe group owners are able to add people to their group.
  • Lock subject automatically

    4
    0 Votes
    4 Posts
    478 Views
    y hY
    @jac see https://github.com/julianlam/nodebb-plugin-archiver
  • After update Error ENONET

    4
    0 Votes
    4 Posts
    531 Views
    PaladinP
    sudo apt-get install build-essential will fix it. Thanks you so much! I still don't know what caused everything to turn bad.
  • Modify skin css

    1
    0 Votes
    1 Posts
    264 Views
    Damien JayD
    Hey there, Recently I've been working on my forum and I have been adding a lot of things to the overall look / feel of the forum and my overrides in the admin section are just becoming a bit too much. I've been looking to start moving these into the theme itself when possible, but it appears as though a lot of the overrides are controlled by the skin rather than the theme itself, and while I can put things into .less files and override with !important, I'd rather modify slate to have the correct values and not have to override them -- this ensures that things are rendered properly. Is there a way that I can access these skin files somewhere and build them properly? Thanks,
  • NodeBB not sorting by date

    1
    0 Votes
    1 Posts
    253 Views
    K
    I'm using NodeBB 1.13.2 and used the write API to upload a bunch of messages from another software into NodeBB. I needed to update the date so I modified the date of each post (using mongodb). The dates for each post are showing the correct date but when I try to sort via newest or oldest it doesn't sort by date order? Is there something else I can do to get it to sort the posts in a topic by order? I've already deleted the indexes in mongodb and restarted nodebb to rebuild them but that didn't fix the problem. Any ideas? Thanks, Kyle