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.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
  • Creating a category fails with no errors.

    Solved
    19
    1 Votes
    19 Posts
    2k Views
    E
    @dunlix (and others) Thanks, the disable plugins suggestion worked. Apparently it was the "sanitize html" plugging that was causing the problem. Not even sure why we had that still installed. Thanks all for the troubleshooting help!
  • Cannot authenticate API with PHP cURL

    Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    julianJ
    @Pitaj sure @zxh the /api/user/email/:email API call is a GET route, not a POST route. e.g. https://community.nodebb.org/api/user/email/[email protected]
  • Image Upload as Topic

    Unsolved
    13
    0 Votes
    13 Posts
    2k Views
    PitaJP
    You can avoid the upload step by copying the images directly to nodebb/public/uploads/migrated and then embedding them like ![image](/assets/uploads/migrated/image.jpg)
  • Help needed Upgrade Docker Image Synology

    Solved
    2
    0 Votes
    2 Posts
    431 Views
    FligorF
    When I updated I forgot to mount config json to store it externally.
  • i need help by installing nodebb

    Solved
    3
    0 Votes
    3 Posts
    565 Views
    יצחק מרדכי טאבאקי
    @pitaj thanks but I got along
  • How to disable cover image upload in nodebb

    6
    0 Votes
    6 Posts
    1k Views
    RiekMediaR
    @phenomlab That worked
  • Gmail forum folder

    Unsolved
    3
    0 Votes
    3 Posts
    698 Views
    Evgeny KurtE
    @gotwf promotions it's not "junk" that's why "not spam" button is not an option Maybe someone how use gmail gets notifications from this community to other folders?
  • Don't think my composer is working correctly.

    8
    0 Votes
    8 Posts
    3k Views
    PitaJP
    @shanji97 share your code please
  • How to disable service worker installation?

    Unsolved
    1
    0 Votes
    1 Posts
    253 Views
    gonzobard777G
    Hi guys. I installed Nodeb and it turned out that service worker is being installed on clients. Can you please tell me how to prevent the installation of a service worker on clients?
  • Login seems succesfull but does not actually logs user in.

    20
    0 Votes
    20 Posts
    4k Views
    B
    @julian said in Login seems succesfull but does not actually logs user in.: @bejan Our community reps are pretty awesome, Definitely! Our docs are open source, and we accept pull requests to them: https://github.com/nodebb/docs Great, thank you! While I suppose more documentation doesn't always mean better documentation, we are always grateful for contributions True
  • Sub menu items

    Unsolved
    3
    1 Votes
    3 Posts
    493 Views
    AnOdeToBBA
    @anodetobb said in Sub menu items: I agree, this is something that would definitely benefit my forum if this can be added? Is there any update on whether this was made possible? Thanks.
  • Widget code works on one NodeBB instance but not another

    Unsolved
    26
    0 Votes
    26 Posts
    3k Views
    barisB
    No it goes in library.js since it's a server side hook. And you need to add the corresponding entry in plugin.json. // library.js myPlugin.filterMiddlewareRender = async (hookData) => { hookData.templateData.user = await user.getUserData(hookData.req.uid); return hookData; }; //plugin.json "hooks": { "filter:middleware.render": "filterMiddlewareRender" ... }
  • 0 Votes
    2 Posts
    776 Views
    gasovedG
    It is possible to some degree with this plugin now: https://www.npmjs.com/package/nodebb-plugin-undelete-users
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    49 Views
  • Disable chat for moderators only

    Unsolved
    4
    0 Votes
    4 Posts
    601 Views
    N
    @baris Thanks. I try to avoid plugins but you remind me that I should be looking.
  • nginx + cloudlflare = socket.io 502 errors?!

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    J
    @pitaj it is not just me, beeing happy !!! my whole community loves it. Thanks to you .. which made me reading all the docs again and found this miss configuration
  • Forbid Guests to Download Certain Files

    Unsolved
    11
    0 Votes
    11 Posts
    1k Views
    PitaJP
    You have to remove our comment out the assets location block. It may be possible to just exclude uploads, but you'll need to research the nginx syntax for that yourself.
  • Custom Home Page?

    18
    0 Votes
    18 Posts
    3k Views
    dunlixD
    @bejan cool ps thats my friends humpty dumpty pfp
  • template.js not executed

    Solved
    15
    0 Votes
    15 Posts
    1k Views
    B
    @baris Dam.. there it is, where all those magic strings meet! Thank you.