Request: Donor Groups

Plugin Requests

Suggested Topics


  • 1 Votes
    1 Posts
    52 Views

    Ko-Fi is a simple donation platform that allows people to send tip without too much hassle.

    While they do not have full blown API, they do have webhook that we can redirect to our own endpoints.

    Here's an example of the data that will be sent for a single donation:

    data = { "verification_token": "8c2a3835-4544-4f27-a53a-adfd1fcc5664", "message_id": "b54fa6ec-07c9-44aa-be0e-b0f4095d9145", "timestamp": "2023-07-29T16:27:32Z", "type": "Donation", "is_public": true, "from_name": "Jo Example", "message": "Good luck with the integration!", "amount": "3.00", "url": "https://ko-fi.com/Home/CoffeeShop?txid=00000000-1111-2222-3333-444444444444", "email": "[email protected]", "currency": "USD", "is_subscription_payment": false, "is_first_subscription_payment": false, "kofi_transaction_id": "00000000-1111-2222-3333-444444444444", "shop_items": null, "tier_name": null, "shipping": null }

    Would be nice if NodeBB have plugin that can act as endpoint so we can hook right here on our Ko-Fi profile
    55224b71-5ae6-499d-97f9-7474ab9cd3f1-image.png

    And have it lists our donators on a page in mysite.com/donators sorted by date descending.

  • 0 Votes
    1 Posts
    948 Views

    I like the idea of interacting in groups of voice conversation in those platforms they adapt with node.js.

    I mean the function of creating chat rooms and that each user has their avatar.

    example: www.free4talk.com

  • 1 Votes
    9 Posts
    3k Views

    @MBFTOM There is nothing stopping the onesignal plugin to work with iOS but there is no iOS WebView app to make use of it yet.

  • 0 Votes
    6 Posts
    3k Views

    @lombisi Added text shadow to the PR.

  • 0 Votes
    1 Posts
    981 Views

    Is there any chance someone could update the Topic Color, Colors, or Blue Posts plugin? Ideally I'd like to be able to color topics (and the text therein) created by individuals of a certain group (being able to set a unique color per group would be ideal but if they were all blue that'd be an acceptable compromise). Topic Color ("Colorify Topics") seems to almost work but there is an issue with selecting the allowed groups to color their topics, and even after finally being able to do so I have been unable to see any effects on my forums using the provided syntax.

    https://github.com/Toolito/nodebb-plugin-colors
    https://github.com/esiao/nodebb-plugin-topic-color
    https://github.com/psychobunny/nodebb-plugin-blue-posts

    Is this simple enough for someone to whip up and do for free?

    Thanks!