Skip to content

Tech

For discussion of tech related news and events, software development, and more.

This category can be followed from the open social web via the handle [email protected]

58 Topics 617 Posts
  • How can I modify the DBsearch results page?

    5
    1
    0 Votes
    5 Posts
    33 Views
    baris@community.nodebb.orgB
    You need to load it yourself using the topic values and the method thumbs.load
  • A way to disable plugin installation via ACP?

    7
    0 Votes
    7 Posts
    13 Views
    J
    @baris https://github.com/NodeBB/NodeBB/pull/13189
  • upload button

    5
    2
    0 Votes
    5 Posts
    11 Views
    baris@community.nodebb.orgB
    This is released as part of 4.0.5
  • Still Unable To Get Fediration Working

    5
    1
    0 Votes
    5 Posts
    34 Views
    julian@community.nodebb.orgJ
    @2TonWaffle ah, yes if you turn on the filters to "allow list" then it denies stuff from servers not on the list!
  • New Forum on same Server Bad Gateway

    5
    0 Votes
    5 Posts
    13 Views
    C
    Typos are the bane of my existence.
  • Core Files to change Meta Properties og:title and og:image

    12
    0 Votes
    12 Posts
    20 Views
    N
    Ok, thanks.
  • odd error installing

    2
    0 Votes
    2 Posts
    27 Views
    theflickx@community.nodebb.orgT
    @zephyr99 That will typically cause a problem with either the MongoDB install or with the corruption of data. You could try to reinstall MongoDB or clear the data directory and reinstall it correctly prior to moving ahead with the NodeBB installation.
  • How do I transfer nodebb from one aws account to another aws account

    2
    0 Votes
    2 Posts
    12 Views
    theflickx@community.nodebb.orgT
    @Ridhima-Dande To move NodeBB across AWS accounts, you must move your EC2 instance, RDS (if applicable), and any S3 storage or other services associated with your NodeBB installation. Be sure to back up your databases and data before beginning the transfer process so you don't lose anything!
  • Difficulty reusing purged category handles

    8
    0 Votes
    8 Posts
    30 Views
    julian@community.nodebb.orgJ
    Thanks @baris!
  • ActivityPub Permissions

    activitypub federation
    7
    0 Votes
    7 Posts
    29 Views
    C
    Always something with my fingers. The number of times a problem I have is because of a typo...
  • Leaderboard on home page?

    3
    0 Votes
    3 Posts
    9 Views
    baris@community.nodebb.orgB
    Another reply. I've refactored the leaderboard plugin and added a widget. Also updated to run on 4.x. [image: 1739466131026-0b3c5e7e-7a80-4e6b-b99c-42d7b144c36a-image.png]
  • Only two more days until #ilovefs day!

    ilovefs freesoftware trivia
    1
    0 Votes
    1 Posts
    13 Views
    No one has replied
  • Which emailer to use?

    5
    0 Votes
    5 Posts
    32 Views
    julian@community.nodebb.orgJ
    @eeeee NodeBB can technically send mail straight out of the box, although that's obviously not going to be really good deliverability-wise because your IP is unknown (or worse) and you're not sending any authentication-style headers, both of which are baseline assumptions that need to be met otherwise your emails just end up in the spam bin. We use the SendGrid plugin here, with its generous free tier. NodeBB doesn't send too many emails, so that should be ok to get started.
  • Show replies as quotes

    17
    0 Votes
    17 Posts
    201 Views
    projectmoonP
    @[email protected] something of an alignment would look nice, yeah.
  • 0 Votes
    7 Posts
    60 Views
    baris@community.nodebb.orgB
    I don't think there is any documentation for it, if you want you can look at the client side code we have to make requests using a csrf_token, or our tests in the nodebb tests folder.
  • Award plugin

    award medals plugin
    3
    0 Votes
    3 Posts
    54 Views
    downpw@community.nodebb.orgD
    Thank you @julian for your answer Indeed, I already use the badge system but I would like to display it a little better with a medal or a trophy on the user's profile page and that can be personalized and customizable easily via the ACP and that the reward can also be added manually easily by an administrator via the ACP or other without having to resort to the customization plugin which poses a problem during updates and upgrades. After research, I found plugins that would correspond more to what I am looking for: https://github.com/toxuin/nodebb-plugin-trophies https://github.com/NicolasSiver/nodebb-plugin-ns-awards A kind of mix of the two in short
  • Letting Users Boost Topics from Global into Categories

    3
    0 Votes
    3 Posts
    47 Views
    K
    Cool! I was starting to suspect as much, but couldn't discount that I just missed a toggle somewhere.
  • Custom user group not showing up in Category Privileges

    3
    2
    0 Votes
    3 Posts
    48 Views
    A
    Thanks Julian!
  • NodeBB v4.0.0 - Categories not following group actors

    21
    1
    0 Votes
    21 Posts
    251 Views
    arachnibot@nodebb.arachnibot.comA
    @[email protected] Yep! Still this link. Just note there's no settings panel (all just in the plug-in init function), and you'll have to git clone and npm link it to test, since its not ready for the usual method yet https://github.com/Arachnibot/nodebb-tag-to-category/tree/dev
  • Should I use the Linux-libre kernel or no?

    20
    0 Votes
    20 Posts
    299 Views
    T
    Ok but Linux-libre does not solve the security risk. It just makes hardware not work. You might as well say that any kernel module is a security risk (be it Free or proprietary) and it's better to turn it off. Also unlike the blobs which "can cause risks", Linux-libre causes risks. It removes proprietary microcode updates. So the outdated (also proprietary) microcode installed on your computer leaves you vulnerable to things like Spectre. This is potentially not an issue if OP uses ARM for example but using Linux-libre for security reasons is a really bad joke.