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.
  • Can't Register as New User

    Solved
    6
    0 Votes
    6 Posts
    642 Views
    julianJ
    @waugh I've marked it solved for you you can do so from the topic tools menu
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • 0 Votes
    7 Posts
    2k Views
    N
    @pitaj No sorry, that didn't solve. But following worked: After importing mybb, upgrade it to v1.16.0 which produces "Error: ENOENT: no such file or directory, open '/nodebb/node_modules/nodebb-plugin-require/plugin.json' " as mentioned above. Back up both database and any image files imported from mybb under public/uploads/files Delete whole nodebb files and database Install original v1.16.0 (git clone -b v1.16.x https://github.com/NodeBB/NodeBB.git) Remove only the database, then restore database and image files using backups Works well, it doesn't produce any error even after installing quickstart plugin. Additionally, https://github.com/NodeBB/nodebb-plugin-quickstart doesn't work on v1.16.0. It shows following error on Chrome and the page got frozen while loading: colorpicker.js:11 Uncaught TypeError: n.ColorPicker is not a function at HTMLInputElement.<anonymous> (colorpicker.js:11) at Function.each (jquery.js:381) at C.fn.init.each (jquery.js:203) at Object.n.enable (colorpicker.js:8) at o (admin.js:31) at Object.i.init (admin.js:9) at ajaxify.js:336 at Object.execCb (require.js:1696) at n.check (require.js:883) at n.<anonymous> (require.js:1139) Anyways, it's not to be discussed here I guess. Thank you very much!
  • Remove post revision from edit history as a moderator/admin

    3
    0 Votes
    3 Posts
    375 Views
    julianJ
    @cryptoethic As @pitaj has said, this is in our backlog, so it is not available at present. If you need a solution immediately, you can scrub the entire edit history for that post. Delete the key post:<pid>:diffs and all keys that start with diff:<pid> e.g. redis-cli keys diff:123.* | xargs redis-cli DEL
  • Errors when updating from latest 1.15 to 1.16

    10
    0 Votes
    10 Posts
    858 Views
    tecyT
    Hi, there was a problem with old plugins. For the future I wold suggest to list all active used plugins. Then disabling all of them and the update the forum. If eveything is ok, update the plugins step by step to see if something goes wrong. @PitaJ Thanks for yopur help. In the future I have to read the error messages more carefully. The "bad" plugins were mentioned there
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    13 Views
  • Cannot login properly after forum update

    2
    0 Votes
    2 Posts
    374 Views
    AlekseiA
    Ok, the problem was solved. But I'm not sure how exactly. After I wrote this post I noticed that the latest version of NodeBB is 1.16.x. But while upgrading the forum i switched to 1.15.x branch (I thought that was the latest). After that, I used ./nodebb upgrade command. Maybe this was the issue? Maybe, I switched to the previous version branch, but installed the latest version of files with the "upgrade" command? — I don't really know. But when I switched to 1.16.x and upgraded the forum again, then it worked as expected. The forum now works fine.
  • Error 500 Uploading img to your forum

    2
    1 Votes
    2 Posts
    455 Views
    barisB
    This forum uses the imgur plugin and seems like the imgur upload url is returning 404
  • Upgrade from version 1.15.x to 1.16.x got error

    1
    -1 Votes
    1 Posts
    238 Views
    Sandeep BhuiyaS
    here is the issue open in git https://github.com/NodeBB/NodeBB/issues/9125 please request to check cluster support before launching update.
  • How to add Google Analytics

    1
    0 Votes
    1 Posts
    215 Views
    data-dataninjaD
    Whats the recommended approach on adding google analytics? paste it in the custom header ?
  • Editing .tpl files

    8
    0 Votes
    8 Posts
    787 Views
    PitaJP
    @andrewweb the icons are all from fontawesome. You don't want to edit any css files. And if you edited admin.css, sure the icons might show up there, but they wouldn't show up on your forum. You can try adding custom css at ACP > Customize > CSS. That might work.
  • Digest not being sent as expected

    7
    1 Votes
    7 Posts
    681 Views
    A
    Guys any update on this ?
  • Pushing to Heroku

    3
    0 Votes
    3 Posts
    824 Views
    R
    @pitaj said in Pushing to Heroku: @rob any way you can use a heroku instance with an older version of Node / npm? Hey Pita Wanted to post earlier but had to wait for the post to be accepted, but you are correct. In case anyone else has the issue, this was it: In package.json the 'engine' line for node was =>10 so Heroku was choosing Node 15. Manually changed that value to the same as what works for me locally 12.14.1 - all works well. Now having fun setting up nodebb-plugin-session-sharing - cheers!! Rob
  • Minimum Password Strength

    2
    0 Votes
    2 Posts
    285 Views
    PitaJP
    @erik-viklander these are directly from the password strength calculation library zxcvbn which NodeBB uses to enforce password strength. result.score # Integer from 0-4 (useful for implementing a strength bar) 0 # too guessable: risky password. (guesses < 10^3) 1 # very guessable: protection from throttled online attacks. (guesses < 10^6) 2 # somewhat guessable: protection from unthrottled online attacks. (guesses < 10^8) 3 # safely unguessable: moderate protection from offline slow-hash scenario. (guesses < 10^10) 4 # very unguessable: strong protection from offline slow-hash scenario. (guesses >= 10^10)
  • Default composer not uploading images

    6
    0 Votes
    6 Posts
    685 Views
    barisB
    @patrick-anderson It should be on the network tab of your browsers console. Try uploading something while the network tab is open and it should show you the failing request. Then you can check what the server has returned in the same window.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • Browser console error

    2
    0 Votes
    2 Posts
    440 Views
    barisB
    @flarum-türkiye said in Browser console error: https://domain.ltd/plugins/nodebb-plugin-markdown/styles/railscasts.css Seems like the file is missing on your installation, did you run ./nodebb build and try again? That url should return the correct css ie https://community.nodebb.org/plugins/nodebb-plugin-markdown/styles/railscasts.css The error you are seeing happens because our core 404 handler is returning text/plain when it can't find the css file.
  • This topic is deleted!

    9
    0 Votes
    9 Posts
    20 Views
  • This topic is deleted!

    13
    0 Votes
    13 Posts
    54 Views
  • Language errors in the browser console

    12
    0 Votes
    12 Posts
    1k Views
    barisB
    The issue with question and answer plugin folder name is fixed here https://github.com/NodeBB/nodebb-plugin-question-and-answer/commit/e6f9752e35fa46e15d88943bd107b6d0f538b3dd New version 0.8.3