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

    4
    1 Votes
    4 Posts
    96 Views
  • Sanitize HtML plugin not working

    5
    0 Votes
    5 Posts
    612 Views
    daftcyborgD
    @pitaj Great! That's good to know!
  • 0 Votes
    1 Posts
    268 Views
    M
    Hello, when I google my forum the meta descirption displays with the following content: '... enable it if it's disabled (i.e. NoScript)' How can I get rid of this. It is a German forum so having "English" in the text is misguiding and also not helping with the content. Can anyone help me? Kind regards
  • 0 Votes
    4 Posts
    588 Views
    Patrick BurrowsP
    @pitaj and @baris , thanks for your help. @baris adding --series did let the image finish building, but then it would get the error when running with ./nodebb start @pitaj, I changed the pgBouncer (connection pool) to "session" mode instead of "transaction" mode in the DigitalOcean settings and that seems to have allowed it to eventually run. I say "eventually" run because the first time I tried after making the change I got this error: error: error: prepared statement "getSortedSetRangeWithScoresAsc" already exists the second time I got this error: error: error: prepared statement "getObject" already exists and the third time it ran successfully! At this point I have started and stopped the docker image a couple times and it seems to be stable. Thanks for your help guys!
  • /api/search

    1
    0 Votes
    1 Posts
    194 Views
    Milan SimonovicM
    new nodebb user here, running v1.16.1 locally with redis. I can't figure out how to use the search api, keep getting denied: using the /admin/settings/api token i get 401 "A valid login session was not found.": curl -v -H 'Authentication: Bearer 633d1f38-8576-4ce1-bd2c-c799a474b763' -H 'Authorization: Bearer 633d1f38-8576-4ce1-bd2c-c799a474b763' 'localhost:4567/api/search?term=restless&in=categories&uid=2' using the write-api token i get 403 forbidden 'You are not authorised to make this call": curl -v -H 'Authentication: Bearer 053b0157-04b4-4bfa-b502-211be5a61e7d' -H 'Authorization: Bearer 053b0157-04b4-4bfa-b502-211be5a61e7d' 'localhost:4567/api/search?term=restless&in=categories&uid=1' interestingly without the 'in=categories' it return 200 but no search results: curl -v -H 'Authentication: Bearer 053b0157-04b4-4bfa-b502-211be5a61e7d' -H 'Authorization: Bearer 053b0157-04b4-4bfa-b502-211be5a61e7d' 'localhost:4567/api/search?term=restless&uid=1' So what's the correct way to use the search api? and why does it require a token at all? Is it possible to open the search api for non authenticated users and then search just the public categories?
  • session mismatch error after deleting user

    Solved
    14
    0 Votes
    14 Posts
    1k Views
    barisB
    That sounds good!, I think you should check your plugin and make sure the ids are deleted from that object, it seems like this code should do it not sure why it wasn't cleared when you deleted all users.
  • plugin sanitizehtml doesn't work.

    2
    0 Votes
    2 Posts
    369 Views
    PitaJP
    @seanssoh NodeBB has this functionality built in now. You might want to try it without the plugin.
  • Banning problem

    3
    0 Votes
    3 Posts
    458 Views
    crazycellsC
    @eesty said in Banning problem: I've some overzealous moderators who like to ban people for trivial things. Can I stop moderators from being able to ban users? Also, is there are a way to let these moderators put users on a timed suspension instead? Or something like that... I know what you need it is "mute function for users". I know because we also need that. It works very well in big groups in Facebook etc. I think it will be a very great addition to NodeBB forums... I proposed this a while back as a separate function than "ban" function. Banning is just not proper way to react in some cases, muting people could work very well in many cases and help to moderate big groups. I would like to bring up this topic again: https://community.nodebb.org/topic/14850/mute-function-for-users
  • UnhandledPromiseRejectionWarning: EmptySitemap

    6
    0 Votes
    6 Posts
    593 Views
    barisB
    @Tom-Sheward https://github.com/NodeBB/NodeBB/issues/9301, thanks for reporting I was able to reproduce.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
  • How to add custom form validation?

    Unsolved
    3
    5 Votes
    3 Posts
    484 Views
    barisB
    The validation code is here https://github.com/NodeBB/NodeBB/blob/master/public/src/client/register.js. You can write a plugin to validate your own inputs.
  • sticky topic info box

    3
    1 Votes
    3 Posts
    439 Views
    crazycellsC
    @onur-baran I believe this CSS change should work: .topic .topic-header { position: unset; }
  • APIs to create post and add actions to it

    2
    0 Votes
    2 Posts
    366 Views
    julianJ
    @elina-hovakimyan Hello there, you should be able to make requests to NodeBB from an external site by using the Write API Write API Documentation
  • Any api to get list of categories based on group

    Moved
    4
    0 Votes
    4 Posts
    695 Views
    PitaJP
    There's no ready made API for this, but you can try the following: const allCids = await Categories.getAllCidsFromSet('categories:cid'); const groupCids = await privileges.categories.filterCids('topics:create', allCids, 'groupName');
  • Emoji and spam be gone plugin need to be updated.

    3
    0 Votes
    3 Posts
    384 Views
    S
    @pitaj got it! Thank you
  • Any api to get all categories based on group

    Moved
    1
    0 Votes
    1 Posts
    227 Views
    venkATV
    In nodebb privileges section we can add the group for a particular category so, Is there any api to get those category list which is having a particular group.
  • What does it depend on if the icons are displayed in the theme?

    Moved
    3
    0 Votes
    3 Posts
    472 Views
    finauF
    @baris I'm currently using Slick theme and the section icons are not displaying. How can I fix this ?
  • Plugins cannot be loaded.

    18
    0 Votes
    18 Posts
    1k Views
    S
    @pitaj I changed the region to the us-east1 then it works well. Could you add other aws ses regions on the list when you get a chance? Thank you for your support! Have a good one.
  • Can't change user avatar

    2
    0 Votes
    2 Posts
    343 Views
    barisB
    Did you check /admin/settings/reputation, maybe the reputation setting is higher than 1 which would prevent new users from uploading profile pictures.
  • IP Address saved for non-registered users

    4
    0 Votes
    4 Posts
    489 Views
    M
    No worries, thanks for the information!