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.
  • How to get custom badges assigned for people?

    9
    1 Votes
    9 Posts
    2k Views
    phenomlabP
    @dave1904 great! Thanks for the update and glad to be of assistance.
  • Web Installer preventing NodeBB server from starting.

    Solved
    10
    0 Votes
    10 Posts
    791 Views
    julianJ
    Great! Thanks for checking in with your solution
  • Guideline for custom plugin setting page creation

    Solved
    6
    0 Votes
    6 Posts
    438 Views
    julianJ
    https://community.nodebb.org/topic/16958/how-do-i-create-a-settings-page-for-my-plugin
  • How do I disable file logging?

    Moved Solved
    5
    0 Votes
    5 Posts
    302 Views
    barisB
    @PitaJ I think it's already supported https://github.com/NodeBB/NodeBB/blob/master/loader.js#L22. logFile in config.json But it joins with __dirname, so PRs welcome to change that.
  • Can not login to NodeBB. Login or password wrong

    Unsolved
    23
    0 Votes
    23 Posts
    2k Views
    KosiakK
    For my original problem, I think I found a bug. For some reason the user password length was set to 0 (I didn't set it that way, it's not possible). When I set up my forum, my password was 7 characters long (before launching the site, I change the password to a complex and unique one, but during the development process I use a simple one that I remember). When I transferred the forum to the server and edited Users -> Settings, I set the minimum password to 8 characters, because it was impossible to leave the field with a default value of 0. And here I see a bug, because no one expects this behavior. Once the minimum password is set, NodeBB simply stops accepting any passwords that are shorter. This is completely non-obvious and as an admin I fell into a trap. I would expect two behaviors: Continue to accept set passwords even of shorter length until a password change is required Display a warning and reset passwords of shorter length if the administrator confirms this action. [image: 1675254614144-%D1%81%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA-%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0-2023-02-01-%D0%B2-14.04.48.png]
  • Harmony child theme importing parent scripts in plugin.json

    Moved
    5
    0 Votes
    5 Posts
    427 Views
    julianJ
    Hah, the best kind of fix
  • I got "./nodebb: Is a directory" error

    Unsolved
    5
    0 Votes
    5 Posts
    389 Views
    DownPWD
    Yep exactly, since in general the best practice is to create one user per service, it's often named as the product ha ha Same config here
  • This topic is deleted!

    4
    0 Votes
    4 Posts
    98 Views
  • Wow Style tags in posts

    Unsolved
    5
    1 Votes
    5 Posts
    252 Views
    barisB
    If you are seeing [object Promise] in your output it could be due to a missing await or returning a promise instead of the html string. You didn't post the surrounding function this code is in or which plugin hook it is using so can't really tell what is causing it.
  • Home button for Harmony - Yey or Nay

    Moved
    17
    1 Votes
    17 Posts
    843 Views
    omegaO
    @baris There are two competing settings is there not: What an Admin specifies as home page (site wide) What a user specifies as home page With respect to my user experience here: admin: /categories user: /recents The Home icon button and categories button are no longer doing the same thing. Thus my suggestion to add in a dedicated HOME button (with bells and whistles) to carrying out the same duty as the brand/anchor and give it more features. Another why is because again the harmony theme brand/anchor get's disappeared too fast and the user loses their home button based on their preference, btw I've only looked up the element name in inspector, so maybe anchors my point better! Anchor / Home button... we're almost there! This nav has needed more rigorous consideration, and so this topic! The navigation experience has IMHO moved in a more positive direction.
  • How to export a nodeBB forum to HTML archive

    Unsolved
    5
    2 Votes
    5 Posts
    683 Views
    PitaJP
    Sorry for the delay. The hovering pagination block may not work as expected, but I think the pagination at the bottom of the page should work fine: [image: 1674928849834-5368c774-8332-4006-9728-9f36346b554b-image.png]
  • pidfile not found nginx

    Unsolved
    4
    0 Votes
    4 Posts
    489 Views
    julianJ
    Not really, no... It just means that you might have a running NodeBB instance you can't stop (short of running something like kill)
  • This topic is deleted!

    Solved
    2
    0 Votes
    2 Posts
    13 Views
  • Change the place of new topic or post button

    Moved
    17
    2 Votes
    17 Posts
    2k Views
    omegaO
    @julian said in Change the place of new topic or post button: As for whether the top bar needs to be floating, that I think @baris and I are of two minds about I think there doesn't even need to be a floating top bar at all... Right, grand so let's find a way to get rid of it (more back to this point will follow), here is one reason why: [image: 1674834237183-iphone-8-view-community.jpg] That's a whole topic listing used up by the toolbar! [image: 1674834539037-iphone-8-view-community-2.jpg] ... but I have a heavy emphasis on promoting the "reading" aspect of Harmony/NodeBB. This is why Baris added the "sticky toolbar" theme option I need to test out that stick y tool bar, bu on the other point, I'm not totally following how this manifests, exactly what do you mean about the "reading emphasis" - I will say the font and formatting is much improved, some feedback on that later, but is that what you mean?
  • Problems with image and file upload

    3
    0 Votes
    3 Posts
    293 Views
    dave1904D
    Hi @baris Thanks for adding upload feature in next Release. Regarding the other issues: I have the same problem with uploading on mobile here too. If I try to upload an Image to a post on mobile the post content remains empty. It's definitley related to my device. The Drag & Drop upload function is working here and on Persona. On Slick only the image path is pasted into the chat message. Post upload with drag and drop is working.
  • Version 2.8.2: Unable to register or login

    Solved
    9
    0 Votes
    9 Posts
    706 Views
    ww9riversW
    Thank you all for the responses. This is a wonderful community - Makes me feel much better exploring this new thing. Wishing you all the best!
  • Question about SSO and username/userslug uniqueness

    Unsolved
    21
    0 Votes
    21 Posts
    2k Views
    U
    @julian A quick (hacky) test seems to work. Ill have a deeper dive tomorrow and see if I encounter any issues. Thanks for the hook pointer.
  • Integrate JWT authentication & Authorization

    Unsolved
    11
    0 Votes
    11 Posts
    868 Views
    R
    @julian said in Integrate JWT authentication & Authorization: Frankly this is a surprise for me — I always thought the period prefix was deprecated (but still supported). TIL... You are quite correct, in theory this should no longer matter. However, we encountered issues when updating existing cookies for logging out when the cookie did not have the period prefix.
  • Can't login with normal user

    Unsolved
    2
    0 Votes
    2 Posts
    184 Views
    julianJ
    What do the logs say? In development mode, session sharing should output something that starts with [session-sharing] Processing login for uid ... If you don't see that, then the cookie didn't verify, potentially. Also, if the unique ID you passed in no longer resolves to an active user, the login might also fail. Check the appId:uid (or replace appId as needed) sorted set to see if there is an outdated entry in there.
  • Always Nginx Startpage

    Unsolved
    2
    0 Votes
    2 Posts
    222 Views
    dave1904D
    Did you restart nginx after changing config?