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.

  • Disable/Remove "There are no topics in this category."

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    julianJ

    Thanks @yariplus 😄 will take it under advisement.

  • Search Feature doesnt work

    9
    1 Votes
    9 Posts
    3k Views
    julianJ

    Are you saying the search only works in English?

  • 0 Votes
    2 Posts
    808 Views
    P

    @scen you can ignore that if you want... not an issue or error.

    if you want the warning to go away then, add this to the package.json file in your theme (assuming you are using NodeBB 1.x.x)

    "nbbpm": { "compatibility": "^1.0.0" }
  • All users emails are showing in the view source code mode

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    PilvinenP

    Thank you! That was it. Issue resolved.

  • 0 Votes
    5 Posts
    1k Views
    yariplusY

    @g0st Pushed an update so that the topic cards use the topic thumbnail if available, and added a few extra options in the widget config.

    Feel free to open any other feature requests in the github issues.

  • Question regarding user notification

    1
    0 Votes
    1 Posts
    648 Views
    mechanixM

    Hi,

    just a quick question: does a user gets notified by default via mail if I mention him with @username in a post?

    Thank you

  • Setup failed while upgrading

    6
    0 Votes
    6 Posts
    2k Views
    C

    @Aureney Not sure if it's still the case but according to this it's not compatible with nodebb 1.x.x

    Link Preview Image Not compatible with nodebb 1.0.0 · Issue #17 · ahwayakchih/openshift-nodebb

    Hi, I just tried to upgrade my app and i want to report that its not compatible with nodebb 1.0.0. I got an error remote: This looks like a new installation, so you'll have to answer a few questions about your environment before we ca n ...

    favicon

    GitHub (github.com)

  • wrench deprecated

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    C

    @pichalite good to know, thanks!

  • [edit] No config.json file

    15
    0 Votes
    15 Posts
    4k Views
    A

    @frissdiegurke I know. That's why I started it.

  • 1 Votes
    1 Posts
    672 Views
    S

    I am looking at the Hooks wiki page here. When I click on each hook, it only takes me to the source code. I am hoping to get some proper documentation where I can look at each hook and read the description. Right now it is very inconvenience that for every hook I need to read the source code to understand what is dose.

    Please help and thanks!

  • 0 Votes
    2 Posts
    1k Views
    yariplusY

    That's just the Background Color from the category's edit page in the admin panel.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    14 Views
  • In topic search

    8
    1 Votes
    8 Posts
    3k Views
    P

    sent PR to hide setting if in-topic search is not available

  • Running NodeBB on IIS

    5
    0 Votes
    5 Posts
    5k Views
    C

    Hi all,

    I realize this is an old topic, but given that I'm dealing with exactly the same problem, I figured it would be sensible to reply here. Essentially, I've followed the advice of @pichalite and created a simple IIS forward proxy for my NodeBB server. Unfortunately this solution does not yield the desired result, as many requests for resources are not being made to the correct directory - instead, requests are being made to the root level of the IIS Web server (e.g., GET http//website.ca/stylesheet.css?4210ebb0-9225-4237-b2ad-87d88b61756b), and not to the specified port where NodeBB is being hosted (e.g., http://website.ca:4567 or http://localhost:4567).

    Any ideas? I've played around with reverse proxies and outbound rules to route all outgoing traffic from http://localhost:4567 to the same URL I've specified for the proxy rule (e.g., http//website.ca/associates-hub) to no avail... If more info or screenshots are needed, they can be provided. I've been banging my head against the wall trying to cycle through all possible solutions to this problem. Any insight would be GREATLY appreciated.

    Thanks,

    Cam

  • Error logs

    Solved
    1
    0 Votes
    1 Posts
    823 Views
    Dawid GlombaD
    11/5 22:06 [2132] - error: /category/95.rss Error: Błędne ID Kategorii at async.waterfall.category.topics (/root/nodebb/src/categories.js:35:18) at fn (/root/nodebb/node_modules/async/lib/async.js:746:34) at /root/nodebb/node_modules/async/lib/async.js:1213:16 at /root/nodebb/node_modules/async/lib/async.js:166:37 at /root/nodebb/node_modules/async/lib/async.js:706:43 at /root/nodebb/node_modules/async/lib/async.js:167:37 at /root/nodebb/node_modules/async/lib/async.js:1209:30 at /root/nodebb/src/categories.js:168:4 at /root/nodebb/node_modules/async/lib/async.js:726:13 at /root/nodebb/node_modules/async/lib/async.js:52:16 at done (/root/nodebb/node_modules/async/lib/async.js:246:17) at /root/nodebb/node_modules/async/lib/async.js:44:16 at /root/nodebb/node_modules/async/lib/async.js:723:17 at /root/nodebb/node_modules/async/lib/async.js:167:37 at /root/nodebb/src/categories.js:234:4 at /root/nodebb/node_modules/async/lib/async.js:52:16
  • Maintenance Mode

    6
    0 Votes
    6 Posts
    2k Views
    P

    @rod the file directly under public is a html file not a tpl file public/503.html. this is displayed when the server returns a 503 error.

    The page displayed when the forum is set in maintenance mode is under public/templates. this is generated from src/views/503.tpl and is not an error... just a message saying that the admin has disabled access to the forum.

  • Email Template Modification

    4
    0 Votes
    4 Posts
    1k Views
    P

    @hnahli you may have to add some css to the email templates or the RTL thing. not sure. just google it

  • Stuck on openshift installation

    3
    0 Votes
    3 Posts
    958 Views
    A

    I was able to fix the first post. However, the NodeBB files are still not in my local repository.

  • Social Media Alignment

    1
    0 Votes
    1 Posts
    666 Views
    H

    I have a added couple of social media button in a HTML footer widget but they seen not aligned

    0_1462964345117_footer.png

    this is the HTML code I placed in the widget:

    <center>
    <br></br>
    <div class="nav-container2">
    <ul>
    <li>
    <div class="fb-like" data-href="https://www.fcom/" data-layout="button_count" data-action="like" data-show-faces="false" data-share="true"></div>
    </li>
    <li>
    <a href="https:/" class="twitter-follow-button" data-show-count="false">Follow @ahlamtafsir</a>
    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
    </li>
    <li>
    <div class="g-ytsubscribe" data-channelid="UCLvfTgTD5e2y5tpqMpVnziA" data-layout="default" data-theme="dark" data-count="default" data-onytevent="onYtEvent"></div>
    </li>
    </ul>
    </div>

    <div id="fb-root"></div>

    </center>

    And This is the CSS I have added for it:

    .nav-container2 ul div {display: inline;}
    .nav-container2 li {display: inline-block; float: none;}

  • fatal: could not read from remote repository

    20
    0 Votes
    20 Posts
    9k Views
    julianJ

    @Aureney said in fatal: could not read from remote repository:

    Wow! I managed to install NodeBB on openshift using this guide instead of the docs!

    Maybe that guide should be merged into the NodeBB documentation then 😄