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]

59 Topics 619 Posts
  • Federation between NodeBB and Bookwyrm

    4
    0 Votes
    4 Posts
    40 Views
    reynir@forum.fedi.dkR
    Hi! I don't have time to look into this at least for the next three days.
  • How can I modify the DBsearch results page?

    5
    1
    0 Votes
    5 Posts
    44 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
    30 Views
    J
    @baris https://github.com/NodeBB/NodeBB/pull/13189
  • upload button

    5
    2
    0 Votes
    5 Posts
    23 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
    46 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
    26 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
    55 Views
    N
    Ok, thanks.
  • odd error installing

    2
    0 Votes
    2 Posts
    34 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
    18 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
    48 Views
    julian@community.nodebb.orgJ
    Thanks @baris!
  • ActivityPub Permissions

    activitypub federation
    7
    0 Votes
    7 Posts
    99 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
    16 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
    14 Views
    No one has replied
  • Which emailer to use?

    5
    0 Votes
    5 Posts
    48 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
    356 Views
    projectmoonP
    @[email protected] something of an alignment would look nice, yeah.
  • 0 Votes
    7 Posts
    96 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
    68 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
    56 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
    54 Views
    A
    Thanks Julian!
  • NodeBB v4.0.0 - Categories not following group actors

    21
    1
    0 Votes
    21 Posts
    419 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