Skip to content

Technical Support

Need help with installing or configuring NodeBB? Look here.

4.8k Topics 26.7k 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 to view NodeBB theme version release notes? (Lavender etc.)

    Moved
    3
    0 Votes
    3 Posts
    2k Views
    E
    No problem @julian , thanks for letting us know
  • 0 Votes
    15 Posts
    8k Views
    jareyJ
    @jinx glad to hear you got it working :).
  • NodeBB stuck at v0.7.0 - Says no update is found

    Locked Solved
    13
    0 Votes
    13 Posts
    4k Views
    julianJ
    Please refer to the latest instructions here: https://community.nodebb.org/topic/6088/update-merge-issue/7
  • Show also Categories in "Recent" View

    3
    0 Votes
    3 Posts
    2k Views
    Charly86C
    Julian, Yeah I saw this, but in fact it's more the way it's showed that I would like I know it's just presentation but this make it easy to show which category is the most active
  • Password reset Problem - v0.6.1

    1
    0 Votes
    1 Posts
    759 Views
    M
    I'm using nodeBB and the password reset is doing some strange stuff. For example, inputing 2 different password doesn't seem to be a problem : https://www.dropbox.com/s/5pmkbj83dr7sj92/pwReset.png?dl=0 Also some user click the "Reset" button and don't get any feedback at all. I'm in production so wondering if an easy fix is possible.. Using postmark to send mail and it's working fine, the problem is with nodeBB reset button and logic.
  • Can't upgrade plugins

    12
    0 Votes
    12 Posts
    4k Views
    julianJ
    Ensuring compatibility is quite a daunting task, especially since core itself does change often (less so than before, but occasionally still does). In the case of bundled modules, that is, those defined in package.json, if they are out-of-date or too far ahead, they will cause NodeBB to not function. Its behaviour is quite restrictive, although it is intentional! We're considerably less restrictive when it comes to third-party plugins, and all we read is the nbbpm.compatibility portion of package.json. Even then, we can't ensure that a dev will keep this section up to date, or even that there will be a section at all! So it is merely a suggestion, though I am open to changes. I am considering changing nbbpm itself so that if a nbbpm.compatibility section is not found, it will not be added to the plugin listing. Right now a great majority of plugins don't specify compatibility information at all...
  • Render array inside template

    2
    0 Votes
    2 Posts
    1k Views
    C
    Ok , solved it , I looked in your tests, worked using this : <!-- BEGIN results --> @_value // without the _ <!-- END results --> I see that if i put it without _ in post it renders as Object , you should have a look at this.
  • Underline on hover

    3
    0 Votes
    3 Posts
    2k Views
    Blue-OrangeB
    @yariplus Thanks a lot! You saved my day
  • Unknown api error

    7
    0 Votes
    7 Posts
    3k Views
    Blue-OrangeB
    @pichalite I have no clue because nodebb is hosting it with the hamlet package. Maybe @psychobunny knows
  • Groupname not on groupcard

    1
    0 Votes
    1 Posts
    1k Views
    Blue-OrangeB
    Can someone help me get my groupnames back on the groupcard please [image: EmToZli.png]
  • error uploading, code : 403 ??

    6
    0 Votes
    6 Posts
    2k Views
    B
    Thanks for the help, but still no joy when running nodebb with pm2 Edit: take that back all of a sudden its behaving !!
  • Integration layout - header > sidebar

    Moved
    4
    0 Votes
    4 Posts
    2k Views
    barisB
    So I made some changes to core, now you can modify where the url the brand logo points to. I changed it to https://nodebb.org here. Also added a link to the categories in the navigation in the header.
  • [SOLVED] All work lost when computer is turned off?

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    J
    Hi @julian I think I've figured it out now. I had a limited knowledge about Redis earlier, so I decided to learn about it properly. I managed to backup the database by following this guide http://www.tutorialspoint.com/redis/redis_backup.htm if anyone else is stuck on the same thing as me. Thanks
  • Core Files to change Meta Properties og:title and og:image

    5
    0 Votes
    5 Posts
    2k Views
    S
    Thanks @julian! The code is a bit daunting and I don't want to risk breaking anything at the moment. Is there any other way for me to change the og:image meta property? I tried adjusting my logo size but, that just made my logo smaller because of NodeBB's resizing in the header.
  • Command not found / Cant install/setup nodebb

    5
    0 Votes
    5 Posts
    3k Views
    B
    Hi @rbeer thanks for your reply, I tried the command you provided, but its already installed... However, what seem to help was making some changes to git due to a timeout issue or proxy issue. [url "https://github.com/"] insteadOf = [email protected]: [url "https://"] insteadOf = git:// Once I done this, it installed properly and now runs. Thanks.
  • What is the right way to load external JS and widget in template?

    6
    0 Votes
    6 Posts
    4k Views
    S
    Ok. Will try and see if this improves the render / load.
  • Could use some help Facebook Error.

    4
    0 Votes
    4 Posts
    2k Views
    tfraleyT
    Wow.. Awesome guess I missed that. That did the job, thanks again.
  • Proper HTTPS with user content.

    2
    0 Votes
    2 Posts
    1k Views
    nhl.plN
    NodeBB Secure Images plugin: https://github.com/psychobunny/nodebb-plugin-secure-images https://www.npmjs.com/package/nodebb-plugin-secure-images
  • Seems to stall on Android/Chrome

    11
    0 Votes
    11 Posts
    4k Views
    P
    Tried on chrome, this is the result [image: 4A14bLy.png] The forum continues to work as normal, but ad doesn't appear EDIT: is causing some server side or client side rendering / blocking? More importantly, I'm not getting an issue like this. The only issue is that the sidebar is empty, for me
  • Theme Conditional - Target Xth Post

    Moved
    5
    0 Votes
    5 Posts
    3k Views
    S
    Agree, just have to get used to the differences between what you have in NodeBB and PHP temptate engines like Smarty and vBulletin's built in engine.