Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.

4.7k Topics 26.1k 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
    196 Posts
    phenomlabP

    @baris updated to 3.7.2 and now just waiting for the plugin to be updated.

  • Global Moderators and Flags

    10
    1 Votes
    10 Posts
    4k Views
    barisB

    Yeah, we will add an option like Only display to Admin for global mods as well. https://github.com/NodeBB/NodeBB/issues/4344

  • Launch application with nodejs

    13
    0 Votes
    13 Posts
    3k Views
    julianJ

    @Rémy-Verger What program is this anyway? Perhaps you're better off asking them directly for help 😄

  • Issues in mobile version of NodeBB

    18
    0 Votes
    18 Posts
    5k Views
    julianJ

    It's looking like something may be blocking websockets (perhaps your host or DNS service?)

  • Issues installing nodebb

    7
    0 Votes
    7 Posts
    2k Views
    julianJ

    To piggyback off of @rod's line of questioning... can you access the forum when you navigate to the ip:port directly?

  • mongodb typeerror

    3
    0 Votes
    3 Posts
    1k Views
    C

    @frissdiegurke i went with latest version and got it working. thanks for your help!

  • Integrating NodeBB in angular website

    2
    1 Votes
    2 Posts
    1k Views
    T

    @luukholleman I think it will all depend on how skilled you are in Javascript. NodeBB has an inbuilt api so shared user authentication will be rather easy.

    Because of the API, Your chats / notifications should be able to be done rather easily too. Just need to get the user to login via nodebb's login then you can pull notifications. How you do that is up to you and how you make it notify is also up to you.

    Nodebb as the forum link. Yeah thats easy. Put nodebb in a dir of "forums" and then just link to it 😛

    Moving away from php is a good idea and seeing as nodebb and angular both use node.js it looks like you are going with the right forum software.

  • 0 Votes
    4 Posts
    2k Views
    nhl.plN

    Link Preview Image missing timestamp by yariplus · Pull Request #67 · NodeBB/nodebb-theme-lavender

    favicon

    GitHub (github.com)

  • 0 Votes
    3 Posts
    1k Views
    julianJ

    For those wondering, OP's config.json was likely incorrectly set.

  • How can i control bumping of topics?

    2
    0 Votes
    2 Posts
    713 Views
    julianJ

    Well, the sorting is handled via date or vote count, although the date is updated whenever a new post is made.

    @baris perhaps we can add in logic to sort by original post date too?

  • Issue: Moving Topics in NodeBB v0.8.2

    16
    0 Votes
    16 Posts
    4k Views
    Jared14406J

    @CodyP2000 so sorry about that....

    PS: go to forum.LEET.CC and make a support Catagory and they'll fix your forum!

  • is the config of themes store in the DB?

    2
    0 Votes
    2 Posts
    1k Views
    barisB

    ./nodebb reset -t should reset the theme back to persona.

  • SMTP server with self signed certificate

    5
    0 Votes
    5 Posts
    2k Views
    Gaurav Grv RobinsonG

    @qgp9 Well, I am in a situation here. I was testing things on a VPS and I created letsencrypt certificates multiple times. When things didn't work out as required I reinstalled the VPS , thereby losing the private keys. Now, I cannot issue any more certificates for my domain.

  • Support gif uploading in 0.9.4 version

    Solved
    3
    0 Votes
    3 Posts
    922 Views
    N

    Would have been nice if we could upload gif in the about me or signature section of the profile.

  • Topic only RSS?

    1
    1 Votes
    1 Posts
    789 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:

    0_1457401146620_upload-c206d29f-f5fa-4bcf-b802-7e6d6b80a877

  • 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

  • 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)