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.
  • Problem site description

    6
    0 Votes
    6 Posts
    837 Views
    Jean-baptiste DevicJ
    What exactly would I have to do ?
  • Can't find setting for Section Text Color

    4
    0 Votes
    4 Posts
    475 Views
    jtsimoesJ
    @dcook The color you want to change is not property of the categories, but rather the property of the theme. Black is the theme color for section categories (non-clickable link) and blue is the theme color for non-section/normal categories (clickable link). That's why there is no option to customize it on categories management. Try this: .title{ color: blue; }
  • Bug in Group property page

    2
    2 Votes
    2 Posts
    409 Views
    jtsimoesJ
    Wow, nice find! It's a really important bug. How I had never tested this before?!
  • Username change back to avatar after upgrade 1.12.x

    Solved
    8
    0 Votes
    8 Posts
    780 Views
    M
    It worked I have now a user icon there instead of avatar [image: 8zNpV7d.png]
  • Starting with systemd only works as root

    11
    1 Votes
    11 Posts
    1k Views
    W
    I did get this working. I moved the nodebb working directory to /home/nodebb/nodebb and changed ownership of that to nodebb:nodebb, now it starts up on boot as the nodebb user just fine. Thank you all very much for the help.
  • Mobile Menu Bug

    8
    0 Votes
    8 Posts
    867 Views
    Austin BeneshA
    Solved. I fixed it by changing the theme, rebuild and restart and then change the theme back to original, rebuild and restart.
  • when I installed `nodebb-plugin-poll`,Log display warning information.

    3
    0 Votes
    3 Posts
    508 Views
    ufan0U
    @jtsimoes You are really nice!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    18 Views
  • Offline setup

    13
    0 Votes
    13 Posts
    1k Views
    S
    @ofaruksahin said in Offline setup: Yeah, you're right. Because my request is not respond 404. It's going slowly and sometimes 504 time out. So what do you suggests me? Thank you. Start with the DNS. If it is slow and only breaks sometimes, DNS is the most likely thing and might be just slow enough that sometimes it works barely and sometimes it fails. 504 is server side error unable to respond. If JS files are trying to be pulled from remote, then DNS has to be used. If DNS is pointing externally, we'd expect the delay. If it works sometimes, that means that there is some sort of fallback that is likely just timing out sometimes.
  • nodebb-plugin-2factor missing menu

    Solved
    2
    0 Votes
    2 Posts
    396 Views
    FrankMF
    Today i updated my forum to v1.12.0 and i found the menu [image: VCBV2SN.png] I think it works too before the update. A user problem Problem solved.
  • Authorization Failed NodeBB Setup

    2
    0 Votes
    2 Posts
    517 Views
    PitaJP
    Try the Ubuntu docs instead of the Debian docs. They're more up to date.
  • How to add a footer?

    3
    0 Votes
    3 Posts
    2k Views
    ufan0U
    domain/admin->extends->widget
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    3 Views
  • [solved] duplicate url when logging in

    Solved
    7
    0 Votes
    7 Posts
    668 Views
    D
    @PitaJ Perfect, that solved it, thank you for the more information, I didn't realize it was referring to the port as well. You can mark this as resolved!
  • template.js to benchpress issue.

    10
    0 Votes
    10 Posts
    1k Views
    T
    @yariplus Work! Thanks
  • Issues with GitHub SSO

    4
    0 Votes
    4 Posts
    632 Views
    Jeff GayJ
    Thanks all. The rebuild and restart worked just fine. A small comment in the readme.md would be really useful for hosted solutions.
  • Write API

    2
    1 Votes
    2 Posts
    491 Views
    ufan0U
    Look this : import requests class auto_topic(): def __init__(self,api_url,bearer_token): self.api_url = api_url self.bearer_token = bearer_token def create(self,uid,cid,title,content): headers = {"Authorization": "Bearer %s"%self.bearer_token} topic = {'uid':uid,'cid':cid,'title':title,'content':content} response = requests.post(self.api_url,headers = headers,data=topic) return response
  • Error: misconfigured cors on adding through Upload new picture from url

    1
    1 Votes
    1 Posts
    947 Views
    T
    Getting issue Version 1.11.2 Error: misconfigured cors on adding through Upload new picture from url
  • How to add Search Icon in mobile header?

    2
    0 Votes
    2 Posts
    701 Views
    julianJ
    I do not believe the mobile header is configurable out of the box, just the left-hand menu. You can enable search for guests from ACP > Manage > Privileges (global)
  • Custom email header / footer

    3
    0 Votes
    3 Posts
    522 Views
    E
    Sorry for the very late reply @julian ! yes I was rebuilding the templates, it was a misconception by my side, i thought that I could change on the ACP the header and footer and it will affect to the other templates, but i was importing the src template. Now i'll try to override the e-mail templates using my child theme, is it just create a e-mail folder inside my templates folder? i've seen that this has been asked before, but why can't you change the e-mail subject from the ACP? i had to modify it on the src template. Thank you very much!!