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.
  • [nodebb-plugin-recent-card] Dots bug on smartphone with Small resolution

    Solved
    4
    0 Votes
    4 Posts
    315 Views
    DownPWD
    I also noticed @baris that on Smartphone, the plugin displays the full number of topics On my screens, 18 points are displayed while on desktop, it displays only 5 Smartphone: [image: 1681427893708-56845603-547d-4c17-8704-67b037fa38ef-image.png] VS desktop : [image: 1681457085210-36dfb0d5-e448-4519-8f26-5396f46221b8-image.png] I don't if it's normal bye
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
  • Custom Favicon Not Showing

    38
    0 Votes
    38 Posts
    5k Views
    B
    @mventures Maybe this topic help you... https://community.nodebb.org/topic/17037/invalid-icon-settings
  • Category Card (beta version)

    4
    5 Votes
    4 Posts
    472 Views
    B
    @julian said in Category Card (beta version): Nice to see it making a comeback! Everything new is well-forgotten old
  • Using Write API with cookie auth

    Locked Unsolved
    6
    0 Votes
    6 Posts
    589 Views
    julianJ
    Please use the forked topic
  • Typescript type contribution -- submit to main repo?

    Unsolved
    1
    0 Votes
    1 Posts
    129 Views
    stevefan1999-personalS
    I have developed a database plugin for NodeBB in the past few months and I want to release it to the public, but before that I want to submit some TS type declarations -- more specifically I manually cherrypicked and observed some type interface, behavior and expected inputs for the database functions, and I want to make sure that NodeBB team would continuously keep track of that in the future so that my plugin can work consistently throughout upgrades. I hope NodeBB team could accept the contribution so that I can release it out to the public ASAP. I have always wanted to extend NodeBB to work on MySQL, MSSQL and Oracle with that plugin.
  • Good VPS hosting recommendations wanted

    Solved
    14
    0 Votes
    14 Posts
    932 Views
    julianJ
    @Freelancer please refrain from posting affiliate links unless you preface them in-post saying as such. Thank you. I have removed the links in your post for now.
  • Using REST API via PHP

    Moved
    11
    0 Votes
    11 Posts
    679 Views
    barisB
    Turns out this topic was forked from https://community.nodebb.org/topic/16343/tutorial-install-nodebb-on-digitalocean-ubuntu-20-04/5
  • Custom topic/category icon

    Moved
    4
    0 Votes
    4 Posts
    366 Views
    S
    @baris thanks, for some reason a search on Github didn't find it
  • Proposed unread message indicator

    Unsolved
    16
    1 Votes
    16 Posts
    1k Views
    phenomlabP
    @sweetp easy to do with custom css
  • Plugin question

    Moved
    2
    0 Votes
    2 Posts
    250 Views
    barisB
    You might want to use topics.reply for creating posts, it calls posts.create internally.
  • It's normal that installed plugins will disappear if i use docker, right?

    Solved
    2
    0 Votes
    2 Posts
    196 Views
    julianJ
    @Gliding9426 Yes, they should... when you install a plugin via NodeBB, the package.json file is updated, and the plugin is downloaded to the node_modules/ folder, along with its dependencies. Both of those are on-disk, which is ephemeral on a Docker instance. If package.json is updated to include the plugin, then when ./nodebb upgrade -i (or npm i, etc.) is run, the plugin will be installed alongside, automatically.
  • Email notification for new chat message not working for some users

    Unsolved
    6
    0 Votes
    6 Posts
    439 Views
    barisB
    @razibal I've changed how this works on the develop branch, instead of checking the online status it will check if the user has already read the chat, this should cause an email to be sent to all users who haven't seen the chat message.
  • Can I see nodeBB database in MongoDBCompass?

    Unsolved
    11
    0 Votes
    11 Posts
    744 Views
    1
    @Topper Sorry, finally I figured out how to look at the database ! I just switched to PostgreSQL and used Beekeeper to actually see it. Thanks !
  • Any Global config/environment variables

    Unsolved
    2
    1 Votes
    2 Posts
    191 Views
    barisB
    You can use filter:config.get to add a new variable. That value becomes available in all templates as {config.myVariable}
  • nodebb problem loading emojis on composer

    Unsolved
    9
    0 Votes
    9 Posts
    495 Views
    PitaJP
    @DownPW of you're not already serving static assets with nginx, I'd recommend doing that. You should be able to set a separate rate limit for that while still protecting NodeBB. It may also be possible to whitelist cloudflare so it can bypass the rate limit.
  • What to backup? Just config and uploads?

    5
    0 Votes
    5 Posts
    338 Views
    julianJ
    @Gliding9426 Yeah, NodeBB can fork itself and maintain its own state if you prefer not to use separate tooling.
  • 0 Votes
    17 Posts
    2k Views
    DownPWD
    There is a permission file problem on nodebb/build/public After change permission and rebuild, it's ok now Thanks @baris
  • We have no more statistics in the ACP !

    Solved
    12
    0 Votes
    12 Posts
    669 Views
    DownPWD
    Seems to be working after upgrade to 2.8.9 @phenomlab @crazycells
  • TypeError: date.format is not a function

    Unsolved
    7
    1 Votes
    7 Posts
    4k Views
    S
    @isbl said in TypeError: date.format is not a function: Another workaround is to just change the string to something like "0 5 * * 0" so that it isn't close to the DST switchover. Thanks, my production and testing forums were both down today due to this bug and I used your fix. thanks @qqqqqqq and @isbl