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.
  • This topic is deleted!

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

    Unsolved
    5
    1 Votes
    5 Posts
    305 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
    1k 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
    785 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
    548 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
    348 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
    744 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
    3k 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
    974 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
    196 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
    258 Views
    dave1904D
    Did you restart nginx after changing config?
  • 1 Votes
    8 Posts
    1k Views
    DownPWD
    I have test with your first solution @baris Result : the user who sends the message does not see it displayed. For this he must refresh the page with F5 = no refresh of the chat. The other users do receive a notification, which the oin does not want. --> The global chat should refresh itself when sending a message from anyone without notifying the members of the chat room
  • The logo cannot be load in E-mail

    Unsolved
    7
    0 Votes
    7 Posts
    511 Views
    julianJ
    Do the links to topics work in the email as well? Could be an issue with the url value in config.json
  • There are something wrong with the button?

    Solved
    3
    0 Votes
    3 Posts
    293 Views
    M
    It is normal now. I have enable the JavaScript. My fault…
  • The latest upgrade to 2.8.2 doesnt show in admin panel

    Unsolved
    6
    0 Votes
    6 Posts
    472 Views
    T
    thank you!
  • Subscribe button missing in Persona Theme

    Moved
    1
    0 Votes
    1 Posts
    202 Views
    K
    Hi all, I've been used the Slick theme for quite a while and there there's the Subscribe button. Now, upon switching to the Persona theme, I can't find any evidence of it. Is it a bug or is it by design? If it's by design how can I subscribe to a Category? Thanks, Riccardo
  • Convert images on upload to webp?

    Unsolved
    3
    0 Votes
    3 Posts
    299 Views
    J
    @denism7 I like this idea- you have it somewhere you can share?
  • Error: timeout reached while waiting for sockets response after cluster enable redis

    Unsolved
    4
    0 Votes
    4 Posts
    755 Views
    DownPWD
    @baris None in my /etc/nginx.conf but I have types_hash_max_size 2048; And I have ip_hash directives on my /etc/nginx/mywebsite.conf like the scaling redis official documentation : upstream io_nodes { ip_hash; server 127.0.0.1:4567; server 127.0.0.1:4568; server 127.0.0.1:4569; }