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.
  • 感觉论坛很卡

    Unsolved
    1
    0 Votes
    1 Posts
    407 Views
    Q
    论坛在中国国内的机器,也是很卡 [image: 1617813820636-img_20210408_004307.jpg]
  • How do I increase session time for users?

    4
    0 Votes
    4 Posts
    484 Views
    barisB
    [image: 1617812336017-e663c858-d7b8-40c8-8b71-b7fe8f6f91a2-image.png] Modify this value if you think it is too short.
  • Can you hide subcategory titles on the main page?

    2
    0 Votes
    2 Posts
    424 Views
    dogsD
    @honeybear this should help you. https://community.nodebb.org/topic/15523/enable-subcategory-description-in-main-page PS: If you use Theme Persona. You have Settings under ACP -> Plugins -> Theme Persona [image: 1617852845570-3424ffcf-1283-4038-be4f-8f54e0617f36-resized.jpeg]
  • Problem installing following docs for mac osx install and using mongodb

    3
    0 Votes
    3 Posts
    485 Views
    H
    I was able to install it by following the instructions from here: https://products.containerize.com/discussion-forum/nodebb I already have node.js installed on my computer. I did not install redis or nginx. I have a mac, so on Terminal, after I created a directory called "nodebb", I skipped the first few lines of the instructions, and just pointed to the directory I created, by using the "cd" command. I then created another directory called NodeBB inside the nodebb directory. You may skip creating two directories and just create a directory called "NodeBB". I pointed to this directory by using the cd command. Then this line "git clone -b v1.15.x https://github.com/NodeBB/NodeBB.git ." was the key for me. After I typed that, nodebb was cloned to the directory. Then I ran "./nodebb setup". I used mongo for the database. When prompted, I pasted the connection string that I got from mongodb's site. I substituted "nodebb" for the database part in the string. (I set up mongodb (Cloud Atlas) beforehand). The instructions that come up on Terminal will tell you to call your database "nodebb". After that step, the program ran automatically and installed the files. It asked me to put in the username and password for mongodb and it also asked me to choose a name for admin and password. You might have to wait a while as it pauses for a long time after "Confirm Password". I thought there was some problem and was tempted to abort the operation, as it was taking a long time, but it did come up with further instructions after a while. I typed "./nodebb start" when the setup finished and then went to "localhost:4567", and this time, I was able to see a normal board, and could log in as admin. I write this follow-up in case another mac user has trouble installing nodebb. In the end, setup was pretty straightforward and did not involve a lot of steps. My OS is High Sierra. The instructions, including the ones for Linux, at the official nodebb site did not work for me.
  • Digest Emails Sent Twice

    7
    0 Votes
    7 Posts
    703 Views
    T
    @baris restarting an rebuilding does not appear to fix the problem. I had the HTML and socket.io logging set on (not that it applies to this I know) and went to turn it back off and got the following error: TypeError: stream.end is not a function at Object.Logger.close (/home/nodebb/nodebb_root/src/logger.js:102:10) at Object.Logger.setup_one_log (/home/nodebb/nodebb_root/src/logger.js:68:10) at Object.Logger.setup_one (/home/nodebb/nodebb_root/src/logger.js:50:10) at Object.Logger.monitorConfig (/home/nodebb/nodebb_root/src/logger.js:111:9) at Config.setMultiple (/home/nodebb/nodebb_root/src/socket.io/admin/config.js:42:11) at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5) at async onMessage (/home/nodebb/nodebb_root/src/socket.io/index.js:150:19) Also getting lots of language errors for the question and answer plugin Missing translation "qanda:topic_unsolved" for language "en-GB" Missing translation "qanda:topic_solved" for language "en-GB" Missing translation "qanda:menu.unsolved" for language "en-GB" Since upgrading to 1.16.2 I have a string of issues - maybe they are all related to something fundamental? This is the current versions I am running: System Nodebb 1.16.2 Mongod 4.0.20 Redis version 4.0.9 Node v12.21.0 nginx 1.16.1 npm 6.14.11
  • installation troubles, packages failing

    2
    0 Votes
    2 Posts
    345 Views
    PitaJP
    @passive try downgrading npm https://community.nodebb.org/post/82269
  • Summary mails have broken link

    3
    0 Votes
    3 Posts
    430 Views
    D
    thanks for the fast answer
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    389 Views
  • Text Color

    3
    0 Votes
    3 Posts
    535 Views
    D
    @dunlix the code you sent me fixed the text under the categories, but the other light text didn't change? [image: 1617378589709-a512114f-be7a-4870-b109-e59221fdcf9e-image.png]
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    72 Views
  • Variable's reference in tpl files

    2
    0 Votes
    2 Posts
    459 Views
    PitaJP
    @arc002 ajaxify.data is just the data the template was run with. Changing it does nothing to the already rendered page. What you want is to add a hook for filter:topics.getand modify the data there. https://github.com/NodeBB/NodeBB/blob/dbb59228f2ded01ee5829bbd71363ccbd568e6b5/src/topics/index.js#L142
  • Desktop notifications plugin error on initial registration

    1
    0 Votes
    1 Posts
    242 Views
    T
    Since 1.16.2 (possibly before but no one mentioned it) We have been getting this desktop notifications popup for users on first registration: [image: 1617185312927-b7a8f142-ad06-4242-aa2d-677289c82586-image.png] the desktop notifications plugin is showing as the latest version: 0.3.3 is anyone else seeing this issue?
  • have problem with install on vm

    Unsolved
    42
    1 Votes
    42 Posts
    4k Views
    PitaJP
    Looks fine to me. Are you still encountering any issues with the actual forum?
  • Amazon SES

    3
    0 Votes
    3 Posts
    504 Views
    B
    @pitaj hmm...looking more closely at this...updating the dependencies might do it. But if not, that one seems to use the Amazon published SDK so it should definitely work. Thanks!
  • How to change user ids for session sharing plugin

    2
    1 Votes
    2 Posts
    338 Views
    Teresa-Hale-DHQT
    @florian-rubel did you ever figure this one out?
  • Upgrade to 1.16.2 - "reply" broken in Chrome after browser reload

    Solved
    4
    0 Votes
    4 Posts
    641 Views
    T
    Further update - Problem appears to be fixed. One difference in browser errors is the prepareFooter error: Uncaught ReferenceError: highlight is not defined at HTMLDocument.prepareFooter ((index):3508) Further digging showed that the prepareFooter() is where custom javascript is placed and that was the issue. Custom java script was breaking the page during prepareFooter() which killed the reply functionality (along with a lot of other things). The java script was there to add functionality to highlight.js for syntax highlighting. now to dig into what has changed with highlight.js in the latest version.
  • Filter functions not showing in user list on ACP

    3
    0 Votes
    3 Posts
    551 Views
    barisB
    You can click on the headers in the table to change the sorting. Inactive filter was just displaying users who haven't logged in the past x months so you can change sorting to last online sorted by ascending and see inactive users.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    33 Views
  • Skin Switcher in User Settings

    3
    0 Votes
    3 Posts
    457 Views
    T
    @baris said in Skin Switcher in User Settings: https://github.com/pichalite/nodebb-theme-slick/commit/c304310f7fbb23a452664d04d81b6b24fed61d0d Thank you!
  • Ubuntu 20.04 automatically start NodeBB on startup

    4
    0 Votes
    4 Posts
    782 Views
    gotwfG
    @dogs This looks kind of cool. Lord knows I am not a fan of systemd but it seems like the most practical choice for NodeBB startup/restart under systemd based systems. Which is pretty much all Linux nowadays. Yeah, I get void, alpine and gentoo exist. Other systems, however.... Seems like this pm2 could be a nice win over trad rc scripts. Or just use something Illumos based and SMF. Maybe Tribblix or Hipster? Oh... snap.... too many folks nowadays favor writing unportable software in the name of "efficiency". Others may just call it lazyness.... In any case, nice find.