Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.

4.7k Topics 26.2k 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.

    YouTube Setting up SendGrid mailer for NodeBB

  • NodeBB guides, how-to's and general tips and tricks

    82 Topics
    599 Posts
    barisB

    Quick start plugin has an example on how to add a new api route https://github.com/NodeBB/nodebb-plugin-quickstart/blob/master/library.js#L40-L76.

    The hooks that are fired client side are for client side code in plugins. If you want to pass data from the client to the server you have two options.

    Create an api route like in quick start plugin Create a new socket event listener on the server side and use socket.emit() client side. Example here
  • 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
    10 Posts
    4k Views
    julianJ

    @Maahi The error message tells you what you need to know. In this case, nginx cannot start because there is already something bound to port 80. Apache? NodeBB? You need to figure this out.

  • This topic is deleted!

    3
    0 Votes
    3 Posts
    48 Views
  • 0 Votes
    2 Posts
    2k Views
    toolitoT

    It happens when you click on notifications.
    I had this issue and solved it by switching on weekly branch.

  • 0 Votes
    1 Posts
    642 Views
    C

    I'd like to be able to enable generation of css source maps so that I can identify which less file a rule is defined in. For example, the .btn class has padding defined as '10px 16px'. I'd like a workflow which allows me to quickly figure out which less file contains that rule, without having to manually search for it. I have show 'show original sources' enabled in the firefox dev tools but also need to tell nodeBB to generate the source maps or generate them myself.

    The button padding seems to come from the bootstrap mixin:

    .button-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) { padding: @padding-vertical @padding-horizontal; font-size: @font-size; line-height: @line-height; border-radius: @border-radius; }

    During development, I'd also like nodeBB to re-generate css based on changes I make to less files. For now I am running nodebb dev, editing a less file and then manually reloading the forum in the admin panel.

    All advice appreciated - hopefully this will be useful to others. I searched for 'source maps' but didnt get any relevant hits.

  • 0 Votes
    5 Posts
    2k Views
    C

    Sorry. Yes, I meant the NodeBB version. Node version is 4.2.4

    After I deleted node_modules I think what happened is that npm install didnt install mongo or mongo-connect. The error was a bit vague but reinstalling those two packages resolved the problem.

  • nodebb MongoError: topology was destroyed

    4
    0 Votes
    4 Posts
    5k Views
    mananM

    @julian the issue was different mongodb versions on different servers, when the database migrated on the different version of mongodb it failed with that error periodically. The odd thing is it did not crash, just hung threre.

  • NodeBB on IISNode

    2
    0 Votes
    2 Posts
    1k Views
    SergioNGS

    This topic might be helpful for you:

    Link Preview Image Running NodeBB on IIS

    Hello everyone, I have some configuration questions for anyone who can give me some light on what to do, so I went ahead and setup a forum with NodeBB, every...

    favicon

    NodeBB Community (community.nodebb.org)

  • Add menu before the header?

    Moved
    3
    0 Votes
    3 Posts
    2k Views
    C

    OK, thanks! Now I know, where to start.

  • compose is not floating in page footer

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    DkD

    @pichalite sloved, i find acp enabled Use a separate route for the composer
    but i find some bug, in new page you can't add tag and use the reply button

  • Sending emails via SMTP on Nodebb 1.0.x

    3
    1 Votes
    3 Posts
    2k Views
    J

    @rod said in Sending emails via SMTP on Nodebb 1.0.x:

    Try the nodebb-plugin-emailer-local-bobo plugin. It will give you SMTP service.

    That worked. Thank you!

  • Registration queue

    1
    0 Votes
    1 Posts
    658 Views
    C

    I've switched on the registration queue feature but the IP address shown is my server's IP address. In case it is relevant, the NodeBB instance is proxied via NGINX. How would I meaningfully distinguish between good / bad users using the default columns in this view?; name, IP, email etc. Also, what do the ticks and crosses mean next to the name and / or email? (not the action buttons for approve / deny on the right)

    (tried to upload a screenshot but got error - unexpected token)

    Is there a way to require that users answer a registration question using core functionality or is a plugin required for that? NodeBB version 0.9.3. I am also using the spam-be-gone plugin.

  • v1.0.0: Amazon S3 Plugins - Confirmed Working

    4
    0 Votes
    4 Posts
    2k Views
    R

    @fenwick67 Another user, @lewismcmahon, has forked that plugin and is supporting it now. It is nodebb-plugin-s3-uploads-updated and can be found in the Download Plugins section of the ACP. No need to manually install the one I referenced originally.

    EDIT: It looks like you edited your post as I was composing this response.

  • Facebook SSO wrong callback - /w proxy pass

    2
    0 Votes
    2 Posts
    994 Views
    Veljko RadovanovicV

    Ive fixed by adding external url to node json config file and setting port attribute instead writing it in url 🙂

  • Connection to site lost!!!

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    SubbuS

    Error resolved by itself! no worries.

    Thx for the help.

  • Issues with NodeBB perfomance

    Solved
    31
    0 Votes
    31 Posts
    11k Views
    Y

    How to switch to this branch ? There is a specific tag ?

    Whoops i just see the tag weekly

    The problem is solved, thanks

  • Can't use Reload

    4
    0 Votes
    4 Posts
    2k Views
    DkD

    @pichalite fixed, i delete node_modules and rebuild

  • NodeBB doesn't handle multiple Google logins

    3
    1 Votes
    3 Posts
    1k Views
    L

    @pichalite Done: https://github.com/julianlam/nodebb-plugin-sso-google/issues/18

  • NodeBB: Coloring element by group?

    2
    0 Votes
    2 Posts
    1k Views
    A

    After some more research, I found a solution:

    .topic [data-username="USERNAME"] .poster-avatar

    Will select just one user's avatar

  • Possible to login to NodeBB using telegram?

    5
    1 Votes
    5 Posts
    3k Views
    KosiakK

    @julian I saw manual for it (but on Russian): https://habrahabr.ru/post/264301/
    And did find special service for Telegram login (not tested): https://telegramlogin.com/
    I hope Its will help a little bit

  • Crashes in Current main Branch

    6
    0 Votes
    6 Posts
    2k Views
    Boris DragosaniB

    Thank you for the reply! It has fixed the problem, and it was indeed invalid category, I need also check the database, able somewhere is a invalid reference ...