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.
  • Using jQuery in widgets

    Unsolved
    11
    0 Votes
    11 Posts
    602 Views
    phenomlabP
    @baris @julian found a much simpler way to do this <script> if (!window.jQuery) { window.addEventListener('load', function() { $(document).ready(function() { $("#resolved").appendTo('[data-index="1"]:first-of-type'); }) }) } else { $(document).ready(function() { $("#resolved").appendTo('[data-index="1"]:first-of-type'); }) } </script>
  • Fix datetime for no-script

    Moved
    5
    0 Votes
    5 Posts
    356 Views
    julianJ
    @brazzerstop I am not certain whether this shows up on all timestamps. For awhile the behaviour was to use <span class="timeago" title="{iso string}"></span> But there was never anything inside the tag, so it would be empty on load.
  • Email confirmation link gives 404 Not Found

    Unsolved
    4
    0 Votes
    4 Posts
    417 Views
    ww9riversW
    I am having the exact same problem. I am running version 2.8.6 with a PostgreSQL database. Where do I check for "the entry for confirm:<uuid>"? Edit: Maybe my issue is slightly different: I checked the new user's account. The email address is actually marked as validated, even after the 404 response. Thanks!
  • Expose "Mark this post as the correct answer"

    Unsolved
    8
    0 Votes
    8 Posts
    460 Views
    phenomlabP
    @julian thought so thanks Edit - actually, looking at this function, I can't see why it can't be invoked by jQuery? function markPostAsAnswer() { var tid = ajaxify.data.tid; var pid = $(this).parents('[data-pid]').attr('data-pid'); socket.emit('plugins.QandA.toggleSolved', { tid: tid, pid: pid }, function (err, data) { if (err) { return alertType('error', err); } alertType('success', data.isSolved ? '[[qanda:post.alert.correct_answer]]' : '[[qanda:thread.alert.unsolved]]'); ajaxify.refresh(); }); }
  • Widget logic

    Unsolved
    13
    0 Votes
    13 Posts
    749 Views
    phenomlabP
    @PitaJ yes, that would be more efficient I expect. Thanks
  • 0 Votes
    5 Posts
    384 Views
    barisB
    Q1. You can ignore that message. Q2. Pass the tags as an array tags: ['nodebb', 'test']
  • Email chat alert for private messages

    Unsolved
    6
    0 Votes
    6 Posts
    591 Views
    Jordan TaylorJ
    Ah, I clearly didn't look hard enough! (was in between tasks!) Thanks for confirming.
  • Converting MyBB to NodeBB in 2020?

    3
    0 Votes
    3 Posts
    408 Views
    S
    I actually did this back in 2019. I migrated across to a postgres database using some script I found somewhere on GitHub. The only real issue was transferring across user passwords. I remember had to send out emails to all my users to select new passwords.
  • How to renew let's Encrypt certificate?

    Unsolved
    4
    0 Votes
    4 Posts
    258 Views
    DownPWD
    https://docs.digitalocean.com/support/how-can-i-renew-lets-encrypt-certificates/
  • I want to know who viewed tpoic

    Unsolved
    2
    0 Votes
    2 Posts
    175 Views
    T
    I want to know who viewed topics, who help me.
  • This topic is deleted!

    Unsolved
    0
    0 Votes
    0 Posts
    9 Views
    No one has replied
  • v3.0.0-alpha3 theme-harmony new topic category empty

    Moved Solved
    6
    0 Votes
    6 Posts
    1k Views
    T
    beta.2 is ok.
  • Reset All Users Skin Selection

    6
    0 Votes
    6 Posts
    411 Views
    T
    @baris said in Reset All Users Skin Selection: You need to clear the cache or restart nodebb since you are modifying the database via cli perfect! I just tested and it worked. Thanks for your help!
  • How to export private chat discussion

    Unsolved
    1
    0 Votes
    1 Posts
    110 Views
    I
    Hello, I`a member of a forum relying on nodeBB and would like to save/export some chat discussions I had. Is there a way to do that ? The discussion is very long and was done on several months so a simple copy paste is not possible and even load the full discussion is very very long. At this time I didn't spent sufficient time to go back to make it fully loaded that's why I ask if there is a technical solution to do that in a smarter way Thanks by advance
  • Why don't write api support custom topic publishing time?

    Solved
    5
    0 Votes
    5 Posts
    512 Views
    julianJ
    Please see this topic
  • This topic is deleted!

    Unsolved
    6
    0 Votes
    6 Posts
    80 Views
  • Probably a bug in nodebb-plugin-feed

    Solved
    5
    1 Votes
    5 Posts
    348 Views
    barisB
    Published 2.0.5 & 3.0.6, thanks for reporting.
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    56 Views
  • Set up nodebb development instance

    11
    1 Votes
    11 Posts
    674 Views
    phenomlabP
    @dave1904 I typically use VSCode these days. Does what I want in the sense that it has decent syntax checking, plus a wealth of plugins etc. Its also cross platform so I can switch between windows and Linux easily.
  • Change config file back to default

    Unsolved
    5
    0 Votes
    5 Posts
    374 Views
    T
    @julian phentomlabs advice worked for my question, for the launch I will get help from a friend that has experience with hosting stuff ^^