Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.

4.8k Topics 26.5k 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.
  • linode vs. digital ocean

    Solved
    7
    1 Votes
    7 Posts
    763 Views
    crazycellsC
    thanks all for the comments.
  • NodeBB Admin Timeout

    Unsolved
    2
    0 Votes
    2 Posts
    284 Views
    barisB
    Two things you can try Comment out https://github.com/NodeBB/NodeBB/blob/master/public/src/admin/admin.js#L47 Add a true to this if block so it doesn't logout the admin automatically https://github.com/NodeBB/NodeBB/blob/master/src/middleware/admin.js#L148
  • Console error after upgrade to 2.1.0

    Unsolved
    30
    1 Votes
    30 Posts
    3k Views
    phenomlabP
    @baris Which is exactly what I did ! Very odd, but pleased it's fixed, and hope everyone else can benefit from this. Thanks for all the help.
  • Console errors (Emoji, Fetch, & Require) on page load (nodeBB 2.1.0)

    Solved
    11
    0 Votes
    11 Posts
    886 Views
    PitaJP
    @RandomAnimeGamer what you mean it recommends specifying a port? Here's a quote from the guide: Note: When entering your site URL, make sure it is exactly what you plan on accessing your site at. If you plan on visiting http://example.org to open your forum, then enter exactly http://example.org.
  • Fresh install - ERR_CONNECTION_REFUSED on HTTPS

    Solved
    17
    0 Votes
    17 Posts
    1k Views
    RandomAnimeGamerR
    So after doing a lot of digging, I found out that the error was that NGINX needs to be configured for the SSL. This isn't really mentioned in the Ubuntu nodeBB guide, and the NGINX configuration guide linked on it is a dead link. First, I needed to combine my certificate and intermediate certificate (If you have a root certificate, you combine it as well) into one .cert file. This amounted to just copying the intermediate certificate and pasting it after the regular certificate (keeping the "BEGIN" and "END" lines). Then, I inserted the combined key into /etc/ssl/ directly. After doing this, I added my private key to a new folder I created in etc named "keys" (/etc/keys/). Lastly, I referenced my SSL in the "default" file in /etc/nginx/sites-available/default listen 443 ssl default_server; ssl on; ssl_certificate /etc/ssl/zbgamewiki.com_ssl_bundle.cer; ssl_certificate_key /etc/keys/_.zbgamewiki.com_private_key.key; And restarted nginx via sudo systemctl reload nginx
  • Google Firestore DBAL ?

    Moved
    13
    1 Votes
    13 Posts
    1k Views
    julianJ
    @gslender I didn't play around with Firestore myself, but the bulk of @justmeow's reasoning was in this post
  • Deleted thread visible for all even if not allowed

    Unsolved
    3
    1 Votes
    3 Posts
    346 Views
    julianJ
    @KnickKnack said in Deleted thread visible for all even if not allowed: the deleted threads appearing in the category listing Non-privileged users should just see "This topic is deleted!" or "This post is deleted!". Their position is kept because it is rather difficult to keep track of the topics/posts based on who can view the post and who cannot.
  • Login problem 2.0.1

    Solved
    24
    2 Votes
    24 Posts
    3k Views
    phenomlabP
    @murcs You can simply take the file from there and overwrite in your own install. For example, if you locate the plugin itself in your folder structure, then open library.js and change const utils = require.main.require('./public/src/utils'); To const utils = require.main.require('./src/utils'); And rebuild, this should then work.
  • Cannot rebuild & restart

    Unsolved
    7
    1 Votes
    7 Posts
    950 Views
    julianJ
    @cagatay It will be included in v2.1.0 release.
  • NodeBB 2.0 Upgrade Issues

    Unsolved
    17
    1 Votes
    17 Posts
    2k Views
    phenomlabP
    @baris @julian I've just found out that this problem goes much deeper. If you look at the general page in the ACP, all of the values are missing (but are there in the database). In addition, the email page does not allow any changes to be saved. Appears to be the same bug on page load [image: 1653670503980-586b69c7-bf48-4d73-a27b-177bfb90dcb5-image.png]
  • Login session error popup loop

    Unsolved
    35
    0 Votes
    35 Posts
    4k Views
    M
    @mattdjuk This could be something (clutching at straws a bit here)... I was just looking in the cookies, I see these: [image: 1653561201489-screenshot-2022-05-26-113221.png] It has 2 express.sid cookies 1 is for forum.$$$$$$$.co.uk and the other is for .$$$$$$$.co.uk
  • I'am an beginner, please help me for Nodebb installation

    4
    0 Votes
    4 Posts
    653 Views
    cagatayC
    @İsa-Yaşa having a notebook is very important!
  • unread-count in navigation dropdown

    Unsolved
    8
    0 Votes
    8 Posts
    716 Views
    murcsM
    @baris okay.  one needs to use /flags as route for the navigation bar object and add /flags inside the <li> tag again.  we were using /admin as route ... thank you.
  • Move content from one category to another

    Unsolved
    9
    0 Votes
    9 Posts
    871 Views
    omegaO
    @8shlomi What version are we talkin' about here? It is an unexpected behavior unless there are no categories created or there is a bug in play. Do also check yout categories setup in the ACP and also the permissions/privileges too Naturally if you are admin you should by rights see everything.
  • How to change the design the first reply in the topic?

    Unsolved
    13
    0 Votes
    13 Posts
    1k Views
    barisB
    Hmm you should be able to display some content only after the first posts by adding a if in the topic.tpl. For example on this line https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/topic.tpl#L74 You can add {{{ if !posts.index }}} only visible on main post {{{ end }}} Since the main posts has an index of 0, that content will only show in the main post.
  • Blocking Mods

    Unsolved
    1
    0 Votes
    1 Posts
    196 Views
    T
    Is there any setting that can be toggled or tweak that can be made to NodeBB so that users are able to block mods? I can envision a usecase where they may not want to see mod posts, but can still be reachable via DMs. Is this possible?
  • How to Import topics,post from excel?

    Unsolved
    3
    0 Votes
    3 Posts
    359 Views
    Thangaraja CT
    Thanks I can see the endpoint to create a single topic. Is there an endpoint for more than one topic creation in a single call? i.e by passing an array of topics.
  • Upgrading to 2.0.0 crashed the forum

    Unsolved
    3
    1 Votes
    3 Posts
    622 Views
    julianJ
    @א-ש You don't run ./nodebb setup to upgrade. pkill -9 node to kill off NodeBB running on the machine. ./nodebb upgrade to upgrade ./nodebb start to start As for search... try re-indexing the forum content from the DB Search plugin page in the ACP.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    27 Views
  • how to keep dev forum private from search engines?

    Solved
    11
    0 Votes
    11 Posts
    887 Views
    julianJ
    Removing view privileges from spiders will get rid of most, but not all crawlers. As @gotwf says, crawlers are not the most law-abiding scripts out there. Simply removing all guest privileges should do the trick, but if you're regularly copying prod to your dev forum, then the more surefire way to keep EVERYONE away would be to restrict access to a single IP or range (e.g. a VPN) you control. That might be overkill, though.