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.
  • Mail via Nodebb stops working (Postfix)

    7
    0 Votes
    7 Posts
    912 Views
    A
    @julian said in Mail via Nodebb stops working (Postfix): 587 Actually somehow Actually, somehow the submission parameter on port 587 wasn’t present anymore in my postfix settings… And the TLS certificate wasn’t valid anymore… Anyway, I’ve forced to use port 25 without certificate. Its working again Thank you again @julian
  • Query to get all posts of topics

    3
    0 Votes
    3 Posts
    677 Views
    barisB
    const topicId = 5; const keys = db.objects.find({ _key: "tid:" + topicId + ":posts" }).map(i => 'post:' + i.value); printjson(db.objects.find({ _key: { $in: keys } }).toArray()); You can save this in a file called query.js and then execute it with mongo localhost:27017/mydb query.js It will output something like [ { "_id" : ObjectId("5547ae6a65190fe21225ec2b"), "_key" : "post:124", "pid" : 124, "uid" : 47, "tid" : 5, "content" : "I like it too :)", "timestamp" : 1376791225638, "bookmarks" : 2 }, { "_id" : ObjectId("5547aee765190fe212296f10"), "_key" : "post:18", "pid" : 18, "uid" : 2, "tid" : 5, "content" : "Thank you :)", "timestamp" : 1373686442781 } ]
  • Not receiving data via email with API

    2
    0 Votes
    2 Posts
    388 Views
    julianJ
    What do you mean by "getting data by email"? It is possible to disable sending of emails, if your users don't want that...
  • Any way to deploy without running setup?

    7
    0 Votes
    7 Posts
    651 Views
    B
    @PitaJ figured it out, I need to run nodes build
  • Exifs missing in the resized uploaded photos.

    6
    0 Votes
    6 Posts
    833 Views
    A
    Perfect it's now working fine Thank you.
  • Only 10 pages of "recent" topics available

    1
    0 Votes
    1 Posts
    255 Views
    M
    Hi. The page Recent at a forum which uses NodeBB shows only 10 pages of "recent" topics. When I am at the 10th page, the ">" sign at the bottom of the page isn't clickable (has no link). I even tried to manually go to the next page by means of typing https://thedomain/forum/recent?page=11, but it returns There are no recent topics. I want to be able to read older topics because I'm trying to catch up (during a few last months I've been reading that forum quite rarely). Is it possible for the forum admin to enable showing all previous topics on the Recent page? Thank you in advance!
  • "Unread" section to contain all unread posts

    1
    1 Votes
    1 Posts
    375 Views
    M
    Good day, all. I'm a user of some forum which uses NodeBB. Is it possible (for the admins) to configure the forum so that the Unread section (a relative example here would be https://community.nodebb.org/unread) shows to the logged in user all posts and threads (topics) which were not read by this user? I have already consulted my Settings, but I can't see a setting for this. Currently there is only quite short range of posts shown in the Unread section. In this forum: only 26, while there are probably hundrends in fact. In "my" forum, after I read them, the sections displays: There are no unread topics. while in fact there are tens of them (in the last months I was visiting the Forum quite rarely). Now I'm trying to catch up, but Unread section quickly turned empty.
  • Please help me to fix the issues.

    Moved
    3
    0 Votes
    3 Posts
    550 Views
    A
    How should I do it? Please let me know. Thank you
  • Is MongoDB 4.2 supported?

    3
    0 Votes
    3 Posts
    473 Views
    A
    @baris said in Is MongoDB 4.2 supported?: Yes. As always make a backup of your database with mongodump before upgrading. Thank you
  • Administration redirect to admin profile

    1
    0 Votes
    1 Posts
    224 Views
    E
    Sometime when I go to /admin I'm redirected to my user admin profile. Bug or feature?
  • Widgets in users.tpl

    3
    0 Votes
    3 Posts
    455 Views
    F
    @y-h I don't think you can do that at the moment. I also requested the @Staff how it could give super powers to the forum if all major views are made available in the widgets section. https://community.nodebb.org/topic/13789/profile-tpl-to-be-included-in-widgets-extend
  • error on mail send

    1
    0 Votes
    1 Posts
    260 Views
    S
    hello. I have some issue when sending emails. I use regular node way to send emails (nodemailer), nothing special like SMTP. 2020-01-12T18:00:55.869Z [4567/10382] - error: self signed certificate {"code":"ESOCKET","command":"CONN"}
  • Issue since upgrading to v1.13.1 from v1.12.1

    21
    0 Votes
    21 Posts
    3k Views
    barisB
    @Brophy said in Issue since upgrading to v1.13.1 from v1.12.1: Secret Service Civilian Support Try creating this group in the mongodb cli. To see what fields you need you can load one of the other groups with db.objects.findOne({_key: "group:raceTECH"});
  • Not able to access Persona settings

    3
    0 Votes
    3 Posts
    431 Views
    barisB
    Couple things to try. Stop nodebb and run ./nodebb build and try again. Also run ./nodebb plugins to check active plugins and see if persona is active.
  • Purge leeches & spammers

    2
    0 Votes
    2 Posts
    468 Views
    oplik0O
    While I don't know Redis syntax (mogodb user here), so I can't give you specific commands, I can assure you that most of what you want is possible to do in the database (I don't know about groups here). The database structure is explained here, and as you can see user objects contains the website, postcount, topiccount etc. You can get the chat messages from message objects and get users that did send at least one message from there to exclude them from the deletion.
  • Disable "change owner" global

    2
    0 Votes
    2 Posts
    349 Views
    barisB
    Not right now since it's part of the moderation privilege.
  • Plugin shoutbox issues after upgrading to v 1.13.0

    3
    0 Votes
    3 Posts
    521 Views
    F
    @robin4002 @Ne-Ho Does shoutbox completely stops working on 1.13.0 or works with and also throws this error? We have a very active shoutbox, so waiting for fix and figuring out a fix before updating to latest nodebb.
  • NodeBB not working after upgrade.

    2
    0 Votes
    2 Posts
    470 Views
    barisB
    Try disabling the custom plugins and see if it helps.
  • Can I integrate with aws translate api ?

    1
    0 Votes
    1 Posts
    253 Views
    T
    Hello, there is any plugin to turn on amazon translate api on this forum script ?
  • password reset button

    2
    0 Votes
    2 Posts
    351 Views
    Daft PunKD
    Thanks for ignoring, well im switchin to other source.