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.
  • Using a client-side filter hook

    Moved Unsolved
    10
    0 Votes
    10 Posts
    822 Views
    J
    @baris I can not change other things either... Can you give a working example?
  • trigger action:post.toggleVote on client-cide

    Unsolved
    1
    0 Votes
    1 Posts
    220 Views
    J
    hi, I'm trying to do a client side script that eliminates dislike, apparently the shape is like this: $(window).trigger('action:post.toggleVote', { "pid": "501", "delta": -1, "unvote": true }); But it does not work. In fact, I can not initiate any change in the voting of posts ... What's wrong here?
  • File and image storage engine and performance

    Unsolved
    4
    0 Votes
    4 Posts
    528 Views
    gotwfG
    @volanar @volanar said in File and image storage engine and performance: You must upload files to folders by upload date (for example, current year - current month - current date). I would not necessarily say "must" as there can also be performance penalties from deep hash structures that are minimally populated. Caching is also a factor that can very favorably impact image delivery. At least w.r.t. the most popular ones. One more fer' the road: Many cloud providers are using SSD backed storage modern days. Is file I/O actually your bottleneck? Hmmm... How many images are you envisioning for YOUR site/use case? Just a couple shootin' from the hip thoughts. ymmv.
  • In ACP, disable email verification for users

    Unsolved
    2
    1 Votes
    2 Posts
    342 Views
    J
    Does it seem unnecessary? Maybe this ability exists in ACP in a place I don't know..?
  • Nodebb freezing on Android devices

    Unsolved
    9
    0 Votes
    9 Posts
    758 Views
    gotwfG
    Mayhaps the main issue is the Android platform itself? The security advisories coming down the pipe from US-CERT since escalation of Russian and Chinese sponsored cyber warfare/terrorism have numbered in the hundreds. The goog seems to be struggling on this front whilst Apple (not a fan) seems to have cleaned up most of theirs.
  • 3 Category Levels (trimChildren helper)

    Moved
    7
    1 Votes
    7 Posts
    622 Views
    barisB
    @Matthew-Price Yeah I've made this change on our develop branch, if category is marked as section then it won't trim it's second level children.
  • Tags not showing in mobile view

    Moved Solved
    7
    0 Votes
    7 Posts
    694 Views
    volanarV
    @crazycells thanks!
  • after upgrading from 1.9.x to 2.1.x get error

    Unsolved
    3
    0 Votes
    3 Posts
    378 Views
    P
    @crazycells thanks you, after couple upgrades and downgrade and upgrade it fixed
  • How can I migrate from redis to postgresql/mongodb

    Unsolved
    12
    0 Votes
    12 Posts
    2k Views
    J
    @JaredBusch said in How can I migrate from redis to postgresql/mongodb: Found a pull request for nodebb-plugin-import that gives it postgresql capability. Well, it seem that I cannot install v1.12.1 as required by this plugin. npm never successfully builds. [jbusch@obelisk nodebb]$ sudo -u nodebb ./nodebb setup package.json not found. Populating package.json... OK Dependencies outdated or not yet installed. Installing them now... npm notice npm notice New minor version of npm available! 8.3.1 -> 8.12.2 npm notice Changelog: https://github.com/npm/cli/releases/tag/v8.12.2 npm notice Run npm install -g [email protected] to update! npm notice npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/pg npm ERR! pg@"^7.4.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer pg@"^8" from [email protected] npm ERR! node_modules/pg-cursor npm ERR! pg-cursor@"^2.0.0" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See /home/nodebb/.npm/eresolve-report.txt for a full report. npm ERR! A complete log of this run can be found in: npm ERR! /home/nodebb/.npm/_logs/2022-06-18T01_31_52_584Z-debug-0.log Error installing dependencies! message: Command failed: npm install --production stdout: null stderr: null /opt/nodebb/src/cli/package-install.js:54 throw e; ^ Error: Command failed: npm install --production at checkExecSyncError (node:child_process:828:11) at Object.execSync (node:child_process:902:15) at Object.installAll (/opt/nodebb/src/cli/package-install.js:45:9) at Object.<anonymous> (/opt/nodebb/src/cli/index.js:60:18) at Module._compile (node:internal/modules/cjs/loader:1103:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1155:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Function.Module._load (node:internal/modules/cjs/loader:822:12) at Module.require (node:internal/modules/cjs/loader:1005:19) at require (node:internal/modules/cjs/helpers:102:18) { status: 1, signal: null, output: [ null, null, null ], pid: 1461, stdout: null, stderr: null } [jbusch@obelisk nodebb]$ Built just fine to v2.2.0 though. [jbusch@obelisk nodebb]$ sudo -u nodebb ./nodebb setup Dependencies outdated or not yet installed. Installing them now... npm WARN deprecated [email protected]: this library is no longer supported npm WARN deprecated [email protected]: Multer 1.x is affected by CVE-2022-24434. This is fixed in v1.4.4-lts.1 which drops support for versions of Node.js before 6. Please upgrade to at least Node.js 6 and version 1.4.4-lts.1 of Multer. If you need support for older versions of Node.js, we are open to accepting patches that would fix the CVE on the main 1.x release line, whilst maintaining compatibility with Node.js 0.10. npm WARN deprecated [email protected]: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated [email protected]: support for ECMAScript is superseded by `uglify-js` as of v3.13.0 npm WARN deprecated [email protected]: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 added 922 packages, and audited 923 packages in 2m 76 packages are looking for funding run `npm fund` for details 5 high severity vulnerabilities Some issues need review, and may require choosing a different dependency. Run `npm audit` for details. OK 2022-06-18T01:40:58.599Z [1600] - info: NodeBB Setup Triggered via Command Line Welcome to NodeBB v2.2.0! This looks like a new installation, so you'll have to answer a few questions about your environment before we can proceed. Press enter to accept the default setting (shown in brackets). [image: 1655517237358-7d8a5a66-30f5-4d65-a5ec-ac395ecd0178-image.png]
  • Migrate PostgreSQL to MongoDB

    Solved
    5
    0 Votes
    5 Posts
    947 Views
    Z
    @gotwf 9.5 (Ya I know is a very old version )
  • How to stop Welcome email in nodebb?

    Unsolved
    4
    0 Votes
    4 Posts
    467 Views
    julianJ
    As @baris has replied in that issue, this is already a feature in the ACP. It sounds like you are looking to disable the "welcome" email, but preserve the existing email confirmation emails, yes? In that case, you'll have to wait until v2.2.0, at which point you can use a plugin to change the template for the welcome email back to verify-email.
  • Server side hook for loading recent posts/top posts for user

    Solved
    3
    0 Votes
    3 Posts
    447 Views
    J
    @baris Thanks! perfect https://github.com/julianlam/nodebb-plugin-support-forum/pull/14
  • How to know who deleted the post?

    Moved Unsolved
    6
    0 Votes
    6 Posts
    653 Views
    J
    @julian Maybe a new indicator to know this? So that inspectors can know this too, not just those who have access to ACP
  • show widget on mobile only?

    Unsolved
    3
    0 Votes
    3 Posts
    467 Views
    murcsM
    @PitaJ ... without a checkbox but good to know =;^)  thank you.
  • Provide multiple CSS skins for users

    Solved
    7
    0 Votes
    7 Posts
    873 Views
    phenomlabP
    Something of an update. I've reworked the code, and added some nice looking new color swatches (themes are based off Persona) https://sudonix.com/topic/284/theming-support-in-sudonix
  • Supported version of nodeJS

    Solved
    3
    0 Votes
    3 Posts
    427 Views
    phenomlabP
    @baris Thanks. I'm using the 18.x train (was previously on 14, so overdue an upgrade )
  • Global tags

    Solved
    2
    3 Votes
    2 Posts
    287 Views
    barisB
    @razibal thanks for reporting, https://github.com/NodeBB/NodeBB/issues/10692 This started happening after the refactor to change tag storage to be by category https://github.com/NodeBB/NodeBB/pull/8938/files
  • Database storage location for old version of NodeBB (1.0.2)

    Unsolved
    2
    0 Votes
    2 Posts
    329 Views
    julianJ
    @mstan — sorry that you haven't received a response. NodeBB doesn't save the Mongo database anywhere specific on the file system, it would be wherever the insulted MongoDB install saves it's data.
  • Mass changing link inside mongodb

    Unsolved
    4
    0 Votes
    4 Posts
    436 Views
    phenomlabP
    @doekia Does this help ? https://stackoverflow.com/questions/38883285/error-the-update-operation-document-must-contain-atomic-operators-when-running
  • MongoServerError: Authentication failed.

    Unsolved
    12
    0 Votes
    12 Posts
    3k Views
    N
    @phenomlab My password consists of upper case letters, numbers and lower case letters.