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.
  • Systemctl fails to restart nodebb, except as root

    Unsolved
    8
    0 Votes
    8 Posts
    550 Views
    PitaJP
    Can you try upgrading to Node 18?
  • Overview of adding some javascript graphic

    Moved
    2
    0 Votes
    2 Posts
    241 Views
    julianJ
    @eveh I don't think we use the canvas element anywhere in NodeBB. You'll have to create one with document.createElement and inject it into the DOM.
  • Can I use the data in my database to log in to nodebb?

    Unsolved
    2
    0 Votes
    2 Posts
    377 Views
    X
    Give it a look at [plugin-session-sharing]: https://community.nodebb.org/topic/7829/nodebb-plugin-session-sharing-session-sharing?_=1662848309040
  • Change default to Newest to Oldest

    Solved
    2
    0 Votes
    2 Posts
    246 Views
    barisB
    You can change the default at /admin/settings/post#post-sorting
  • This topic is deleted!

    Solved
    3
    0 Votes
    3 Posts
    14 Views
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
  • New users can't register ("t is not a function" error msg)

    Solved
    4
    0 Votes
    4 Posts
    431 Views
    Benoît ChauvetB
    @julian Upgrading to 2.5.2 totally fixed the issue. Many thanks !
  • Cannot connect to remote postgres server

    Moved
    3
    0 Votes
    3 Posts
    351 Views
    Arun KA
    @PitaJ Thanks!
  • Ns embed ACP blank page

    Solved
    12
    0 Votes
    12 Posts
    1k Views
    WamakaskaW
    @phenomlab said in Ns embed ACP blank page: @Wamakaska yes, it is. I configured it that way so NodeBB automatically starts if the server is rebooted. It's a systemd script so will respond to sudo service nodebb stop / start / restart etc. Oh ok. I don't know that and it works with your command. Thanks.
  • Question and Answer Plugin - Permissions

    Unsolved
    11
    0 Votes
    11 Posts
    880 Views
    oci-userO
    @baris oh right
  • session sharing

    Unsolved
    3
    0 Votes
    3 Posts
    341 Views
    jiqingJ
    @julian I need your help very much. I can't understand the configuration parameters when I enter the Forum on other websites
  • login

    Solved
    5
    0 Votes
    5 Posts
    351 Views
    jiqingJ
    @crazycells I have configured this and can log in successfully. Thank you very much for your reply
  • Share button

    Unsolved
    6
    0 Votes
    6 Posts
    469 Views
    crazycellsC
    @姬清 said in Share button: @crazycells I use the theme I edited myself, and the other themes I switch are still the same, without any effect I am not sure about the reason, but I would recommend to re-edit the theme based on the most updated persona theme... https://github.com/NodeBB/nodebb-theme-persona
  • Home page definition field

    Unsolved
    1
    0 Votes
    1 Posts
    284 Views
    jiqingJ
    How can I get all the defined fields on this homepage and find out what I want [image: 1662342300268-66d88386-9cba-4068-ac61-a92bf0b8cef4-image-resized.png]
  • Error access Plugin ACP with 2.4.5

    Solved
    13
    0 Votes
    13 Posts
    1k Views
    DownPWD
    @baris Yes it's better !
  • 2.x Upgrade results in broken ACP

    Unsolved
    10
    0 Votes
    10 Posts
    781 Views
    julianJ
    @adamxp12 The emoji issue there is an open PR for https://github.com/NodeBB/nodebb-plugin-emoji/pull/56 The webpack entry point warning is just a warning, it can be safely ignored. The content jumping is a side effect of the fact that we have a top nav. We need to support custom headers if present. There are some things we can do to reduce it.
  • Values to add to email templates

    Unsolved
    2
    0 Votes
    2 Posts
    234 Views
    julianJ
    @mattdjuk You can do a search for the string emailer.send( in src/ to see every invocation of the emailer. From the first argument passed in, you can see which template it attempts to use, and the third argument shows the template data passed in. e.g. await emailer.send('notification', uid, { path: notification.path, notification_url: notification.path.startsWith('http') ? notification.path : nconf.get('url') + notification.path, subject: utils.stripHTMLTags(notification.subject || '[[notifications:new_notification]]'), intro: utils.stripHTMLTags(notification.bodyShort), body: body, notification: notification, showUnsubscribe: true, })
  • Passing custom data into a template?

    Moved
    19
    0 Votes
    19 Posts
    4k Views
    S
    @baris thanks. altho the typical plugin doesn't do it, the settings apis are promisified. you don't wait, u get junk.. adding .then() in the non async using functions solves the problem
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    5 Views
  • Upload API

    Moved
    1
    0 Votes
    1 Posts
    208 Views
    A
    Hi, How can i see the /api/post/upload interface? Thanks