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.

  • nodebb-plugin-sso-facebook issue

    6
    0 Votes
    6 Posts
    2k Views
    Peter-Zoltan KeresztesP

    @julian I confirm. It is fixed.

  • costume font using costume css

    Moved
    6
    0 Votes
    6 Posts
    2k Views
    S

    @sanatisharif said:

    /css/font/BBCNassim

    this code fix my issue:

    @font-face { font-family: "BBCNassim"; src: url("/fonts/bbc-nassim-regular.eot"); src: local("☺"), url("/fonts/bbc-nassim-regular.woff") format("woff"), url("/fonts/bbc-nassim-regular.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "BBCNassim"; src: url("/fonts/bbc-nassim-bold.eot"); src: local("☺"), url("/fonts/bbc-nassim-bold.woff") format("woff"), url("/fonts/bbc-nassim-bold.ttf") format("truetype"); font-weight: bold; font-style: normal; } body, p, h1, h2, h3, h4, h5, h6, .button, input[type="button"], input[type="submit"], input[type="text"], input[type="password"], input[type="email"], textarea, select, button, body, div, span, applet, object, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark { font-family: "BBCNassim",Tahoma,"Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
  • Add text to footer ?

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    barisB

    You can edit the global footer from ACP>Extend>Widgets

    0_1450440782070_upload-6a03f414-7666-4a8a-b1c9-2438fe719792

  • Email link redirects to ip:port

    12
    0 Votes
    12 Posts
    3k Views
    P

    @djcyry Under ACP -> Settings -> General change site title

  • [Help install] 2 forums on same server

    13
    0 Votes
    13 Posts
    3k Views
    P

    @djcyry you don't have to change proxy_pass http://127.0.0.1:4567 to add your IP... leave it as it is

    if you add the server block in a .conf file under /etc/nginx/conf.d, then you don't need to add it in /etc/nginx/sites-available/default and
    /etc/nginx/sites-enabled/default

  • Mobile bug ?

    Solved
    2
    0 Votes
    2 Posts
    922 Views
    julianJ

    Fixed as of https://github.com/NodeBB/NodeBB/commit/0af11c5c0c08e226ea155e84d3a8e09866ee7ca4

  • Error: read ECONNRESET

    2
    0 Votes
    2 Posts
    2k Views
    W

    Never mind... I narrowed it down to a plugin that i made 😄 Nodebb stopped restarting when i disabled it.

  • 0 Votes
    3 Posts
    1k Views
    P

    @UncleSam Check your DNS settings. This has nothing to do with NodeBB. Your domain doesn't seem to be pointing to the IP address. Pinging your domain is not resolving to the IP address.

  • 0 Votes
    2 Posts
    7k Views
    P

    post your apache/nginx conf

  • NodeBB high CPU Load

    6
    2 Votes
    6 Posts
    2k Views
    AtonB117A

    @AOKP okay, will keep an eye on CPU load...

  • How to add image to signature?

    9
    0 Votes
    9 Posts
    4k Views
    R

    @pichalite [![CPU-Z] "" (http://valid.x86.fr/cache/banner/m6vn6f-5.png)] < No quotes will add banner in signature click on your profile on top right, then your name, that will bring you to profile page then click settings its at the bottom

  • 0 Votes
    1 Posts
    1k Views
    djcyryD

    Hello nodeBB ,
    I have a question :

    Right now i have a vps server :
    OS : Ubuntu 14.04 LTS with Plesk panel .
    6 vCores
    8 GB + 4GB ram burst
    200 GB SSD
    100 Mbit/s

    On this vps server i have another 10 websites wich all runs apache-mysql-plesk .

    The question is :
    Can i install nodeBB on this server without any problem for other sites ?

    Thanks 👍

  • Can't go beyond the "Congratulations" page

    14
    0 Votes
    14 Posts
    4k Views
    djcyryD

    @ron_jeremy said:

    I'm not 100% sure.

    I have "failed" to install NodeBB on a DigitalOcean Droplet about 25 times by now. Seriously, I'm not exaggerating. The people at DO must have wondered "wtf is this guy doing?" because I was creating and destroying Droplets non-stop for days.

    I think what made the difference for me this time was not installing redis or nodejs as per the official NodeBB install document. Instead, I only installed the Chris Lea files.

    I was so tired to trying different methods of installation I actually started keeping a log of what I was doing. I got it down to where only a few lines would change, and I am pretty sure this is what finally worked for me (remember, this is on a DO Droplet running Ubuntu 14.04 x64):

    add-apt-repository ppa:chris-lea/redis-server apt-get update apt-get install redis-server apt-get update apt-get install git apt-get install build-essential apt-get install imagemagick apt-get install python-software-properties add-apt-repository ppa:chris-lea/node.js apt-get update && apt-get dist-upgrade mkdir nodebb git clone git://github.com/designcreateplay/NodeBB.git nodebb cd nodebb npm install node app --setup
    - only modify first line where I enter my server's address http://your.server.ip.address (without the port) and hit 'Enter' for all other options node app
    - Now you can go to http://your.server.ip.address:4567 to see the forum

    I have try this but when i go to npm install
    i get this :
    E: Unable to correct problems, you have held broken packages.

    PD.
    Got fixed with :

    apt-get remove --purge nodejs npm
    curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
    apt-get install nodejs

  • How do I make NodeBB run on port 80? (Noob)

    4
    0 Votes
    4 Posts
    3k Views
    julianJ

    For Azure, perhaps this helps?

    Otherwise, our standard point of reference: https://docs.nodebb.org/en/latest/configuring/proxies.html

  • Bug Report

    3
    0 Votes
    3 Posts
    872 Views
    S

    @pichalite Thank you so much! I did it.

  • nginx configuration

    1
    0 Votes
    1 Posts
    2k Views
    agusputraA

    I follow this :
    https://docs.nodebb.org/en/latest/configuring/proxies/nginx.html#configuration

    But I get error each time refresh (F5).

    Browser console output :

    WebSocket connection to 'ws://188.166.229.163/socket.io/?EIO=3&transport=websocket&sid=272_fqLIM0WJupWXAAA1' failed: Error during WebSocket handshake: Unexpected response code: 400

    Please help.

  • Showing widget on some of the pages

    9
    0 Votes
    9 Posts
    4k Views
    T

    @yariplus Thanks. Works like a charm.

  • nodebb-plugin-rss buggy?

    3
    0 Votes
    3 Posts
    1k Views
    codejetC

    ok I've just seen this working properly, good. My oh my what was going on.. no idea :squirrel:

  • Change email subject

    10
    0 Votes
    10 Posts
    3k Views
    Jacob MoenJ

    I threw in an if(found) just in case - but I am always amazed by how little code is required.
    That seem to happen a lot with Node.js and a well written software entitled NodeBB 👍

  • admin plugin for NodeBB translation?

    Locked
    2
    0 Votes
    2 Posts
    829 Views
    julianJ

    Closed, please see https://community.nodebb.org/topic/7229/admin-plugin-for-nodebb-translation