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.
  • 0 Votes
    8 Posts
    5k Views
    yariplusY
    Did you get this working @Aditya-Tripathi ?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    10 Views
  • Error write EPIPE when trying to approve user in registration queue

    4
    0 Votes
    4 Posts
    2k Views
    frissdiegurkeF
    The devs like github issues At least for issues that occur on master. EDIT: to keep the reference: gh#4193
  • Can a specific route include specific js - Piwik tracking

    26
    0 Votes
    26 Posts
    9k Views
    P
    Awesome I went ahead and created a tutorials category, hope to see that full of guides in the near future
  • Email Notification

    2
    0 Votes
    2 Posts
    1k Views
    P
    @ljhardy it's in the NodeBB's config.json. Change the URL to point to your community.
  • [emerg] Login - forbidden

    Solved
    2
    0 Votes
    2 Posts
    2k Views
    julianJ
    You'll want to remove the cookieDomain setting from your config. In Redis: hdel config cookieDomain In MongoDB: db.objects.update({ _key: "config" }, { $unset: { "cookieDomain": '' } });
  • init script

    2
    -1 Votes
    2 Posts
    1k Views
    rezaariaR
    I found the answer LINK
  • Reroute socket.io | Cloudflare

    Solved
    12
    0 Votes
    12 Posts
    8k Views
    L
    @Andi no problem, happy to help
  • NodeBB on docker

    3
    0 Votes
    3 Posts
    6k Views
    F
    @a_5mith Yes I have already checked it. I have found a docker image created by @nopz, this one is up-to-date. But the official docker image in not! Maybe you (nodebb) should give access to a dockerfile to allow anyone to build a nodebb docker image. EDIT I found the dockerfile, and the problem about this outdated version here. It's outdated because the dockerfile build the image with the v0.5.x version : FROM centos:centos7 MAINTAINER NodeBB Docker Team <[email protected]> # install main packages: RUN yum -y update ; yum clean all RUN yum -y install epel-release tar ; yum clean all RUN yum -y install wget ; yum clean all RUN yum -y groupinstall "Development Tools" RUN yum -y install nodejs git ImageMagick npm RUN yum -y install openssl openssl-devel # clone nodebb and install it RUN cd /opt ; git clone -b v0.5.x https://github.com/NodeBB/NodeBB nodebb RUN cd /opt/nodebb ; npm install # Create a nodebb volume VOLUME /opt/nodebb # Define a working directory WORKDIR /opt/nodebb # Expose ports EXPOSE 80 EXPOSE 443 EXPOSE 4567 CMD [ "node", "app.js" ] You should (NodeBB) update this dockerfile ! End of the EDIT Now, with the nopz/nodebb image I just had a problem about plugin persistence. But the first installation is so much easier and automatic with just one docker. Thanks for your answer by the way
  • When doesn't "Custom HTML & CSS" get injected?

    3
    0 Votes
    3 Posts
    1k Views
    R
    @julian I am fairly confident but not 100%. The Google Analytics plugin is working properly though and I am seeing the /confirm/... urls on the GA dashboard. The only place I have my Piwik javascript tracking code is in the Custom Header area and I am not seeing that traffic on the Piwik dashboard.
  • My leet.cc server forum wont work

    Locked
    30
    -2 Votes
    30 Posts
    17k Views
    TylerGamesTVT
    @a_5mith said: @TylerGamesTV said: Maybe Lock and move this thread? Or leave it as a reminder to anyone else that runs into similar issues with leet forums. Both work. All the informations in this topic. Or to summarise: We don't support it. We can't help. leet.cc for leet forum issues. People can still view if locked
  • v0.9.3: Nodebb not displaying certain text but showing the "variables" instead

    Solved
    13
    0 Votes
    13 Posts
    4k Views
    R
    I solved my problem. Well, sort of. I changed my user language, in my profile from en_US back to en_GB. Now my two-factor and user invitation plugin display properly. But, why did my user profile language change? I do not recall changing it. Maybe I did at some point and I just do not recall. The last plugin I installed prior to today was the nodebb-plugin-newsletter to test it for the developer, in another thread. I un-installed that plugin and it did not make a difference but that is when I noticed my user profile language was set to en_US.
  • Redis-Server Version Issue

    4
    0 Votes
    4 Posts
    2k Views
    julianJ
    @shortstuffsushi Glad you got it figured out! Sometimes depending on how Redis was initially installed, and how you updated it, you end up with two versions installed side by side.
  • Composer TAG box cut off

    1
    1 Votes
    1 Posts
    861 Views
    W
    My forum and the nodebb's forum seems to have the tag box cut off until you use it.. Once you add a tag the box grows to the correct size: [image: cvAOXv1.png] Thanks,
  • Cannot read property 'meta' of undefined

    10
    0 Votes
    10 Posts
    6k Views
    W
    @julian These errors were showing on my dev server which i start with nodebb dev... Only reason i start it like that is because nodebb start doesnt work on my dev server (never has) - it works fine on my live server . I only use this server for testing plugins and testing updates prior to doing it on the live. (its a carbon copy of my live server so the nodebb start not working must be some other setup issue).
  • Instalation stuck on "Pupolating Database..."

    6
    0 Votes
    6 Posts
    2k Views
    R
    @MagicVish No, no. For the field Which database to use do not enter redis but enter 0. You already chose redis earlier in the setup. This field instructs NodeBB which redis database to populate and use. The databases start at 0 and increase incrementally. If this is your first and only redis database 0 is the answer.
  • v0.9.3: Error encountered while uploading a user profile picture

    5
    0 Votes
    5 Posts
    2k Views
    R
    After further testing this problem appears to be related to the nodebb-plugin-amazons3 plugin. After I disabled it I was able to upload a user profile picture.
  • How do I get rid of [NodeBB] from the email notifications?

    5
    0 Votes
    5 Posts
    2k Views
    PitaJP
    @JCSP16 are you sure you hit the save button afterwards?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
  • Question: Is there a plugin, if you don't want to chat with a member?

    4
    0 Votes
    4 Posts
    2k Views
    M
    @Kowlin said: Thare is a default option that allows a user to only allow people to chat with them if they he follows them I know, but it's hard to find for some users.