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.
  • Login problem 2.0.1

    Solved
    24
    2 Votes
    24 Posts
    3k Views
    phenomlabP
    @murcs You can simply take the file from there and overwrite in your own install. For example, if you locate the plugin itself in your folder structure, then open library.js and change const utils = require.main.require('./public/src/utils'); To const utils = require.main.require('./src/utils'); And rebuild, this should then work.
  • Cannot rebuild & restart

    Unsolved
    7
    1 Votes
    7 Posts
    1k Views
    julianJ
    @cagatay It will be included in v2.1.0 release.
  • NodeBB 2.0 Upgrade Issues

    Unsolved
    17
    1 Votes
    17 Posts
    2k Views
    phenomlabP
    @baris @julian I've just found out that this problem goes much deeper. If you look at the general page in the ACP, all of the values are missing (but are there in the database). In addition, the email page does not allow any changes to be saved. Appears to be the same bug on page load [image: 1653670503980-586b69c7-bf48-4d73-a27b-177bfb90dcb5-image.png]
  • Login session error popup loop

    Unsolved
    35
    0 Votes
    35 Posts
    4k Views
    M
    @mattdjuk This could be something (clutching at straws a bit here)... I was just looking in the cookies, I see these: [image: 1653561201489-screenshot-2022-05-26-113221.png] It has 2 express.sid cookies 1 is for forum.$$$$$$$.co.uk and the other is for .$$$$$$$.co.uk
  • I'am an beginner, please help me for Nodebb installation

    4
    0 Votes
    4 Posts
    708 Views
    cagatayC
    @İsa-Yaşa having a notebook is very important!
  • unread-count in navigation dropdown

    Unsolved
    8
    0 Votes
    8 Posts
    802 Views
    murcsM
    @baris okay.  one needs to use /flags as route for the navigation bar object and add /flags inside the <li> tag again.  we were using /admin as route ... thank you.
  • Move content from one category to another

    Unsolved
    9
    0 Votes
    9 Posts
    958 Views
    omegaO
    @8shlomi What version are we talkin' about here? It is an unexpected behavior unless there are no categories created or there is a bug in play. Do also check yout categories setup in the ACP and also the permissions/privileges too Naturally if you are admin you should by rights see everything.
  • How to change the design the first reply in the topic?

    Unsolved
    13
    0 Votes
    13 Posts
    1k Views
    barisB
    Hmm you should be able to display some content only after the first posts by adding a if in the topic.tpl. For example on this line https://github.com/NodeBB/nodebb-theme-persona/blob/master/templates/topic.tpl#L74 You can add {{{ if !posts.index }}} only visible on main post {{{ end }}} Since the main posts has an index of 0, that content will only show in the main post.
  • Blocking Mods

    Unsolved
    1
    0 Votes
    1 Posts
    213 Views
    T
    Is there any setting that can be toggled or tweak that can be made to NodeBB so that users are able to block mods? I can envision a usecase where they may not want to see mod posts, but can still be reachable via DMs. Is this possible?
  • How to Import topics,post from excel?

    Unsolved
    3
    0 Votes
    3 Posts
    410 Views
    Thangaraja CT
    Thanks I can see the endpoint to create a single topic. Is there an endpoint for more than one topic creation in a single call? i.e by passing an array of topics.
  • Upgrading to 2.0.0 crashed the forum

    Unsolved
    3
    1 Votes
    3 Posts
    653 Views
    julianJ
    @א-ש You don't run ./nodebb setup to upgrade. pkill -9 node to kill off NodeBB running on the machine. ./nodebb upgrade to upgrade ./nodebb start to start As for search... try re-indexing the forum content from the DB Search plugin page in the ACP.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    27 Views
  • how to keep dev forum private from search engines?

    Solved
    11
    0 Votes
    11 Posts
    983 Views
    julianJ
    Removing view privileges from spiders will get rid of most, but not all crawlers. As @gotwf says, crawlers are not the most law-abiding scripts out there. Simply removing all guest privileges should do the trick, but if you're regularly copying prod to your dev forum, then the more surefire way to keep EVERYONE away would be to restrict access to a single IP or range (e.g. a VPN) you control. That might be overkill, though.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
  • Update v1.19.7 -> v2.0.0 | Error: uncaughtException: winston.Logger is not a constructor

    Unsolved
    10
    0 Votes
    10 Posts
    1k Views
    phenomlabP
    @tecy If you use the Persona Theme and nodebb-plugin-custom-pages you can set a homepage like this [image: 1652350675701-8406fe75-917d-460b-a931-3bac1b57b5b5-image.png] If you want to enforce that across all of your users, just disable "Allow User Home Pages"
  • 1 Votes
    2 Posts
    6k Views
    tecyT
    @Belhachemia-Mohammed-ibrahim Hi I have the same error when using npm update after upgrading to 1.19.7. Could not fix it yet ...
  • v2.0 custom persona theme mobile problems

    Moved Solved
    10
    2 Votes
    10 Posts
    1k Views
    S
    updated PR here: https://github.com/NodeBB/nodebb-theme-persona/pull/550
  • plugins.browsingUsers.getBrowsingUsers error

    Unsolved
    6
    0 Votes
    6 Posts
    622 Views
    crazycellsC
    @baris said in plugins.browsingUsers.getBrowsingUsers error: @crazycells Yeah it could be since each topic page calls the browsing users plugin. Give it a try with fewer tabs if it stops happening that's probably why. Thanks a lot
  • Reset Session For Specific User

    Unsolved
    7
    0 Votes
    7 Posts
    723 Views
    T
    @crazycells I could do that, but I would hate to force him to reset his password. If there are no other ways, I'll just revoke all users sessions. Or, I guess I could catch him online one of these days to revoke his session.
  • Help installing nodebb

    Unsolved
    2
    0 Votes
    2 Posts
    414 Views
    PitaJP
    @LEVI-HAVIV have you installed Nodejs? It appears the npm command (included when installing Nodejs) doesn't exist on your system.