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.
  • How do I configure NodeBB setup for Google Cloud VM?

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    Yaşar Baturalp ArtarY
    @duke said in How do I configure NodeBB setup for Google Cloud VM?: If you cannot answer these questions yourself then I suggest you install virtualbox on your local machine and get nodebb working locally but following the docs below. Once you are successful with this, you will have learned alot and can then try and deploy on Google infrastructure. I know you want to deploy straight to production but my way will be quicker in the long run. The next question you will have will be regarding NGINX and how to get it running on port 80. The answers to all your questions are in the docs. The docs are very easy to follow. https://docs.nodebb.org/installing/os/ubuntu/ <quote> I can create the website by using 127.0.0.1 IP but the connection is refused by google's internal IP (127 is a local ip, you need to provide your internet IP here) "url": "I typed here my domain which is connected to Google's external IP", "secret": "the key", "database": "mongo", "mongo": { "host": "Google's internal IP", (should be 127.0.0.1) "port": "I couldnt find this out?", (4567) "username": "Is this the nodebb user or the user I created for admin database?", (nodebb user) "password": "Password", (mongo password for Nodebb database) "database": "nodebb" </quote> Done
  • live editing theme

    7
    1 Votes
    7 Posts
    2k Views
    tabyoutoT
    you are right, I saw the grunt file and using the grunt
  • Upvoting/Downvoting

    3
    0 Votes
    3 Posts
    1k Views
    D
    Thank you I love u long time
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • Can't bind to port on Heroku

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    B
    Alright, upgraded all the way up to 1.7.1 and it did fix the issue, thank you very much for your help, the forum is now working fine on the latest version of a Heroku hobby plan.
  • Import a nodebb forum

    1
    0 Votes
    1 Posts
    1k Views
    frju365F
    Hello, I've created a forum to replace an old phpbb forum. Many of the old users want me to import old posts/thread to the new one. So, I want suggestions how I can do that. Perhaps manually if it's a good solution. Thanks in advance for your help, frju365
  • Upgrade error

    4
    0 Votes
    4 Posts
    1k Views
    barisB
    Run npm i commander on 1.7.x and try again.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • themes does not load and buttons does not work

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    PitaJP
    NodeBB address in use, exiting... Error: listen EADDRINUSE 0.0.0.0:4567 This usually means that NodeBB is already running. Use ./nodebb stop and if you still have the issue look up "kill process on port" with a search engine.
  • Ability to prevent counting posts

    1
    0 Votes
    1 Posts
    663 Views
    MrCakeSlayerM
    Is there a way to prevent post counts in certain categories from showing on a user's profile or in the user list/total post count areas? For example if we have like a Category for random/off-topic that users can somewhat spam in, Is there a way to prevent all posts in there from reflecting on the user's post counts? Whether there is an admin feature for this, custom code or even a plugin, An help is appreciated. Thanks.
  • Building ready to run NodeBB Docker images

    6
    1 Votes
    6 Posts
    2k Views
    ShardS
    I did a quick test to verify that nodebb setup will attempt to verify mongo access even if it has been provided - which I expected, but... and it does. So it seems that the best practice here would be to pass the values in as part of the build with the assumption that the Redis or mongo instance already exists.
  • Error after completing install of nodebb-shortcuts plugin

    3
    0 Votes
    3 Posts
    1k Views
    PitaJP
    ./nodebb build is probably faster than a full upgrade run.
  • only 4 topics in recent list

    Solved
    2
    0 Votes
    2 Posts
    847 Views
    M
    @mj I found the problem. We have a few categories that afe not viewable for some users and we had over 80 topics in this category that's why the recent page had only 4 topics.
  • Need help include downloaded js files

    2
    0 Votes
    2 Posts
    825 Views
    PitaJP
    You could try including them in the Custom Header at ACP -> Appearance --> Custom Content
  • considering nodebb, having some questions

    4
    0 Votes
    4 Posts
    1k Views
    PitaJP
    @zwarag that would have to be done with a custom plugin as well
  • Can't login with admin [Merry Christmas]

    6
    0 Votes
    6 Posts
    2k Views
    PitaJP
    @username1001 yes that should work. Then run ./nodebb setup
  • Nodebb Breaks

    2
    0 Votes
    2 Posts
    946 Views
    S
    https://github.com/NodeBB/NodeBB/issues/6197
  • Weird Digest Image Issue on Mobile

    2
    0 Votes
    2 Posts
    1k Views
    M
    For reference, other notifications on mobile look great. [image: y9Uwde2.jpg]
  • Using/Getting timestamp inside template

    5
    0 Votes
    5 Posts
    1k Views
    barisB
    I don't think we have a hook for that, I was also looking at the source code and seems like Date.now() is already appended to the url here https://github.com/NodeBB/NodeBB/blob/master/public/src/client/account/edit.js#L189, is your version of nodebb lacking that code?