Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.

4.8k Topics 26.5k 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. [image: youtubelogo.png] Setting up SendGrid mailer for NodeBB
  • NodeBB guides, how-to's and general tips and tricks

    83 Topics
    601 Posts
    Z
    not sure the plugin worked for firefox. saw a-z in the sort icon. when i used it, i expected the topics in the category would be sorted a-z. they werent
  • 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.
  • Where is menu?

    3
    0 Votes
    3 Posts
    310 Views
    oplik0O
    Could you try rebuilding NodeBB? Perhaps something happend with just this step and redoing it will fix the forum. If this doesn't work, then reinstallation will probably be required (or at least the easiest way).
  • Force group badge display for users

    1
    0 Votes
    1 Posts
    226 Views
    Damien JayD
    Hey there, I'm using Persona theme and would like to force the display of badges (effectively removing the "no group" option from users), is this possible? Thanks,
  • Overriding template in Persona theme

    11
    0 Votes
    11 Posts
    1k Views
    PitaJP
    @Damien-Jay nice job man. glad you figured it out
  • Changing Terms of Use

    2
    0 Votes
    2 Posts
    427 Views
    gotwfG
    Good question. I had similar bridge to cross a while back w.r.t. some minor changes. I ended up posting locked sticky under "Announcements" with the updated terms. One of the terms might be "Use of this site constitutes implicit acceptance of the terms above"? Not getting you all the way there but maybe a little cya in the meantime?
  • Gif as Profile Images

    7
    0 Votes
    7 Posts
    1k Views
    F
    @scottalanmiller Do Gifs work with cover photos for you? Do you know how that can work?
  • Daily Digest bug

    12
    0 Votes
    12 Posts
    1k Views
    magnusvhendinM
    Great, then there shouldn't be any issues when the digests are sent for real.
  • Cyrillic url transliteration

    1
    0 Votes
    1 Posts
    194 Views
    Vladislav IvanovV
    Hi. Sorry for my bad english. I installed Nodebb, I really liked the forum. I think Nodebb is the best forum in the world. But 1 big drawback upset me. I did not find a solution how to enable transliteration cyrillic urls. It is very important in terms of seo. For example: Now i have links as /topic/1/заработок-в-интернете I need /topic/1/zarabotok-v-internete
  • Redirect after login?

    10
    0 Votes
    10 Posts
    979 Views
    glassdimlyG
    Here's what I ended up doing. Feels reeealy hacky. in footer.tpl window.addEventListener('DOMContentLoaded', function () { $(window).on('action:ajaxify.contentLoaded', function(data) { // attach to all login/reg buttons except for the login and register buttons on the login page. $("a[href$='/login'], a[href$='/register']").not('#login').not('#login__no-acct').each(function(i, el){ $(el).off('click').on('click', function(){ window.setCookie('login:referrer', window.location.href, 10); }); }); }); }); </script> in profile.tpl <script> var referrer = window.getCookie('login:referrer'); if (referrer && window.getCookie('login:shouldRedirect')) { window.setCookie('login:shouldRedirect', '', 0) window.setCookie('login:referrer', '', 0) window.location.href = referrer; } </script> in registerComplete.tpl <script> window.setCookie('login:shouldRedirect', 'true', 10); </script> ...and attaching setCookie/getCookie on window in header. Probably could do this all with client-side hooks now that I understand them though.
  • NodeBB content translation?

    2
    0 Votes
    2 Posts
    467 Views
    glassdimlyG
    The more I think about this, the more I see the problem with content translation. One would have to translate every single reply and worry about untranslated fallback content. I'm going to look into the google site translate widget. Any folks done that?
  • Loop loading notification and messages

    1
    0 Votes
    1 Posts
    251 Views
    M
    Hello, I installed a fresh version from Github and i have problem with loading notifications and messages. I see notifications and messages only when i click show all notifications. https://i.imgur.com/OMRxpFJ.gif
  • 0 Votes
    5 Posts
    544 Views
    Samuel SchmidS
    Thanks for your replies! @julian This will be the solution in this case. @PitaJ Great, Thanks. Currently I don't have time to join the development community of contributors. If I have in future, I will take a look into code to write a backup function also for the registration. The software is really great, congratulations for the community.
  • Installation help

    2
    0 Votes
    2 Posts
    455 Views
    PitaJP
    which guide are you following?
  • Installation Fails ./nodebb setup on Ubunu 18.04 Google Cloud

    4
    0 Votes
    4 Posts
    488 Views
    Samuel SchmidS
    @PitaJ thanks! That was the issue
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    5 Views
  • How to delete resources of 404

    1
    0 Votes
    1 Posts
    189 Views
    ufan0U
    This is a sad song, I forgot to backup the avatars and pictures uploaded by the user. So I loss them all, and now them will be 404 when openning my site. I only know about deleting fields of 404 in the database, but this workload is too much. Who can tell me how to delete resources of 404 efficiently, thanks a lot.
  • Upgrade steps from v1.12.0 to v1.13.2

    2
    0 Votes
    2 Posts
    372 Views
    PitaJP
    It used to be that you had to upgrade in multiple steps, but not anymore. You can upgrade directly from 1.12.0 to 1.13.2 Make sure you backup your database
  • 0 Votes
    6 Posts
    1k Views
    X
    By looking into logs/output.log
  • Removing skin from Theme

    2
    0 Votes
    2 Posts
    384 Views
    barisB
    Revert button should be at bottom right in ACP.
  • 0 Votes
    8 Posts
    3k Views
    LukasL
    @julian aby progress to support dynamodb? I see database folder inside tests. If no progress is done to support dynamodb and i would like to start coding, these tests would tell me if i'm done? can i trust tests coverage?