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.
  • Social media sharing with post previews

    7
    0 Votes
    7 Posts
    1k Views
    Vamsi KrishnaV
    @PitaJ Thanks. will try!
  • cannot post topics or reply on nodebb v 1.10.2

    3
    0 Votes
    3 Posts
    621 Views
    Oladokun Horlar-sunkanmiO
    @PitaJ yea..its working already..i just did a fresh installation..thanks
  • Detect root parent forum

    2
    0 Votes
    2 Posts
    578 Views
    barisB
    To get the root parent you would have to write a plugin and traverse up until you hit parentCid=0, this isn't available in core. To detect page changes listen to the action:ajaxify.end client side event.
  • New Bug Hit This Morning in Chat (1.10.2)

    1
    0 Votes
    1 Posts
    629 Views
    S
    Happened on the MangoLassi community. Appears to have happened in someone's chat session. The result didn't bring down the forum, but did break some things like quotes and replies and we could no longer find the end of threads. But mostly the forum was intact. A restart fixed everything, and we've never seen this bug before. But didn't want to fail to report it, either. We are on NodeBB 1.10.2, all plugins fully up to date (and very few in general), and NodeJS 10.8.0. 2018-11-02T15:50:41.288Z [14501] - error: /user/donahue/chats/2255 Error: [[error:no-privileges]] at /opt/mangolassi-1.0/src/controllers/accounts/chats.js:34:17 at nextTask (/opt/mangolassi-1.0/node_modules/async/dist/async.js:5324:14) at next (/opt/mangolassi-1.0/node_modules/async/dist/async.js:5331:9) at /opt/mangolassi-1.0/node_modules/async/dist/async.js:969:16 at /opt/mangolassi-1.0/node_modules/async/dist/async.js:2806:17 at /opt/mangolassi-1.0/node_modules/async/dist/async.js:473:16 at iteratorCallback (/opt/mangolassi-1.0/node_modules/async/dist/async.js:1064:13) at /opt/mangolassi-1.0/node_modules/async/dist/async.js:969:16 at Immediate._onImmediate (/opt/mangolassi-1.0/node_modules/async/dist/async.js:2799:21) at runCallback (timers.js:694:11) at tryOnImmediate (timers.js:664:5) at processImmediate (timers.js:646:5)
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • Theme not found, from local folder

    5
    0 Votes
    5 Posts
    1k Views
    C
    @yariplus Looking at the main package.json I notice that although my theme from local folder works untill something happens - and I have the problem described here - it's not listed there. Before deciding for Nodebb tried another app relying on composer and I had to manually add my local plugins, templates to main composer.json. I have to add my local theme to package.json the same way, here?
  • Upgrade NodeBB when the code is in another repository

    7
    0 Votes
    7 Posts
    956 Views
    G
    I've finally managed to do it going to a origin branch and doing a pull of the source branch "v1.8.x". I've executed the nodebb upgrade script and it worked fine, but now there are some npm libraries that are missing, so i'll need to do some tweaks there. Thanks!
  • nodebb-plugin-calendar - delete post issue

    12
    0 Votes
    12 Posts
    2k Views
  • 0 Votes
    9 Posts
    2k Views
    JsonHiveJ
    @TaLoche I'll test it. Thanks for answering!
  • [resolved] Can't see some Categories after moving its

    2
    0 Votes
    2 Posts
    556 Views
    C
    Ok I found pfff... My "Parent" had as parent, "Parent". So I removed it thanks to http://.../admin/manage/categories/* urls... Would be great to be forbidden or something logged Regards.
  • Hook for group.join and group.leave

    3
    0 Votes
    3 Posts
    565 Views
    J
    Thank you @baris ! For anyone else looking for the same, action:group.join and action:group.leave provide a single uid, and one or more group names (as array). Have fun developing
  • Delete/hide user profile element

    1
    0 Votes
    1 Posts
    436 Views
    D
    Is it doable to delete or hide some elements, i.e. signature or website from the user profile?
  • Redis or MongoDB?

    34
    0 Votes
    34 Posts
    14k Views
    S
    @scottalanmiller my support forum has pretty low traffic, so it’s not really an issue Actually the version of postgresql I had to install on my server doesn’t seem to be compatible with my install of Plesk either. But it works well, and I don’t have to mess around learning how to support mongodb.
  • Custom page not found

    1
    0 Votes
    1 Posts
    433 Views
    C
    I want to enable facebook login on my forum and Facebook asks for a site policy page for the login app. Installed custom pages plugin, made a custom page and when I try to acces it I get this error You seem to have stumbled upon a page that does not exist. Return to the home page. I don't know what could go wrong and really need the Fb login. In build/public/templates I see the files mypage.tpl and mypage.js.
  • Cannot find module './meta', please update your plugin!

    5
    0 Votes
    5 Posts
    950 Views
    J
    Thank you @baris !
  • Trim username on login

    3
    0 Votes
    3 Posts
    504 Views
    J
    Wow thanks @julian !
  • limit new topics to only administrators?

    9
    0 Votes
    9 Posts
    969 Views
    julianJ
    @sweetp Yes, this seems to be a recurring theme. We should be addressing this at some point... https://github.com/NodeBB/nodebb-theme-persona/issues/434
  • Favicon vs. Homescreen/Touch icon

    5
    0 Votes
    5 Posts
    935 Views
    julianJ
    @plebivac Sadly some bad news -- favicon.ico is largely deprecated but is still supported Browsers will actively use <link rel="icon"> if found, superceding favicon.ico, this is why the wrong favicon is seen in browser There is no way to specifically serve one icon for the browser and one icon for mobile devices, at least on Android. There is the apple-touch-icon, but in NodeBB, we just lump it along with the "home screen icon" setting. So I think you're going to want to just upload the same image to both fields
  • Forum slows down to unusability during events

    10
    0 Votes
    10 Posts
    2k Views
    W
    @Dravere thx for the reply. Sadly it couldn't be more true. The reason why I chose this setup (for now, certainly won't stick around as I hate it) is because I have a Plesk installed to manage the standard websites on the server. Plesk comes with Apache and (at least in my plesk version) can put an nginx in front as a reverse proxy to all its features. Sadly the version that it brings with itself is an nginx < 1.3.13 as would be required for nodebb to be usable as a reverse proxy. I have tried manually updating nginx but, as Plesk brings its own custom repo to pull its own images from, this is non-trivial and has rendered my setup unusable until it was reset. So currently I am stuck with Apache until I can get that figured out The only solution I could think of right now is to put a small machine in place that works as a sole loadbalancer and reverse proxy to which all domains point in the first place. That one can then distribute requests to the real server. That would enable me to run an additional nginx (not the plesk one) on a "non-80" port, allowing me to use any nginx. But as this is a sideproject that doesnt generate any income yet, putting a machine in front is not a viable option The Server is running on full SSDs. I would need to ask them which ones specifically are being used if it's of relevance. I figured "as long as it's SSD, it should be fine" up until now. Let me know if I should inquire and I will. Thanks again for your time. Cheers!
  • No more disable local login

    2
    0 Votes
    2 Posts
    1k Views
    barisB
    It is a global privilege now on the privileges page.