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
    2 Posts
    2k Views
    julianJ

    Thanks @Rod, I believe this is fixed in master already 😄

  • NodeBB Websocket Question

    Solved
    3
    1 Votes
    3 Posts
    2k Views
    B

    On Concurrent WebSockets connections...

    A Lightstreamer plugin would be interesting to see. Likely overkill in most situations though. Carving out the websockets demand on resources could be good in large deployments; lightstreamer server. With Comet functionality, one could hook into big data analytic platforms.

  • 0 Votes
    1 Posts
    756 Views
    R

    I have attempted to install the emailer-mailgun plugin and end up with an error. When I install from the ACP an ENOENT, open error is displayed, momentarily, referencing a path in the plugin that does not exist. The path error is:

    Error ENOENT, open '/path to my installation/node_modules/nodebb-plugin-emailer-mailgun/node_modules/mailgun-js/node_modules/form-data/node_modules/mime/package.json'

    The form-data directory is not there.

    I am running Nodebb v0.9.3 and the emailer-mailgun plugin is reporting itself as version 1.0.0.

    Has anyone else run into this problem and is there a work around to resolve the problem?

    Thank you.

    Edit: This is a low priority issue. I installed the nodebb-plugin-emailer-local-bobo plugin and was able to configure it to use Mailgun just fine. I am using the SMTP settings as opposed to the API call but that is fine for my usage.

  • Redirect after register/registration

    5
    0 Votes
    5 Posts
    2k Views
    M

    @baris thank you very much! Much appreciated.

  • Couple of issues here...

    5
    0 Votes
    5 Posts
    2k Views
    S

    Did a fresh install not working yay after I reinstalled redis server not following the guide on nodebb working great. Trying to remove nodejs+npm is messed up since the fresh install won't work with the current installation (npm install).

    I give up, errors here errors there, fuck..

    thanks for the help given... I think..

  • Add animations to certain areas?

    Moved
    9
    1 Votes
    9 Posts
    4k Views
    W

    Thanks @pichalite it works great. @ARC also a good idea.. I will remember that for future addons..

    I replaced your fadein animation with one from animate.css (FadeInBottom) which slides the rows up and fades in at the same time which looks great when scrolling normally but looks a bit crazy when you page jump (since they all slide up at the same time causing the scrollbar to go a bit crazy 🙂 ) so i set it back to the one you added. I will experiment with it to see if the users like it or not.. Thanks for your help.

  • theme creation + git

    Moved
    6
    0 Votes
    6 Posts
    3k Views
    J

    @yariplus @frissdiegurke thank you very much for these informations. Now i have to test it.

  • NodeBB composer drag bar, simple CSS tweak

    Moved
    20
    6 Votes
    20 Posts
    7k Views
    F

    @Arc It's great! Thank you very much for this, I included it in my forum immediately 🙂

  • 0 Votes
    5 Posts
    3k Views
    J

    @a_5mith you are right but the plugin seems to work.

  • 1 Votes
    21 Posts
    7k Views
    ?

    @Joykiller there is no issue setting NodeBB up as root. I always do it like that and later chown the installation to another user. Then I start NodeBB over Supervisoe from that non-root user.

    Update:
    All issues resolved. 😛
    Re-setup everything.

  • [Solved] Help getting it to work

    9
    0 Votes
    9 Posts
    3k Views
    JenklerJ

    @Defaultuser You can also install custom pages and other plugins to make nodebb as a webpage. Check out my page, https://www.jenkler.se (Its in swedish but you get the point i guess) 😛

  • 0 Votes
    5 Posts
    2k Views
    M

    @AOKP thank you, thank you, thank you! Did this and was able to run NodeBB without issue.

    @julian I was curious about that, as I had no issues with a fresh install yesterday.

  • Installing Wordpress and NodeBB on Digital Ocean

    20
    0 Votes
    20 Posts
    6k Views
    M

    @AOKP nothing really to share with the site yet, but if you're asking about the issue, this is what I'm struggling with.

  • Errors Search and Email

    6
    0 Votes
    6 Posts
    2k Views
    D

    @pichalite said:

    @Defaultuser do you have the plugin nodebb-plugin-dbsearch activated?

    I believe links to email confirmation expire after certain time (need to confirm). Create a new user and try to verify it right away.

    I activated the search plugin. It works.

    I made a test account and still get that error. Also my admin account gets this error. I sent receive the email as soon as I login and the pop up asking to confirm it.

    *Edit trying to replace the nodebb logo in settings ends up have my logo and nodebb, where is the is the nodebb logo so I can replace it?

  • 0 Votes
    10 Posts
    4k Views
    julianJ

    @pichalite Nope, use_port has been deprecated. Port usage is dictated by url from now on.

  • Where to put custom CSS file..

    3
    0 Votes
    3 Posts
    2k Views
    W

    @yariplus said:

    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome-animation/0.0.8/font-awesome-animation.min.css">

    Perfect.. Thanks

  • 0 Votes
    4 Posts
    2k Views
    S

    The 24h delay was the issue.

    Thank you.

  • NPM Timing Out on NodeBB dependencies install

    3
    0 Votes
    3 Posts
    2k Views
    J

    I was having some issues with NPM a few days ago which was timing out, but was a issue with ports due to my firewall setup. So check to make sure git port is not being blocked.

    Also could be an issue with the way your cloning. Was having issues cloning from another git like gitlab vs github, turns out the git:// git:link was the issue try adding that to the front if using SSH cloning.

  • issues installing Nodebb on Debian 8

    14
    0 Votes
    14 Posts
    5k Views
    J

    This might be just me, but I wouldn't be loading that under root directory. Create a new user and use that for nodebb location under home location. As to nodebb not showing up. What does your nodebb config, and nginx config look like? I don't know what you mean by debian comes with nginx already. Sure might be in the repo but shouldn't come installed, Unless a script you ran installed it for you.

  • 0 Votes
    1 Posts
    719 Views
    B

    Hello guys, I'm a new member of this community, but i've already encountered a problem with my nodeBB forum

    My users have reported that there's no way to turn off the e-mail following notifications and they keep on sending, even though i turned it off globally.

    0_1453417463741_13242.jpg

    Do you guys have any idea of what is wrong?