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.
  • Scroll top function

    Solved
    3
    1 Votes
    3 Posts
    283 Views
    phenomlabP
    @baris Thanks. Thought I'd need to query ajax again, but wasn't sure.
  • Random trollface emojis

    Unsolved
    3
    1 Votes
    3 Posts
    284 Views
    B
    This morning I checked and the emoji image had gone, but the emoji code was still being applied whenever certain characters were used, including "£". [image: 1688790527276-92cf3b3a-e854-438b-baf5-8874b76f9933-image.png] [image: 1688790540653-bd43f17c-22b2-4b05-aa0b-9fd85be1c225-image-resized.png] I figured if it's doing a "live" replacement of those things then it must be something to do with the "Replace..." options in the plugin settings: [image: 1688790636729-9d12d3c4-3c7d-42e3-be76-f765ae91c0f1-image.png] So I disabled them both and did a restart / rebuild. The issue went away. I re-enabled them 1 by 1 to try and figure out which was causing the problem (rebuilding and restarting each time) and now, they're both re-enabled and the problem has not come back. So I'm a bit mystified. Evidently it was a problem with one of those options, but setting them again seems to have somehow fixed it.
  • Anyone has any idea how to use nodebb-plugin-import-users-csv plugin?

    Solved
    7
    0 Votes
    7 Posts
    968 Views
    julianJ
    For those coming here from search engines, etc. — this plugin has been rewritten by the NodeBB team and can be found at @nodebb/nodebb-plugin-import-users-csv
  • Can't sign in

    Unsolved
    2
    1 Votes
    2 Posts
    243 Views
    eeeeeE
    Im curious if this is related to the huge issue Ive had with email verification. Ive had to disable email requirement in interim as email never arrives. Im surprised nobody else is mentioning this. It happens on a Nodebb hosted site too so its not my server. So did you confirm email verification?
  • 0 Votes
    7 Posts
    439 Views
    phenomlabP
    @sravani-64 Can you advise what the fix was? Could be beneficial for someone else who stumbles across this thread.
  • 如何将nodeBB集成到第三方平台

    Unsolved
    4
    0 Votes
    4 Posts
    245 Views
    P
    How do I integrate nodeBB into third-party platforms Similar single sign-on can be implemented, and you can also log in to your own deployed nodeBB platform after logging in to a third-party platform
  • Nodebb down- categories unavailable

    Unsolved
    2
    0 Votes
    2 Posts
    161 Views
    PitaJP
    NodeBB should just serve a 404. Can you give an example of what request is causing it to die? And logs would be helpful as well.
  • Migrating to NodeBB from IP.Board 3.4.9

    Unsolved
    2
    0 Votes
    2 Posts
    247 Views
    phenomlabP
    @f10w said in Migrating to NodeBB from IP.Board 3.4.9: I am rather surprised to find no official guide on how to migrate from another software (e.g., Xenforo, IPS, vBulletin) to NodeBB. Unfortunately, one doesn't exist - see below https://community.nodebb.org/topic/528/import-data-from-ipboard/4?_=1688461250383
  • Serving Dynamic .js Files on Node?

    Unsolved
    4
    0 Votes
    4 Posts
    377 Views
    B
    It looks like Express is the way to handle static resources in NodeJS. It looks like they are being set up in <index.js>. I have no idea why the javascript resource is inaccessible.
  • How to add line break in post body via API?

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    B
    @baris application/json and charset=utf-8 in content type was fix this
  • change the login page and register page to right-to-left

    Unsolved
    4
    0 Votes
    4 Posts
    224 Views
    barisB
    Other than the untranslated "Already have an accout" It looks OK to me. [image: 1688306650941-d8724918-54d2-4162-a8fd-a9f576d84e56-image.png]
  • This topic is deleted!

    Solved
    5
    0 Votes
    5 Posts
    9 Views
  • Definition that restrictions cannot on managers

    Unsolved
    4
    0 Votes
    4 Posts
    252 Views
    barisB
    That value can be configured in the ACP but it applies to everyone right now.
  • Pagination missing latest pages and posts

    Solved
    7
    1 Votes
    7 Posts
    579 Views
    B
    @baris It works! Brilliant. I wasn't expecting it to be that easy
  • Filtering recent

    Unsolved
    2
    0 Votes
    2 Posts
    215 Views
    barisB
    You can use a hook like filter:topics.filterSortedTids and remove the topic ids you don't want from the tids array passed in.
  • Re-link deleted user's content when they re-join?

    Unsolved
    18
    0 Votes
    18 Posts
    1k Views
    phenomlabP
    @julian said in Re-link deleted user's content when they re-join?: Right now we just save the @mention text, not the actual user association. And provided this does not provide direct attribution, then this is in fact acceptable and within GDPR. For example, having John Smith as the @ name is obviously providing attribution (but you could argue that the name means nothing given it's popularity and it would be a valid point), but a handle like "theWasp" doesn't - unless there is a post that directly correlates that handle to a physical person. For example, if someone posted "@thewasp is John Smith who lives at ....." (you get the picture), then this clearly provides direct attribution, and you'd have no foundation to keep data in this manner. Unfortunately, the only way around something like this is to develop a plugin that performs regex matches and purposely looks for data to redact or expunge. This specific method can be expensive (in the performance sense) on large forums and associated databases, and complex in nature owing to the type of regex you'd need to build. Even then, you cannot possibly catch everything because you'd run into issues such as the regex being too "greedy" (affecting large portions of text in a gratuitous nature) or too lenient (not going far enough). There is seldom any sensible balance - it's either too much, or not enough. You'd need to search the entire database looking for possible matches, and that would take significant effort to ensure you removed or redacted information that could provide attribution. This is where the waters of GDPR and privacy become muddied in the sense that you need to impose sane limits on what is necessary to either remove or redact. For example, if a user claimed that "the" personally identified them, you couldn't remove it for obvious reasons otherwise literally everything your other users have posted would need redaction, and that makes zero sense. This is why "legitimate interest" exists in the first place. You are entitled to keep data intact if it is considered impactful to the consistency if you were to remove it, but you cannot claim implied consent (assuming it's ok to keep without foundation). GDPR is a complex animal and most people either go way overboard, or do nothing at all, which is arguably worse. NodeBB has this balance just right.
  • Domain redemption periods - strategies or tips.

    Unsolved
    2
    0 Votes
    2 Posts
    220 Views
    phenomlabP
    @omega I typically go for reminder services where possible - most of this depends on the registrar though.
  • Unable to upload a picture to the forum

    Unsolved
    4
    0 Votes
    4 Posts
    688 Views
    J
    Managed to install sharp on Redhat. Just followed the instruction very carefully and some github issues from libvips. https://sharp.pixelplumbing.com/install
  • This repost about vulnerabilities is normal?

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    barisB
    Looks like there is a new version of semver https://github.com/NodeBB/NodeBB/pull/11745
  • Programming question - Possible to have a custom function to create a user?

    Unsolved
    4
    0 Votes
    4 Posts
    333 Views
    PitaJP
    Look up the session sharing plugin or sso plugin.