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.

  • How to translate a theme? - Need help

    Moved
    6
    0 Votes
    6 Posts
    3k Views
    kacemlightK

    @pichalite Thank you 🙂

  • Noob questions about upgrade 0.8.2 to 0.9.2

    17
    1 Votes
    17 Posts
    4k Views
    Jacob MoenJ

    @MJ I haven't tested it yet because my installation works and I don't feel like reinstalling just yet 🙂
    However, from what I've read, doing a git hard reset is what 'you should do', apparently.
    My problem was that I thought I could perform a ./nodebb upgrade on an install that I did from a downloaded archive. You need to have checked it out from git. (I reckon). 😉

  • Theme Porting

    Moved
    5
    0 Votes
    5 Posts
    2k Views
    julianJ

    That's correct, Persona is the new vanilla 😄

  • How to change group background in persona?

    5
    0 Votes
    5 Posts
    2k Views
    W

    Sorry.. didnt realize you have to be granted ownership as well 😞 I've had so many face palm moments this week

  • Few questions

    8
    0 Votes
    8 Posts
    2k Views
    P

    @djcyry no buttons. It's easier that way and no clutter on the composer toolbar. There will be a slight learning curve for new users of Markdown.

  • Skins in ACP wont load; clocks forever

    3
    0 Votes
    3 Posts
    1k Views
    B

    @pichalite

    Awesome, ok. Thought I was losing it. 😉

  • Convert arabic content to Unicode

    2
    0 Votes
    2 Posts
    842 Views
    S

    @aniinprni i think npm package encoding do it well!

  • Social login

    10
    0 Votes
    10 Posts
    5k Views
    djcyryD

    @Peter-Zoltan-Keresztes said:

    @djcyry You need to activate it first. Then reload the the NodeBB from Dashboard -> reload the browser. Then configure then in the Social Authentication section.

    Its done , i have activate it with the keys and then reload/restart . thanks

  • SPA style theme?

    Moved
    5
    0 Votes
    5 Posts
    2k Views
    ShardS

    This would explain my confusion.

    Good. Less work for me.

  • Manual skin installation - Bootswitch API is down?

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    W

    @julian Thank you 🙂

  • GET 404 (Not Found)

    4
    0 Votes
    4 Posts
    1k Views
    julianJ

    Merged into latest, thanks!

    Link Preview Image updated jquery-timeago locales · NodeBB/NodeBB@04879e6

    Node.js based forum software built for the modern web - updated jquery-timeago locales · NodeBB/NodeBB@04879e6

    favicon

    GitHub (github.com)

  • Bad merge on Head

    3
    0 Votes
    3 Posts
    1k Views
    ShardS

    It was an updated pull from a clean install. I don't do any nodebb hacking - just plugins.

    Let me pull a fresh clean

  • Modifications not saved

    7
    0 Votes
    7 Posts
    2k Views
    djcyryD

    @pichalite said:

    @djcyry You don't have to modify the theme for that. You can add the CSS in the custom CSS section in ACP.

    Its easy for me , because i use mozzila+firebug 😄

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