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.
  • Links in Digest Emails are broken

    10
    0 Votes
    10 Posts
    850 Views
    barisB
    @dcook, we are aiming for next wednesday.
  • How to install NodeBB with the official Docker image

    1
    0 Votes
    1 Posts
    491 Views
    A
    Hi everyone !! I am trying to install NodeBB in my local environment to test how everything goes but I am unable to perform the installation. I manage to do docker run nodebb/docker And it says that is live in 4567. However, when I launch localhost:4567 its stuck in a loading white screen. I also tried this installation with docker guide, but I am not able to install Redis, and it is the first step: When I try any of these commands: docker run --name my-forum-redis -d -p 6379:6379 nodebb/docker:centos-redis docker run --name my-forum-redis -d -p 6379:6379 nodebb/docker:ubuntu-redis It returns: Error response from daemon: manifest for nodebb/docker:centos-redis not found: manifest unknown: manifest unknown Does anybody know how to perform the installation with Docker? Thanks in advance.
  • Infinite scrolling issue

    6
    0 Votes
    6 Posts
    586 Views
    K
    @baris thanks a lot for the input. The issue was independent by the theme (slick was 1.3.8) but it seems that removing the height: 100% has fixed the issue. If it gets back I'll let you know. For the time being, thanks a lot!
  • This topic is deleted!

    4
    0 Votes
    4 Posts
    330 Views
  • howto escape a slash in tags?

    1
    0 Votes
    1 Posts
    197 Views
    murcsM
    someone wanted to tag a topic with 2021/22 but it was shown as 202122.  we tried single and double quotes as well as a \ to escape a / (aka. slash) but all we got from 2021\/22 was 2021\22 - which is far more than 202122.  any ideas?
  • Tags endpoint does not display tags defined in the admin dashboard.

    3
    0 Votes
    3 Posts
    481 Views
    JULIUS NGIGIJ
    @baris Thanks!
  • NodeBB + MongoDB + Scaling (k8s)

    16
    0 Votes
    16 Posts
    2k Views
    S
    @antosik said in NodeBB + MongoDB + Scaling (k8s): @PitaJ I'm not against it ^^. Just want to research a bit before giving AWS more money. :d @baris So, we need to try: implement something like src\database\redis\pubsub.js in mongo; check out socket.io-adapter-mongo and @nodebb/mubsub packages? UPD. Found an interesting thing - maybe we can use watch + changeStream to implement the pubsub ? What's your overall goal? I have a feeling that you are giving AWS way more money than you should already. If the goal is to go big without wasting money, this isn't the approach. Unless you are doing something in the billion hits a month range, I don't think that this approach can be cost effective at all. So if you want to give AWS money just for fun, then you might as well give more. If you want to be cost effective, then setting yourself up for scaling will require more scale than will ever be practically needed.
  • 感觉论坛很卡

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

    4
    0 Votes
    4 Posts
    426 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
    388 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
    442 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
    620 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
    294 Views
    PitaJP
    @passive try downgrading npm https://community.nodebb.org/post/82269
  • Summary mails have broken link

    3
    0 Votes
    3 Posts
    360 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
    480 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
    412 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
    224 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?