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.
  • Undefined Page at Login

    Unsolved
    2
    0 Votes
    2 Posts
    226 Views
    ctuckerC
    Well, as you were. As if by magic, the issue resolved. Nevermind!
  • private links, email addresses in the posts

    Unsolved
    3
    0 Votes
    3 Posts
    437 Views
    crazycellsC
    Hi @Skramewell , do you think your plugin can be extended to hide email addresses or phone numbers on the posts? https://community.nodebb.org/topic/16701/hide-links-to-guests Or maybe can recognize a notation and hides the info inside the notation? such as... [|[ info that will be hidden from guests ]|]
  • Error on "./nodebb setup"

    10
    0 Votes
    10 Posts
    2k Views
    PitaJP
    @fais3000 what was the actual error message you got? This shouldn't be happening any more.
  • This topic is deleted!

    Moved
    1
    0 Votes
    1 Posts
    12 Views
  • nodebb-theme-slick no scroll bar for group members?

    Moved
    1
    0 Votes
    1 Posts
    157 Views
    M
    Is anyone using the slick theme having issues with a scroll bar appearing for the Group Members List? Here is what I see in our build: [image: 1664030551383-8b84a9fc-0737-4ac3-aeca-eb3511dd6033-image.png] I would expect to see something like this: [image: 1664030585489-5010a652-b9cd-4b3e-b15a-7ddb5c835764-image.png] Any help is greatly appreciated.
  • Data export in Your Rights & Consent not working - is a bug?

    Solved
    16
    0 Votes
    16 Posts
    1k Views
    julianJ
    @sqlik Thanks for confirming
  • Getting error while ./nodebb upgrade

    Unsolved
    16
    0 Votes
    16 Posts
    999 Views
    PitaJP
    Please try disabling the recaptcha plugin and then rebuilding and restarting.
  • 0 Votes
    9 Posts
    716 Views
    barisB
    If they have no posts they are considered a new user, so until one of their queued posts is accepted all their posts will go to the post queue. If you are not using reputation make sure Reputation required to bypass post queue is set to 0 or lower.
  • Is rencet card plugin compatible with NodeBB 2.1.0?

    Unsolved
    3
    0 Votes
    3 Posts
    389 Views
    l0ven0debbL
    @phenomlab said in Is rencet card plugin compatible with NodeBB 2.1.0?: @l0ven0debb I'm using this on NodeBB 2.5.2 and it works fine Thanks for the reply. I tried to install NodeBB 2.5.2, but many other plugins like, poll, seo, some others i need are not compatible with it, ooops....
  • Eventual migration to TypeScript

    Moved
    4
    2 Votes
    4 Posts
    841 Views
    oplik0O
    @julian I think it might be possible with some build tooling magic... Importing plugins using CJS is as you mentioned the easy part - await import() works both ways with CJS, and in a pinch you can use createRequire to get require back in ESM. This even works with ESM plugins by just changing src/plugins/index.js to use (await import(libraryPath)).default (and ideally adding some way to resolve main from package.json since currently that change needs library in plugin.json to be defined ) The other way though is the problem - calling require on ESM will fail. So the big issue are the require.main.require calls. However, I imagine it should be possible to fix that in the build step - though it would require building the server-side code too (which TS will require anyway). I'm not sure how one would go about it with Webpack, but Rollup already has a plugin for converting CommonJS to ESM (since it outputs ESM). I'm not sure how it handles require.main.require, but it probably could be transformed to work correctly as just a relative require before that plugin runs (or the plugin could just be improved to handle that). But ultimately if there are other breaking plugin changes on the roadmap maybe just pairing migration to ESM with them would be simpler. Since importing CJS from ESM mostly works fine, I imagine it would be similar in difficulty to the switch to require.main.require for most plugins.
  • how to add nested object for user data in create user api

    Solved
    2
    0 Votes
    2 Posts
    237 Views
    barisB
    We don't support nested objects. If you really need to store as json strings and parse on the way out.
  • Version update

    Unsolved
    6
    0 Votes
    6 Posts
    448 Views
    barisB
    What does this give you when you run it in nodebb folder? npm ls nodebb-plugin-sso-google? Also try stopping nodebb and running ./nodebb build then try loading the plugin page again. If the client side files are built successfully you should see the sso-google file loaded like so [image: 1663247486091-ff59b39d-2fba-4fef-96f1-1786d0d253c3-image.png]
  • Email Login

    Unsolved
    1
    0 Votes
    1 Posts
    133 Views
    jiqingJ
    How to set the login mode when logging in? You can only log in through the mailbox. Now you can only log in through the user name
  • Password rules setting?

    Solved
    3
    0 Votes
    3 Posts
    281 Views
    gotwfG
    @phenomlab Heh, but be prepared for the unwashed masses to whinge about it. After all "it is only a forum, not my bank account". Uhhmmm.... Cluebat people: It is not just about YOUR personal information but also about the platform not being abused just because end lusers are lazy. Indeed, I'd argue that the latter is at least, if not more important. So good on 'ya for the screenshot selecint, imho, one of what should be the only options.
  • recentposts.rss

    Unsolved
    4
    0 Votes
    4 Posts
    330 Views
    T
    @baris said in recentposts.rss: That route was hardcoded to show the first 20, I have added pagination to it for our next release https://github.com/NodeBB/NodeBB/commit/ebd7c05c4cc1e6c016e504e78dde71a9bf70527f Thank you, @baris !
  • Plugin-Session-Share Cookies

    Moved
    9
    0 Votes
    9 Posts
    822 Views
    X
    @julian work like a charm, ty
  • I can't find .. the "validate email" words to alter it

    Solved
    3
    0 Votes
    3 Posts
    344 Views
    eeeeeE
    I found the word texts now in the language folder
  • Can't open PID file (yet?) after start: Operation not permitted

    Unsolved
    3
    0 Votes
    3 Posts
    12k Views
    julianJ
    @navjotjsingh Are you able to successfully start and stop NodeBB via systemctl? If so, then you can safely ignore that error. It usually means systemd didn't wait long enough before checking if the pidfile was created. Systemd usually checks again in a short while (but won't report it as it's not an error once it finds the file)
  • Short Title and Site Description

    Solved
    6
    0 Votes
    6 Posts
    397 Views
    julianJ
    @eveh NodeBB provides the bare minimum to allow browsers to expose the "Install as App" button (instead of "Add to Home Screen"). You'll have to inspect the menu options in your mobile browser.
  • Error: Cannot find module 'caniuse-lite/data/features/css-unicode-bidi'

    Moved
    2
    0 Votes
    2 Posts
    349 Views
    X
    They already fix it.