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.
  • Topic only RSS?

    1
    1 Votes
    1 Posts
    875 Views
    Q
    Hi, Is there a way to have 'Topic Only RSS of Category or recent topic'? Default RSS of each category/topic is published with all posts. However, some times, depend on a characteristic of a forum or a category, reply posts can be usually short and too much for rss. I searched google and the forum but I wasn't lucky.
  • 0 Votes
    8 Posts
    4k Views
    C
    @psychobunny said: I wanted persona to be similar to what you're thinking, so you get /recent and then also posts from people you follow. The idea is it'll be a card-based interface and you could on mobile swipe away things you weren't interested in or archive stuff for later Anyways, I'm running into a brick wall for the desktop version of the UX, so I haven't made much progress on that idea just yet. Open to hearing any suggestions @psychobunny any progress for the card-based theme you talked about here?
  • Custom CSS for Phones/Tablets not working

    2
    0 Votes
    2 Posts
    1k Views
    Jared14406J
    Try it in a computer.
  • Bold and Italic not working?

    5
    0 Votes
    5 Posts
    2k Views
    ljhardyL
    EDIT: Restarted NodeBB and Bold and Italic are back!! Thanks, Len @nhl.pl These are the plugins that I am using: [image: ut49gFI.png]
  • Forum stopped working after restart process

    6
    0 Votes
    6 Posts
    2k Views
    H
    Hmmm... I figured you already typed most of those in already. Instructions are here: https://docs.nodebb.org/en/latest/upgrading/index.html. If you've already pulled from the v1 repository just type (this will back up your database). mongodump cd into your directory then: git fetch ./nodebb upgrade If you didn't, I imagine the commands are (based on documentation above) git fetch # Grab the latest code from the NodeBB Repository git checkout v1.x.x git merge origin/v1.x.x ./nodebb upgrade
  • v1.0.0: Slight Change of How Posts Display on Main Page

    10
    0 Votes
    10 Posts
    3k Views
    P
    @rod I am on master branch of NodeBB but that doesn't make any difference for your issue
  • All group flags instead of just one

    4
    0 Votes
    4 Posts
    1k Views
    N
    @pichalite Is it a simple modification without any side effects or is it complex? (I think it would be nice to have a option for it in the next release of nodebb)
  • Nodebb quoting style does not work correctly

    3
    0 Votes
    3 Posts
    1k Views
    N
    @frissdiegurke said: Did you disable the nodebb-plugin-markdown? This one is responsible for most text parsing including quotes (see this page for syntax). No. Its enabled.
  • 0 Votes
    5 Posts
    2k Views
    G
    @yariplus much better!! Thanks all
  • 0 Votes
    2 Posts
    1k Views
    M
    It works with when I start with node app not with ./nodebb start though.
  • Is installing NodeBB on Windows 10 Possible?

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    Jared14406J
    @nhl.pl okay thanks!
  • Url keeps going to

    2
    0 Votes
    2 Posts
    1k Views
    frissdiegurkeF
    Please check the url property within your config.json
  • Looking for a Developer to install NodeBB

    7
    0 Votes
    7 Posts
    3k Views
    MagicVishM
    solved: please check this friend who helped $40 all installed, so anyone that is looking for a cost effective solution, this is the guy, awesome work, https://www.fiverr.com/kkpatel8085
  • Error While Upgrading v0.9.4 to v1.0.0: ERR value is not a valid float

    Solved
    19
    0 Votes
    19 Posts
    5k Views
    R
    Followup. I found a different Amazon S3 uploader plugin that seems to be working under v1.0.0. If interested see here
  • Change back Facebook profile image.

    16
    0 Votes
    16 Posts
    4k Views
    JenklerJ
    @pichalite Lol, how can I have missed that Thanks man!
  • Nodebb will only start in dev mode

    10
    1 Votes
    10 Posts
    3k Views
    frissdiegurkeF
    The reason seems to be a bad npm-shrinkwrap.json (listing versions not covered by package.json) @julian @tomanagle to get it running it's the easiest to remove the npm-shrinkwrap.json and run ./nodebb upgrade once more. EDIT: Reported on github: gh#4310 Thanks for reporting!
  • Error: Load timeout for modules

    2
    0 Votes
    2 Posts
    2k Views
    julianJ
    Looks like your minfile might not be compiled properly. Ensure you have no errors on startup (check ./nodebb log or look at logs/output.log)
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
  • Firewall Issues when installing NodeBB on Centos

    6
    0 Votes
    6 Posts
    3k Views
    nhl.plN
    Thank you hek. Problem here is to serve Wordpress and NodeBB using proxy and not a problem with firewall.
  • nodebb log has some error

    3
    0 Votes
    3 Posts
    1k Views
    yariplusY
    It looks like you forgot to set the callback url or one of the access keys, and it is just guessing the url to go to.