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.
  • Pushbullet Config

    18
    0 Votes
    18 Posts
    5k Views
    M
    @julian [image: pr5dGw7.png] I have also upgrade my nodebb in case this will help solve it, nodebb upgrade completed, but dashboard still showing a 1.4.4 version and asking me to upgrade?
  • Registration Broken?

    11
    0 Votes
    11 Posts
    3k Views
    unixfyU
    The addon works properly when the directions are followed correctly. (I didn't install the other plugin needed) This plugin was created to add custom fields to the registration page and link the data to custom profile fields generated using Nicolas Siver's Custom Fields Plugin.
  • Query NodeBB to add user to group

    5
    0 Votes
    5 Posts
    3k Views
    julianJ
    Glad to hear it @Jarko
  • Multi tenant use case

    4
    0 Votes
    4 Posts
    2k Views
    ShardS
    I've never attempted anything like what you're looking at and my depth at the template system is fairly shallow, but I think you can do everything you're looking at just with templates and if blocks.
  • Heroku Deploy Error

    5
    0 Votes
    5 Posts
    2k Views
    S
    @markcarey did you get anywhere with this? Hitting the exact same problem
  • Installing nodebb on digital ocean 0.8v

    Solved
    8
    0 Votes
    8 Posts
    5k Views
    N
    @ngsankar Thank you very much. these steps worked, after I struggled with other guides for 2 days. Though I am stuck with old Ubuntu version
  • Cannot connect to packages.nodebb.org from VPS

    3
    0 Votes
    3 Posts
    1k Views
    tanhiepT
    hey guy..follow me.!!!
  • WebSocket 403 Errors

    3
    0 Votes
    3 Posts
    3k Views
    PitaJP
    You must set the url value in config.json to the URL at which you access your site.
  • Firing off client side javascript in a partial

    Moved Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    ShardS
    @pichalite said in Firing off client side javascript in a partial: @Shard take a look at this plugin as reference https://github.com/pichalite/nodebb-plugin-reactions/blob/master/lib/client.js#L10 That function is setup to run on the topic page. You can do that similarly for profile page. Well, I was part wrong. Seems that runs kinda inconsistently that way. I discovered I couldn't pass the array as above from ( {myplugin.thearray} ) as the argument, found I couldn't iterate through that array unless I converted it to an array of objects. But it won't launch in the iterated loop... Augh.
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    78 Views
  • Questions about moderation in NodeBB 1.5.1

    2
    1 Votes
    2 Posts
    1k Views
    julianJ
    Hey there, I believe bans can only be levied by Admins and Global Mods, this is intention as mods should only ever have power over the categories they moderate. Flagging users can be done from the user's profile, under the dropdown: [image: FlggORQ.png] (Don't worry, I didn't flag you ) Assignees should also list all users with the Moderate privilege. If it doesn't show them, then it is possibly a bug...
  • upgrade command not working

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    PitaJP
    @horridbumblebutt ./nodebb upgrade doesn't upgrade the version of NodeBB. https://docs.nodebb.org/configuring/upgrade/
  • About How To Generate Bearer Tokens By Using UID + Password

    10
    0 Votes
    10 Posts
    5k Views
    D
    Another thing .. If the option Enable authentication via JSON Web Tokens is checked in the admin panel of the Write API, the request to /v1/users/:uid/tokens with password in the content body never gets hit, so it's not possible to choose between the two. So either uncheck authentication via JSON Web Tokens and use password based request for tokens or .. configure JSON Web Token Secret to request tokens and forget about password based generation. It doesn't say anything about it in the API's documentation POST /:uid/tokens Creates a new user token for the passed in uid Accepts: No parameters normally, will accept password in lieu of Bearer token Can be called with an active token for that user This is the only route that will allow you to pass in password in the request body. Generate a new token and then use the token in subsequent calls.
  • Sticky footer

    Moved
    5
    1 Votes
    5 Posts
    3k Views
    Esteban ConstanteE
    @phit Yeah, I made a new footer with a different id, set the css to that id and it's working now
  • how to keep nodebb start when I reboot ubuntu16.04

    8
    0 Votes
    8 Posts
    4k Views
    A
    @Giggiux That is correct. It will keep restarting until mongo/redis has started. I added mongod.service in the After parameter and does startup normally. I know mongod takes a minute or 2 to start, as I have tested this and nodebb is in the failed state until mongod has fully started. Sometimes mongod will show that it has started but nodebb fails to start. I just waited a couple of minutes and checked nodebb again (systemctl status nodebb) and it was up/active, without my intervention
  • multiple url support ?

    2
    0 Votes
    2 Posts
    2k Views
    yariplusY
    I believe you'll need an nginx server block for each domain. In the second domain, use the nginx rewrite directive to change the url, anywhere before the proxy_pass directive.
  • Heroku nodebb problem ... 500

    3
    0 Votes
    3 Posts
    2k Views
    M
    heh but locally I have the same issue
  • Simple CSS Problem

    Moved
    8
    0 Votes
    8 Posts
    2k Views
    M
    @baris said in Simple CSS Problem: I just tested on this forum and it seems to work fine. What version are you on? I got it working.... Helps if I enable Custom CSS. :shame:
  • Custom favicons

    4
    0 Votes
    4 Posts
    2k Views
    J
    @phit thank you, it worked. I've also added some alternate stylesheet tags in header.tpl for different devices. I can still see NodeBB messing with it in some cases but overall it's ok. @frgilb thanks for the tips. I tried but it didn't really improve the situation for us.
  • Help! Invalid CSRF token after upgrading to v1.5.1

    3
    0 Votes
    3 Posts
    2k Views
    J
    @btw6391 are you using Nginx in front? Search this forum for the error and check those posts for a tweak to Nginx.